What is the HEX code for dull blue?
The CSS color dull blue in HEX format is #49759c. Use this value directly in CSS, SVG, and most design tools.
How do I use dull blue in CSS?
To apply dull blue in CSS:
- Text color: color: #49759c;
- Background: background-color: #49759c;
- Border: border-color: #49759c;
What are all the color format values for dull blue?
| Format | Value |
|---|---|
| HEX | #49759c |
| RGB | rgb(73, 117, 156) |
| HSL | hsl(208.2, 36.2%, 44.9%) |
| CMYK | cmyk(53.2%, 25%, 0%, 38.8%) |
How do I convert dull blue to HEX?
Select dull blue from the color name list in our color converter. The HEX value — #49759c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dull blue belong to?
dull blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.2°, saturation 36.2%, lightness 44.9%.
How do I create lighter and darker shades of dull blue?
Lighter variant (lightness 59.9%): #749bbe. Darker variant (lightness 29.9%): #314e68. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.