Shades of Cobalt #004CAC
Tints of Cobalt #004CAC
RGB
CMYK
RGB Variations
Color information
#004CAC (or 0x004CAC) is known color: Cobalt. HEX triplet: 00, 4C and AC. RGB value is (0,76,172). Sum of RGB (Red+Green+Blue) = 0+76+172=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #004CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CAC is #FFB353. Grayscale: #3F3F3F. Windows color (decimal): -16757588 or 11291648. OLE color: 11291648.
HSL color Cylindrical-coordinate representation of color #004CAC: hue angle of 213.49º 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 #004CAC is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 76 | 172 | - |
| CMYK | 1 | 0.56 | 0 | 0.33 |
| HSL | 213.49º | 1% | 0.34% | - |
| HSV(B) | 213.49º | 1% | 0.67% | - |
| XYZ | 10.03 | 8.15 | 40.07 | - |
| YUV | 64.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 172 | 1 | 0.56 | 0 | 0.33 | 213.49 | 1 | 0.34 |
| Hex | 0 | 4C | AC | 64 | 38 | 0 | 21 | D5 | 64 | 22 |
| Octal | 0 | 114 | 254 | 144 | 70 | 0 | 41 | 325 | 144 | 42 |
| Binary | 0 | 1001100 | 10101100 | 1100100 | 111000 | 0 | 100001 | 11010101 | 1100100 | 100010 |
Color Harmonies of #004CAC
Complementary color
Monochromatic Colors of #004CAC
Black with #004CAC
Text Example
Text Example
White with #004CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CAC; }
p { color: rgb(0,76,172); }
H1.HeaderClassName
{
color: #004CAC;
}
.AnyTagClassName
{
color: #004CAC;
}
</style>
background-color css
<style>
a { background-color: #004CAC; }
a { background-color: rgb(0,76,172); }
div.DivClassName
{
background-color: #004CAC;
}
.BgClassName
{
background-color: #004CAC;
}
</style>
border-color css
<style>
span { border-color: #004CAC; }
span { border-color: rgb(0,76,172); }
td.TdClassName
{
border-color: #004CAC;
}
.TagClassName
{
border-color: #004CAC;
}
</style>