Shades of Cobalt #044AC9
Tints of Cobalt #044AC9
RGB
CMYK
RGB Variations
Color information
#044AC9 (or 0x044AC9) is known color: Cobalt. HEX triplet: 04, 4A and C9. RGB value is (4,74,201). Sum of RGB (Red+Green+Blue) = 4+74+201=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #044AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AC9 is #FBB536. Grayscale: #424242. Windows color (decimal): -16495927 or 13191684. OLE color: 13191684.
HSL color Cylindrical-coordinate representation of color #044AC9: hue angle of 218.68º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AC9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 74 | 201 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.21 |
| HSL | 218.68º | 0.96% | 0.4% | - |
| HSV(B) | 218.68º | 0.98% | 0.79% | - |
| XYZ | 13.04 | 9.14 | 56.34 | - |
| YUV | 67.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 201 | 0.98 | 0.63 | 0 | 0.21 | 218.68 | 0.96 | 0.4 |
| Hex | 4 | 4A | C9 | 62 | 3F | 0 | 15 | DB | 60 | 28 |
| Octal | 4 | 112 | 311 | 142 | 77 | 0 | 25 | 333 | 140 | 50 |
| Binary | 100 | 1001010 | 11001001 | 1100010 | 111111 | 0 | 10101 | 11011011 | 1100000 | 101000 |
Color Harmonies of #044AC9
Complementary color
Monochromatic Colors of #044AC9
Black with #044AC9
Text Example
Text Example
White with #044AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AC9; }
p { color: rgb(4,74,201); }
H1.HeaderClassName
{
color: #044AC9;
}
.AnyTagClassName
{
color: #044AC9;
}
</style>
background-color css
<style>
a { background-color: #044AC9; }
a { background-color: rgb(4,74,201); }
div.DivClassName
{
background-color: #044AC9;
}
.BgClassName
{
background-color: #044AC9;
}
</style>
border-color css
<style>
span { border-color: #044AC9; }
span { border-color: rgb(4,74,201); }
td.TdClassName
{
border-color: #044AC9;
}
.TagClassName
{
border-color: #044AC9;
}
</style>