Shades of Cobalt #004AB8
Tints of Cobalt #004AB8
RGB
CMYK
RGB Variations
Color information
#004AB8 (or 0x004AB8) is known color: Cobalt. HEX triplet: 00, 4A and B8. RGB value is (0,74,184). Sum of RGB (Red+Green+Blue) = 0+74+184=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 184 (72.27% from 255 or 71.32% from 258); Max value from RGB is 184 - color contains mainly: blue. Hex color #004AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AB8 is #FFB547. Grayscale: #3F3F3F. Windows color (decimal): -16758088 or 12077568. OLE color: 12077568.
HSL color Cylindrical-coordinate representation of color #004AB8: hue angle of 215.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AB8 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 74 | 184 | - |
| CMYK | 1 | 0.60 | 0 | 0.28 |
| HSL | 215.87º | 1% | 0.36% | - |
| HSV(B) | 215.87º | 1% | 0.72% | - |
| XYZ | 11.1 | 8.36 | 46.38 | - |
| YUV | 64.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 184 | 1 | 0.60 | 0 | 0.28 | 215.87 | 1 | 0.36 |
| Hex | 0 | 4A | B8 | 64 | 3C | 0 | 1C | D8 | 64 | 24 |
| Octal | 0 | 112 | 270 | 144 | 74 | 0 | 34 | 330 | 144 | 44 |
| Binary | 0 | 1001010 | 10111000 | 1100100 | 111100 | 0 | 11100 | 11011000 | 1100100 | 100100 |
Color Harmonies of #004AB8
Complementary color
Monochromatic Colors of #004AB8
Black with #004AB8
Text Example
Text Example
White with #004AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AB8; }
p { color: rgb(0,74,184); }
H1.HeaderClassName
{
color: #004AB8;
}
.AnyTagClassName
{
color: #004AB8;
}
</style>
background-color css
<style>
a { background-color: #004AB8; }
a { background-color: rgb(0,74,184); }
div.DivClassName
{
background-color: #004AB8;
}
.BgClassName
{
background-color: #004AB8;
}
</style>
border-color css
<style>
span { border-color: #004AB8; }
span { border-color: rgb(0,74,184); }
td.TdClassName
{
border-color: #004AB8;
}
.TagClassName
{
border-color: #004AB8;
}
</style>