Shades of Dark Cerulean #04476A
Tints of Dark Cerulean #04476A
RGB
CMYK
RGB Variations
Color information
#04476A (or 0x04476A) is known color: Dark Cerulean. HEX triplet: 04, 47 and 6A. RGB value is (4,71,106). Sum of RGB (Red+Green+Blue) = 4+71+106=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #04476A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04476A is #FBB895. Grayscale: #363636. Windows color (decimal): -16496790 or 6964996. OLE color: 6964996.
HSL color Cylindrical-coordinate representation of color #04476A: hue angle of 200.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04476A is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 71 | 106 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.58 |
| HSL | 200.59º | 0.93% | 0.22% | - |
| HSV(B) | 200.59º | 0.96% | 0.42% | - |
| XYZ | 4.9 | 5.57 | 14.45 | - |
| YUV | 54.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 106 | 0.96 | 0.33 | 0 | 0.58 | 200.59 | 0.93 | 0.22 |
| Hex | 4 | 47 | 6A | 60 | 21 | 0 | 3A | C9 | 5D | 16 |
| Octal | 4 | 107 | 152 | 140 | 41 | 0 | 72 | 311 | 135 | 26 |
| Binary | 100 | 1000111 | 1101010 | 1100000 | 100001 | 0 | 111010 | 11001001 | 1011101 | 10110 |
Color Harmonies of #04476A
Complementary color
Monochromatic Colors of #04476A
Black with #04476A
Text Example
Text Example
White with #04476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04476A; }
p { color: rgb(4,71,106); }
H1.HeaderClassName
{
color: #04476A;
}
.AnyTagClassName
{
color: #04476A;
}
</style>
background-color css
<style>
a { background-color: #04476A; }
a { background-color: rgb(4,71,106); }
div.DivClassName
{
background-color: #04476A;
}
.BgClassName
{
background-color: #04476A;
}
</style>
border-color css
<style>
span { border-color: #04476A; }
span { border-color: rgb(4,71,106); }
td.TdClassName
{
border-color: #04476A;
}
.TagClassName
{
border-color: #04476A;
}
</style>