Shades of Cobalt #044AA9
Tints of Cobalt #044AA9
RGB
CMYK
RGB Variations
Color information
#044AA9 (or 0x044AA9) is known color: Cobalt. HEX triplet: 04, 4A and A9. RGB value is (4,74,169). Sum of RGB (Red+Green+Blue) = 4+74+169=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #044AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044AA9 is #FBB556. Grayscale: #3F3F3F. Windows color (decimal): -16495959 or 11094532. OLE color: 11094532.
HSL color Cylindrical-coordinate representation of color #044AA9: hue angle of 214.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AA9 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 74 | 169 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.34 |
| HSL | 214.55º | 0.95% | 0.34% | - |
| HSV(B) | 214.55º | 0.98% | 0.66% | - |
| XYZ | 9.66 | 7.79 | 38.53 | - |
| YUV | 63.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 169 | 0.98 | 0.56 | 0 | 0.34 | 214.55 | 0.95 | 0.34 |
| Hex | 4 | 4A | A9 | 62 | 38 | 0 | 22 | D7 | 5F | 22 |
| Octal | 4 | 112 | 251 | 142 | 70 | 0 | 42 | 327 | 137 | 42 |
| Binary | 100 | 1001010 | 10101001 | 1100010 | 111000 | 0 | 100010 | 11010111 | 1011111 | 100010 |
Color Harmonies of #044AA9
Complementary color
Monochromatic Colors of #044AA9
Black with #044AA9
Text Example
Text Example
White with #044AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AA9; }
p { color: rgb(4,74,169); }
H1.HeaderClassName
{
color: #044AA9;
}
.AnyTagClassName
{
color: #044AA9;
}
</style>
background-color css
<style>
a { background-color: #044AA9; }
a { background-color: rgb(4,74,169); }
div.DivClassName
{
background-color: #044AA9;
}
.BgClassName
{
background-color: #044AA9;
}
</style>
border-color css
<style>
span { border-color: #044AA9; }
span { border-color: rgb(4,74,169); }
td.TdClassName
{
border-color: #044AA9;
}
.TagClassName
{
border-color: #044AA9;
}
</style>