Shades of Cobalt #004AB6
Tints of Cobalt #004AB6
RGB
CMYK
RGB Variations
Color information
#004AB6 (or 0x004AB6) is known color: Cobalt. HEX triplet: 00, 4A and B6. RGB value is (0,74,182). Sum of RGB (Red+Green+Blue) = 0+74+182=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #004AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AB6 is #FFB549. Grayscale: #3F3F3F. Windows color (decimal): -16758090 or 11946496. OLE color: 11946496.
HSL color Cylindrical-coordinate representation of color #004AB6: hue angle of 215.6º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AB6 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 74 | 182 | - |
| CMYK | 1 | 0.59 | 0 | 0.29 |
| HSL | 215.6º | 1% | 0.36% | - |
| HSV(B) | 215.6º | 1% | 0.71% | - |
| XYZ | 10.89 | 8.27 | 45.28 | - |
| YUV | 64.19 | 194.48 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 182 | 1 | 0.59 | 0 | 0.29 | 215.6 | 1 | 0.36 |
| Hex | 0 | 4A | B6 | 64 | 3B | 0 | 1D | D8 | 64 | 24 |
| Octal | 0 | 112 | 266 | 144 | 73 | 0 | 35 | 330 | 144 | 44 |
| Binary | 0 | 1001010 | 10110110 | 1100100 | 111011 | 0 | 11101 | 11011000 | 1100100 | 100100 |
Color Harmonies of #004AB6
Complementary color
Monochromatic Colors of #004AB6
Black with #004AB6
Text Example
Text Example
White with #004AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AB6; }
p { color: rgb(0,74,182); }
H1.HeaderClassName
{
color: #004AB6;
}
.AnyTagClassName
{
color: #004AB6;
}
</style>
background-color css
<style>
a { background-color: #004AB6; }
a { background-color: rgb(0,74,182); }
div.DivClassName
{
background-color: #004AB6;
}
.BgClassName
{
background-color: #004AB6;
}
</style>
border-color css
<style>
span { border-color: #004AB6; }
span { border-color: rgb(0,74,182); }
td.TdClassName
{
border-color: #004AB6;
}
.TagClassName
{
border-color: #004AB6;
}
</style>