Shades of Dark Cerulean #04468C
Tints of Dark Cerulean #04468C
RGB
CMYK
RGB Variations
Color information
#04468C (or 0x04468C) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8C. RGB value is (4,70,140). Sum of RGB (Red+Green+Blue) = 4+70+140=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #04468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468C is #FBB973. Grayscale: #393939. Windows color (decimal): -16497012 or 9192964. OLE color: 9192964.
HSL color Cylindrical-coordinate representation of color #04468C: hue angle of 210.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04468C is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 70 | 140 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.45 |
| HSL | 210.88º | 0.94% | 0.28% | - |
| HSV(B) | 210.88º | 0.97% | 0.55% | - |
| XYZ | 6.97 | 6.3 | 25.66 | - |
| YUV | 58.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 140 | 0.97 | 0.50 | 0 | 0.45 | 210.88 | 0.94 | 0.28 |
| Hex | 4 | 46 | 8C | 61 | 32 | 0 | 2D | D3 | 5E | 1C |
| Octal | 4 | 106 | 214 | 141 | 62 | 0 | 55 | 323 | 136 | 34 |
| Binary | 100 | 1000110 | 10001100 | 1100001 | 110010 | 0 | 101101 | 11010011 | 1011110 | 11100 |
Color Harmonies of #04468C
Complementary color
Monochromatic Colors of #04468C
Black with #04468C
Text Example
Text Example
White with #04468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04468C; }
p { color: rgb(4,70,140); }
H1.HeaderClassName
{
color: #04468C;
}
.AnyTagClassName
{
color: #04468C;
}
</style>
background-color css
<style>
a { background-color: #04468C; }
a { background-color: rgb(4,70,140); }
div.DivClassName
{
background-color: #04468C;
}
.BgClassName
{
background-color: #04468C;
}
</style>
border-color css
<style>
span { border-color: #04468C; }
span { border-color: rgb(4,70,140); }
td.TdClassName
{
border-color: #04468C;
}
.TagClassName
{
border-color: #04468C;
}
</style>