Shades of Dark Cerulean #04466C
Tints of Dark Cerulean #04466C
RGB
CMYK
RGB Variations
Color information
#04466C (or 0x04466C) is known color: Dark Cerulean. HEX triplet: 04, 46 and 6C. RGB value is (4,70,108). Sum of RGB (Red+Green+Blue) = 4+70+108=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #04466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04466C is #FBB993. Grayscale: #363636. Windows color (decimal): -16497044 or 7095812. OLE color: 7095812.
HSL color Cylindrical-coordinate representation of color #04466C: hue angle of 201.92º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04466C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 70 | 108 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.58 |
| HSL | 201.92º | 0.93% | 0.22% | - |
| HSV(B) | 201.92º | 0.96% | 0.42% | - |
| XYZ | 4.95 | 5.49 | 14.99 | - |
| YUV | 54.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 108 | 0.96 | 0.35 | 0 | 0.58 | 201.92 | 0.93 | 0.22 |
| Hex | 4 | 46 | 6C | 60 | 23 | 0 | 3A | CA | 5D | 16 |
| Octal | 4 | 106 | 154 | 140 | 43 | 0 | 72 | 312 | 135 | 26 |
| Binary | 100 | 1000110 | 1101100 | 1100000 | 100011 | 0 | 111010 | 11001010 | 1011101 | 10110 |
Color Harmonies of #04466C
Complementary color
Monochromatic Colors of #04466C
Black with #04466C
Text Example
Text Example
White with #04466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04466C; }
p { color: rgb(4,70,108); }
H1.HeaderClassName
{
color: #04466C;
}
.AnyTagClassName
{
color: #04466C;
}
</style>
background-color css
<style>
a { background-color: #04466C; }
a { background-color: rgb(4,70,108); }
div.DivClassName
{
background-color: #04466C;
}
.BgClassName
{
background-color: #04466C;
}
</style>
border-color css
<style>
span { border-color: #04466C; }
span { border-color: rgb(4,70,108); }
td.TdClassName
{
border-color: #04466C;
}
.TagClassName
{
border-color: #04466C;
}
</style>