Shades of Cobalt #0449B4
Tints of Cobalt #0449B4
RGB
CMYK
RGB Variations
Color information
#0449B4 (or 0x0449B4) is known color: Cobalt. HEX triplet: 04, 49 and B4. RGB value is (4,73,180). Sum of RGB (Red+Green+Blue) = 4+73+180=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #0449B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449B4 is #FBB64B. Grayscale: #404040. Windows color (decimal): -16496204 or 11815172. OLE color: 11815172.
HSL color Cylindrical-coordinate representation of color #0449B4: hue angle of 216.48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449B4 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 73 | 180 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.29 |
| HSL | 216.48º | 0.96% | 0.36% | - |
| HSV(B) | 216.48º | 0.98% | 0.71% | - |
| XYZ | 10.67 | 8.09 | 44.18 | - |
| YUV | 64.57 | 193.14 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 180 | 0.98 | 0.59 | 0 | 0.29 | 216.48 | 0.96 | 0.36 |
| Hex | 4 | 49 | B4 | 62 | 3B | 0 | 1D | D8 | 60 | 24 |
| Octal | 4 | 111 | 264 | 142 | 73 | 0 | 35 | 330 | 140 | 44 |
| Binary | 100 | 1001001 | 10110100 | 1100010 | 111011 | 0 | 11101 | 11011000 | 1100000 | 100100 |
Color Harmonies of #0449B4
Complementary color
Monochromatic Colors of #0449B4
Black with #0449B4
Text Example
Text Example
White with #0449B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0449B4; }
p { color: rgb(4,73,180); }
H1.HeaderClassName
{
color: #0449B4;
}
.AnyTagClassName
{
color: #0449B4;
}
</style>
background-color css
<style>
a { background-color: #0449B4; }
a { background-color: rgb(4,73,180); }
div.DivClassName
{
background-color: #0449B4;
}
.BgClassName
{
background-color: #0449B4;
}
</style>
border-color css
<style>
span { border-color: #0449B4; }
span { border-color: rgb(4,73,180); }
td.TdClassName
{
border-color: #0449B4;
}
.TagClassName
{
border-color: #0449B4;
}
</style>