Shades of Cobalt #0449C9
Tints of Cobalt #0449C9
RGB
CMYK
RGB Variations
Color information
#0449C9 (or 0x0449C9) is known color: Cobalt. HEX triplet: 04, 49 and C9. RGB value is (4,73,201). Sum of RGB (Red+Green+Blue) = 4+73+201=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #0449C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449C9 is #FBB636. Grayscale: #424242. Windows color (decimal): -16496183 or 13191428. OLE color: 13191428.
HSL color Cylindrical-coordinate representation of color #0449C9: hue angle of 218.98º 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 #0449C9 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 73 | 201 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.21 |
| HSL | 218.98º | 0.96% | 0.4% | - |
| HSV(B) | 218.98º | 0.98% | 0.79% | - |
| XYZ | 12.98 | 9.01 | 56.31 | - |
| YUV | 66.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 201 | 0.98 | 0.64 | 0 | 0.21 | 218.98 | 0.96 | 0.4 |
| Hex | 4 | 49 | C9 | 62 | 40 | 0 | 15 | DB | 60 | 28 |
| Octal | 4 | 111 | 311 | 142 | 100 | 0 | 25 | 333 | 140 | 50 |
| Binary | 100 | 1001001 | 11001001 | 1100010 | 1000000 | 0 | 10101 | 11011011 | 1100000 | 101000 |
Color Harmonies of #0449C9
Complementary color
Monochromatic Colors of #0449C9
Black with #0449C9
Text Example
Text Example
White with #0449C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0449C9; }
p { color: rgb(4,73,201); }
H1.HeaderClassName
{
color: #0449C9;
}
.AnyTagClassName
{
color: #0449C9;
}
</style>
background-color css
<style>
a { background-color: #0449C9; }
a { background-color: rgb(4,73,201); }
div.DivClassName
{
background-color: #0449C9;
}
.BgClassName
{
background-color: #0449C9;
}
</style>
border-color css
<style>
span { border-color: #0449C9; }
span { border-color: rgb(4,73,201); }
td.TdClassName
{
border-color: #0449C9;
}
.TagClassName
{
border-color: #0449C9;
}
</style>