Shades of Dark Cerulean #04468E
Tints of Dark Cerulean #04468E
RGB
CMYK
RGB Variations
Color information
#04468E (or 0x04468E) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8E. RGB value is (4,70,142). Sum of RGB (Red+Green+Blue) = 4+70+142=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #04468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468E is #FBB971. Grayscale: #3A3A3A. Windows color (decimal): -16497010 or 9324036. OLE color: 9324036.
HSL color Cylindrical-coordinate representation of color #04468E: hue angle of 211.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04468E is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 70 | 142 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.44 |
| HSL | 211.3º | 0.95% | 0.29% | - |
| HSV(B) | 211.3º | 0.97% | 0.56% | - |
| XYZ | 7.12 | 6.36 | 26.44 | - |
| YUV | 58.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 142 | 0.97 | 0.51 | 0 | 0.44 | 211.3 | 0.95 | 0.29 |
| Hex | 4 | 46 | 8E | 61 | 33 | 0 | 2C | D3 | 5F | 1D |
| Octal | 4 | 106 | 216 | 141 | 63 | 0 | 54 | 323 | 137 | 35 |
| Binary | 100 | 1000110 | 10001110 | 1100001 | 110011 | 0 | 101100 | 11010011 | 1011111 | 11101 |
Color Harmonies of #04468E
Complementary color
Monochromatic Colors of #04468E
Black with #04468E
Text Example
Text Example
White with #04468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04468E; }
p { color: rgb(4,70,142); }
H1.HeaderClassName
{
color: #04468E;
}
.AnyTagClassName
{
color: #04468E;
}
</style>
background-color css
<style>
a { background-color: #04468E; }
a { background-color: rgb(4,70,142); }
div.DivClassName
{
background-color: #04468E;
}
.BgClassName
{
background-color: #04468E;
}
</style>
border-color css
<style>
span { border-color: #04468E; }
span { border-color: rgb(4,70,142); }
td.TdClassName
{
border-color: #04468E;
}
.TagClassName
{
border-color: #04468E;
}
</style>