Shades of Dark Cerulean #04478A
Tints of Dark Cerulean #04478A
RGB
CMYK
RGB Variations
Color information
#04478A (or 0x04478A) is known color: Dark Cerulean. HEX triplet: 04, 47 and 8A. RGB value is (4,71,138). Sum of RGB (Red+Green+Blue) = 4+71+138=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #04478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04478A is #FBB875. Grayscale: #3A3A3A. Windows color (decimal): -16496758 or 9062148. OLE color: 9062148.
HSL color Cylindrical-coordinate representation of color #04478A: hue angle of 210º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04478A is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 71 | 138 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.46 |
| HSL | 210º | 0.94% | 0.28% | - |
| HSV(B) | 210º | 0.97% | 0.54% | - |
| XYZ | 6.89 | 6.37 | 24.91 | - |
| YUV | 58.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 138 | 0.97 | 0.49 | 0 | 0.46 | 210 | 0.94 | 0.28 |
| Hex | 4 | 47 | 8A | 61 | 31 | 0 | 2E | D2 | 5E | 1C |
| Octal | 4 | 107 | 212 | 141 | 61 | 0 | 56 | 322 | 136 | 34 |
| Binary | 100 | 1000111 | 10001010 | 1100001 | 110001 | 0 | 101110 | 11010010 | 1011110 | 11100 |
Color Harmonies of #04478A
Complementary color
Monochromatic Colors of #04478A
Black with #04478A
Text Example
Text Example
White with #04478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04478A; }
p { color: rgb(4,71,138); }
H1.HeaderClassName
{
color: #04478A;
}
.AnyTagClassName
{
color: #04478A;
}
</style>
background-color css
<style>
a { background-color: #04478A; }
a { background-color: rgb(4,71,138); }
div.DivClassName
{
background-color: #04478A;
}
.BgClassName
{
background-color: #04478A;
}
</style>
border-color css
<style>
span { border-color: #04478A; }
span { border-color: rgb(4,71,138); }
td.TdClassName
{
border-color: #04478A;
}
.TagClassName
{
border-color: #04478A;
}
</style>