Shades of Dark Cerulean #04468D
Tints of Dark Cerulean #04468D
RGB
CMYK
RGB Variations
Color information
#04468D (or 0x04468D) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8D. RGB value is (4,70,141). Sum of RGB (Red+Green+Blue) = 4+70+141=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #04468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468D is #FBB972. Grayscale: #3A3A3A. Windows color (decimal): -16497011 or 9258500. OLE color: 9258500.
HSL color Cylindrical-coordinate representation of color #04468D: hue angle of 211.09º 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 #04468D is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 70 | 141 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.45 |
| HSL | 211.09º | 0.94% | 0.28% | - |
| HSV(B) | 211.09º | 0.97% | 0.55% | - |
| XYZ | 7.05 | 6.33 | 26.05 | - |
| YUV | 58.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 141 | 0.97 | 0.50 | 0 | 0.45 | 211.09 | 0.94 | 0.28 |
| Hex | 4 | 46 | 8D | 61 | 32 | 0 | 2D | D3 | 5E | 1C |
| Octal | 4 | 106 | 215 | 141 | 62 | 0 | 55 | 323 | 136 | 34 |
| Binary | 100 | 1000110 | 10001101 | 1100001 | 110010 | 0 | 101101 | 11010011 | 1011110 | 11100 |
Color Harmonies of #04468D
Complementary color
Monochromatic Colors of #04468D
Black with #04468D
Text Example
Text Example
White with #04468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04468D; }
p { color: rgb(4,70,141); }
H1.HeaderClassName
{
color: #04468D;
}
.AnyTagClassName
{
color: #04468D;
}
</style>
background-color css
<style>
a { background-color: #04468D; }
a { background-color: rgb(4,70,141); }
div.DivClassName
{
background-color: #04468D;
}
.BgClassName
{
background-color: #04468D;
}
</style>
border-color css
<style>
span { border-color: #04468D; }
span { border-color: rgb(4,70,141); }
td.TdClassName
{
border-color: #04468D;
}
.TagClassName
{
border-color: #04468D;
}
</style>