Shades of Dark Cerulean #04467A
Tints of Dark Cerulean #04467A
RGB
CMYK
RGB Variations
Color information
#04467A (or 0x04467A) is known color: Dark Cerulean. HEX triplet: 04, 46 and 7A. RGB value is (4,70,122). Sum of RGB (Red+Green+Blue) = 4+70+122=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #04467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04467A is #FBB985. Grayscale: #373737. Windows color (decimal): -16497030 or 8013316. OLE color: 8013316.
HSL color Cylindrical-coordinate representation of color #04467A: hue angle of 206.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04467A is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 70 | 122 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.52 |
| HSL | 206.44º | 0.94% | 0.25% | - |
| HSV(B) | 206.44º | 0.97% | 0.48% | - |
| XYZ | 5.75 | 5.81 | 19.23 | - |
| YUV | 56.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 122 | 0.97 | 0.43 | 0 | 0.52 | 206.44 | 0.94 | 0.25 |
| Hex | 4 | 46 | 7A | 61 | 2B | 0 | 34 | CE | 5E | 19 |
| Octal | 4 | 106 | 172 | 141 | 53 | 0 | 64 | 316 | 136 | 31 |
| Binary | 100 | 1000110 | 1111010 | 1100001 | 101011 | 0 | 110100 | 11001110 | 1011110 | 11001 |
Color Harmonies of #04467A
Complementary color
Monochromatic Colors of #04467A
Black with #04467A
Text Example
Text Example
White with #04467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04467A; }
p { color: rgb(4,70,122); }
H1.HeaderClassName
{
color: #04467A;
}
.AnyTagClassName
{
color: #04467A;
}
</style>
background-color css
<style>
a { background-color: #04467A; }
a { background-color: rgb(4,70,122); }
div.DivClassName
{
background-color: #04467A;
}
.BgClassName
{
background-color: #04467A;
}
</style>
border-color css
<style>
span { border-color: #04467A; }
span { border-color: rgb(4,70,122); }
td.TdClassName
{
border-color: #04467A;
}
.TagClassName
{
border-color: #04467A;
}
</style>