Shades of Cobalt #04429C
Tints of Cobalt #04429C
RGB
CMYK
RGB Variations
Color information
#04429C (or 0x04429C) is known color: Cobalt. HEX triplet: 04, 42 and 9C. RGB value is (4,66,156). Sum of RGB (Red+Green+Blue) = 4+66+156=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #04429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04429C is #FBBD63. Grayscale: #393939. Windows color (decimal): -16498020 or 10240516. OLE color: 10240516.
HSL color Cylindrical-coordinate representation of color #04429C: hue angle of 215.53º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04429C is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 66 | 156 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.39 |
| HSL | 215.53º | 0.95% | 0.31% | - |
| HSV(B) | 215.53º | 0.97% | 0.61% | - |
| XYZ | 8 | 6.32 | 32.25 | - |
| YUV | 57.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 156 | 0.97 | 0.58 | 0 | 0.39 | 215.53 | 0.95 | 0.31 |
| Hex | 4 | 42 | 9C | 61 | 3A | 0 | 27 | D8 | 5F | 1F |
| Octal | 4 | 102 | 234 | 141 | 72 | 0 | 47 | 330 | 137 | 37 |
| Binary | 100 | 1000010 | 10011100 | 1100001 | 111010 | 0 | 100111 | 11011000 | 1011111 | 11111 |
Color Harmonies of #04429C
Complementary color
Monochromatic Colors of #04429C
Black with #04429C
Text Example
Text Example
White with #04429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04429C; }
p { color: rgb(4,66,156); }
H1.HeaderClassName
{
color: #04429C;
}
.AnyTagClassName
{
color: #04429C;
}
</style>
background-color css
<style>
a { background-color: #04429C; }
a { background-color: rgb(4,66,156); }
div.DivClassName
{
background-color: #04429C;
}
.BgClassName
{
background-color: #04429C;
}
</style>
border-color css
<style>
span { border-color: #04429C; }
span { border-color: rgb(4,66,156); }
td.TdClassName
{
border-color: #04429C;
}
.TagClassName
{
border-color: #04429C;
}
</style>