Shades of Cobalt #04479E
Tints of Cobalt #04479E
RGB
CMYK
RGB Variations
Color information
#04479E (or 0x04479E) is known color: Cobalt. HEX triplet: 04, 47 and 9E. RGB value is (4,71,158). Sum of RGB (Red+Green+Blue) = 4+71+158=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #04479E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04479E is #FBB861. Grayscale: #3C3C3C. Windows color (decimal): -16496738 or 10372868. OLE color: 10372868.
HSL color Cylindrical-coordinate representation of color #04479E: hue angle of 213.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04479E is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 71 | 158 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.38 |
| HSL | 213.9º | 0.95% | 0.32% | - |
| HSV(B) | 213.9º | 0.97% | 0.62% | - |
| XYZ | 8.47 | 7 | 33.25 | - |
| YUV | 60.89 | 182.8 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 158 | 0.97 | 0.55 | 0 | 0.38 | 213.9 | 0.95 | 0.32 |
| Hex | 4 | 47 | 9E | 61 | 37 | 0 | 26 | D6 | 5F | 20 |
| Octal | 4 | 107 | 236 | 141 | 67 | 0 | 46 | 326 | 137 | 40 |
| Binary | 100 | 1000111 | 10011110 | 1100001 | 110111 | 0 | 100110 | 11010110 | 1011111 | 100000 |
Color Harmonies of #04479E
Complementary color
Monochromatic Colors of #04479E
Black with #04479E
Text Example
Text Example
White with #04479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04479E; }
p { color: rgb(4,71,158); }
H1.HeaderClassName
{
color: #04479E;
}
.AnyTagClassName
{
color: #04479E;
}
</style>
background-color css
<style>
a { background-color: #04479E; }
a { background-color: rgb(4,71,158); }
div.DivClassName
{
background-color: #04479E;
}
.BgClassName
{
background-color: #04479E;
}
</style>
border-color css
<style>
span { border-color: #04479E; }
span { border-color: rgb(4,71,158); }
td.TdClassName
{
border-color: #04479E;
}
.TagClassName
{
border-color: #04479E;
}
</style>