Shades of Dark Cerulean #04466E
Tints of Dark Cerulean #04466E
RGB
CMYK
RGB Variations
Color information
#04466E (or 0x04466E) is known color: Dark Cerulean. HEX triplet: 04, 46 and 6E. RGB value is (4,70,110). Sum of RGB (Red+Green+Blue) = 4+70+110=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #04466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04466E is #FBB991. Grayscale: #363636. Windows color (decimal): -16497042 or 7226884. OLE color: 7226884.
HSL color Cylindrical-coordinate representation of color #04466E: hue angle of 202.64º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04466E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 70 | 110 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.57 |
| HSL | 202.64º | 0.93% | 0.22% | - |
| HSV(B) | 202.64º | 0.96% | 0.43% | - |
| XYZ | 5.05 | 5.53 | 15.55 | - |
| YUV | 54.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 110 | 0.96 | 0.36 | 0 | 0.57 | 202.64 | 0.93 | 0.22 |
| Hex | 4 | 46 | 6E | 60 | 24 | 0 | 39 | CB | 5D | 16 |
| Octal | 4 | 106 | 156 | 140 | 44 | 0 | 71 | 313 | 135 | 26 |
| Binary | 100 | 1000110 | 1101110 | 1100000 | 100100 | 0 | 111001 | 11001011 | 1011101 | 10110 |
Color Harmonies of #04466E
Complementary color
Monochromatic Colors of #04466E
Black with #04466E
Text Example
Text Example
White with #04466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04466E; }
p { color: rgb(4,70,110); }
H1.HeaderClassName
{
color: #04466E;
}
.AnyTagClassName
{
color: #04466E;
}
</style>
background-color css
<style>
a { background-color: #04466E; }
a { background-color: rgb(4,70,110); }
div.DivClassName
{
background-color: #04466E;
}
.BgClassName
{
background-color: #04466E;
}
</style>
border-color css
<style>
span { border-color: #04466E; }
span { border-color: rgb(4,70,110); }
td.TdClassName
{
border-color: #04466E;
}
.TagClassName
{
border-color: #04466E;
}
</style>