Shades of Cobalt #004AAB
Tints of Cobalt #004AAB
RGB
CMYK
RGB Variations
Color information
#004AAB (or 0x004AAB) is known color: Cobalt. HEX triplet: 00, 4A and AB. RGB value is (0,74,171). Sum of RGB (Red+Green+Blue) = 0+74+171=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #004AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AAB is #FFB554. Grayscale: #3E3E3E. Windows color (decimal): -16758101 or 11225600. OLE color: 11225600.
HSL color Cylindrical-coordinate representation of color #004AAB: hue angle of 214.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AAB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 74 | 171 | - |
| CMYK | 1 | 0.57 | 0 | 0.33 |
| HSL | 214.04º | 1% | 0.34% | - |
| HSV(B) | 214.04º | 1% | 0.67% | - |
| XYZ | 9.8 | 7.84 | 39.52 | - |
| YUV | 62.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 171 | 1 | 0.57 | 0 | 0.33 | 214.04 | 1 | 0.34 |
| Hex | 0 | 4A | AB | 64 | 39 | 0 | 21 | D6 | 64 | 22 |
| Octal | 0 | 112 | 253 | 144 | 71 | 0 | 41 | 326 | 144 | 42 |
| Binary | 0 | 1001010 | 10101011 | 1100100 | 111001 | 0 | 100001 | 11010110 | 1100100 | 100010 |
Color Harmonies of #004AAB
Complementary color
Monochromatic Colors of #004AAB
Black with #004AAB
Text Example
Text Example
White with #004AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AAB; }
p { color: rgb(0,74,171); }
H1.HeaderClassName
{
color: #004AAB;
}
.AnyTagClassName
{
color: #004AAB;
}
</style>
background-color css
<style>
a { background-color: #004AAB; }
a { background-color: rgb(0,74,171); }
div.DivClassName
{
background-color: #004AAB;
}
.BgClassName
{
background-color: #004AAB;
}
</style>
border-color css
<style>
span { border-color: #004AAB; }
span { border-color: rgb(0,74,171); }
td.TdClassName
{
border-color: #004AAB;
}
.TagClassName
{
border-color: #004AAB;
}
</style>