Shades of Cobalt #0449AD
Tints of Cobalt #0449AD
RGB
CMYK
RGB Variations
Color information
#0449AD (or 0x0449AD) is known color: Cobalt. HEX triplet: 04, 49 and AD. RGB value is (4,73,173). Sum of RGB (Red+Green+Blue) = 4+73+173=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #0449AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0449AD is #FBB652. Grayscale: #3F3F3F. Windows color (decimal): -16496211 or 11356420. OLE color: 11356420.
HSL color Cylindrical-coordinate representation of color #0449AD: hue angle of 215.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449AD is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 73 | 173 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.32 |
| HSL | 215.5º | 0.95% | 0.35% | - |
| HSV(B) | 215.5º | 0.98% | 0.68% | - |
| XYZ | 9.98 | 7.81 | 40.52 | - |
| YUV | 63.77 | 189.64 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 173 | 0.98 | 0.58 | 0 | 0.32 | 215.5 | 0.95 | 0.35 |
| Hex | 4 | 49 | AD | 62 | 3A | 0 | 20 | D8 | 5F | 23 |
| Octal | 4 | 111 | 255 | 142 | 72 | 0 | 40 | 330 | 137 | 43 |
| Binary | 100 | 1001001 | 10101101 | 1100010 | 111010 | 0 | 100000 | 11011000 | 1011111 | 100011 |
Color Harmonies of #0449AD
Complementary color
Monochromatic Colors of #0449AD
Black with #0449AD
Text Example
Text Example
White with #0449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0449AD; }
p { color: rgb(4,73,173); }
H1.HeaderClassName
{
color: #0449AD;
}
.AnyTagClassName
{
color: #0449AD;
}
</style>
background-color css
<style>
a { background-color: #0449AD; }
a { background-color: rgb(4,73,173); }
div.DivClassName
{
background-color: #0449AD;
}
.BgClassName
{
background-color: #0449AD;
}
</style>
border-color css
<style>
span { border-color: #0449AD; }
span { border-color: rgb(4,73,173); }
td.TdClassName
{
border-color: #0449AD;
}
.TagClassName
{
border-color: #0449AD;
}
</style>