Shades of Cobalt #04449C
Tints of Cobalt #04449C
RGB
CMYK
RGB Variations
Color information
#04449C (or 0x04449C) is known color: Cobalt. HEX triplet: 04, 44 and 9C. RGB value is (4,68,156). Sum of RGB (Red+Green+Blue) = 4+68+156=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #04449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04449C is #FBBB63. Grayscale: #3A3A3A. Windows color (decimal): -16497508 or 10241028. OLE color: 10241028.
HSL color Cylindrical-coordinate representation of color #04449C: hue angle of 214.74º 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 #04449C is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 68 | 156 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.39 |
| HSL | 214.74º | 0.95% | 0.31% | - |
| HSV(B) | 214.74º | 0.97% | 0.61% | - |
| XYZ | 8.12 | 6.56 | 32.29 | - |
| YUV | 58.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 156 | 0.97 | 0.56 | 0 | 0.39 | 214.74 | 0.95 | 0.31 |
| Hex | 4 | 44 | 9C | 61 | 38 | 0 | 27 | D7 | 5F | 1F |
| Octal | 4 | 104 | 234 | 141 | 70 | 0 | 47 | 327 | 137 | 37 |
| Binary | 100 | 1000100 | 10011100 | 1100001 | 111000 | 0 | 100111 | 11010111 | 1011111 | 11111 |
Color Harmonies of #04449C
Complementary color
Monochromatic Colors of #04449C
Black with #04449C
Text Example
Text Example
White with #04449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04449C; }
p { color: rgb(4,68,156); }
H1.HeaderClassName
{
color: #04449C;
}
.AnyTagClassName
{
color: #04449C;
}
</style>
background-color css
<style>
a { background-color: #04449C; }
a { background-color: rgb(4,68,156); }
div.DivClassName
{
background-color: #04449C;
}
.BgClassName
{
background-color: #04449C;
}
</style>
border-color css
<style>
span { border-color: #04449C; }
span { border-color: rgb(4,68,156); }
td.TdClassName
{
border-color: #04449C;
}
.TagClassName
{
border-color: #04449C;
}
</style>