Shades of Cobalt #044A96
Tints of Cobalt #044A96
RGB
CMYK
RGB Variations
Color information
#044A96 (or 0x044A96) is known color: Cobalt. HEX triplet: 04, 4A and 96. RGB value is (4,74,150). Sum of RGB (Red+Green+Blue) = 4+74+150=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #044A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A96 is #FBB569. Grayscale: #3D3D3D. Windows color (decimal): -16495978 or 9849348. OLE color: 9849348.
HSL color Cylindrical-coordinate representation of color #044A96: hue angle of 211.23º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A96 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 74 | 150 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.41 |
| HSL | 211.23º | 0.95% | 0.3% | - |
| HSV(B) | 211.23º | 0.97% | 0.59% | - |
| XYZ | 8 | 7.13 | 29.81 | - |
| YUV | 61.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 150 | 0.97 | 0.51 | 0 | 0.41 | 211.23 | 0.95 | 0.3 |
| Hex | 4 | 4A | 96 | 61 | 33 | 0 | 29 | D3 | 5F | 1E |
| Octal | 4 | 112 | 226 | 141 | 63 | 0 | 51 | 323 | 137 | 36 |
| Binary | 100 | 1001010 | 10010110 | 1100001 | 110011 | 0 | 101001 | 11010011 | 1011111 | 11110 |
Color Harmonies of #044A96
Complementary color
Monochromatic Colors of #044A96
Black with #044A96
Text Example
Text Example
White with #044A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A96; }
p { color: rgb(4,74,150); }
H1.HeaderClassName
{
color: #044A96;
}
.AnyTagClassName
{
color: #044A96;
}
</style>
background-color css
<style>
a { background-color: #044A96; }
a { background-color: rgb(4,74,150); }
div.DivClassName
{
background-color: #044A96;
}
.BgClassName
{
background-color: #044A96;
}
</style>
border-color css
<style>
span { border-color: #044A96; }
span { border-color: rgb(4,74,150); }
td.TdClassName
{
border-color: #044A96;
}
.TagClassName
{
border-color: #044A96;
}
</style>