Shades of Cobalt #04449F
Tints of Cobalt #04449F
RGB
CMYK
RGB Variations
Color information
#04449F (or 0x04449F) is known color: Cobalt. HEX triplet: 04, 44 and 9F. RGB value is (4,68,159). Sum of RGB (Red+Green+Blue) = 4+68+159=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #04449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04449F is #FBBB60. Grayscale: #3A3A3A. Windows color (decimal): -16497505 or 10437636. OLE color: 10437636.
HSL color Cylindrical-coordinate representation of color #04449F: hue angle of 215.23º 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 #04449F is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 68 | 159 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.38 |
| HSL | 215.23º | 0.95% | 0.32% | - |
| HSV(B) | 215.23º | 0.97% | 0.62% | - |
| XYZ | 8.38 | 6.66 | 33.65 | - |
| YUV | 59.24 | 184.3 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 159 | 0.97 | 0.57 | 0 | 0.38 | 215.23 | 0.95 | 0.32 |
| Hex | 4 | 44 | 9F | 61 | 39 | 0 | 26 | D7 | 5F | 20 |
| Octal | 4 | 104 | 237 | 141 | 71 | 0 | 46 | 327 | 137 | 40 |
| Binary | 100 | 1000100 | 10011111 | 1100001 | 111001 | 0 | 100110 | 11010111 | 1011111 | 100000 |
Color Harmonies of #04449F
Complementary color
Monochromatic Colors of #04449F
Black with #04449F
Text Example
Text Example
White with #04449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04449F; }
p { color: rgb(4,68,159); }
H1.HeaderClassName
{
color: #04449F;
}
.AnyTagClassName
{
color: #04449F;
}
</style>
background-color css
<style>
a { background-color: #04449F; }
a { background-color: rgb(4,68,159); }
div.DivClassName
{
background-color: #04449F;
}
.BgClassName
{
background-color: #04449F;
}
</style>
border-color css
<style>
span { border-color: #04449F; }
span { border-color: rgb(4,68,159); }
td.TdClassName
{
border-color: #04449F;
}
.TagClassName
{
border-color: #04449F;
}
</style>