What is the RGB code for dull blue?
The CSS color dull blue in RGB format is rgb(73, 117, 156). 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: rgb(73, 117, 156);
- Background: background-color: rgb(73, 117, 156);
- Border: border-color: rgb(73, 117, 156);
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 RGB?
Select dull blue from the color name list in our color converter. The RGB value — rgb(73, 117, 156) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.