Shades of Dark Cerulean #04497C
Tints of Dark Cerulean #04497C
RGB
CMYK
RGB Variations
Color information
#04497C (or 0x04497C) is known color: Dark Cerulean. HEX triplet: 04, 49 and 7C. RGB value is (4,73,124). Sum of RGB (Red+Green+Blue) = 4+73+124=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #04497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04497C is #FBB683. Grayscale: #393939. Windows color (decimal): -16496260 or 8145156. OLE color: 8145156.
HSL color Cylindrical-coordinate representation of color #04497C: hue angle of 205.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04497C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 73 | 124 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.51 |
| HSL | 205.5º | 0.94% | 0.25% | - |
| HSV(B) | 205.5º | 0.97% | 0.49% | - |
| XYZ | 6.07 | 6.25 | 19.95 | - |
| YUV | 58.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 124 | 0.97 | 0.41 | 0 | 0.51 | 205.5 | 0.94 | 0.25 |
| Hex | 4 | 49 | 7C | 61 | 29 | 0 | 33 | CE | 5E | 19 |
| Octal | 4 | 111 | 174 | 141 | 51 | 0 | 63 | 316 | 136 | 31 |
| Binary | 100 | 1001001 | 1111100 | 1100001 | 101001 | 0 | 110011 | 11001110 | 1011110 | 11001 |
Color Harmonies of #04497C
Complementary color
Monochromatic Colors of #04497C
Black with #04497C
Text Example
Text Example
White with #04497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04497C; }
p { color: rgb(4,73,124); }
H1.HeaderClassName
{
color: #04497C;
}
.AnyTagClassName
{
color: #04497C;
}
</style>
background-color css
<style>
a { background-color: #04497C; }
a { background-color: rgb(4,73,124); }
div.DivClassName
{
background-color: #04497C;
}
.BgClassName
{
background-color: #04497C;
}
</style>
border-color css
<style>
span { border-color: #04497C; }
span { border-color: rgb(4,73,124); }
td.TdClassName
{
border-color: #04497C;
}
.TagClassName
{
border-color: #04497C;
}
</style>