Shades of Cobalt #004AC2
Tints of Cobalt #004AC2
RGB
CMYK
RGB Variations
Color information
#004AC2 (or 0x004AC2) is known color: Cobalt. HEX triplet: 00, 4A and C2. RGB value is (0,74,194). Sum of RGB (Red+Green+Blue) = 0+74+194=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 194 (76.17% from 255 or 72.39% from 268); Max value from RGB is 194 - color contains mainly: blue. Hex color #004AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AC2 is #FFB53D. Grayscale: #414141. Windows color (decimal): -16758078 or 12732928. OLE color: 12732928.
HSL color Cylindrical-coordinate representation of color #004AC2: hue angle of 217.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AC2 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 74 | 194 | - |
| CMYK | 1 | 0.62 | 0 | 0.24 |
| HSL | 217.11º | 1% | 0.38% | - |
| HSV(B) | 217.11º | 1% | 0.76% | - |
| XYZ | 12.19 | 8.79 | 52.09 | - |
| YUV | 65.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 194 | 1 | 0.62 | 0 | 0.24 | 217.11 | 1 | 0.38 |
| Hex | 0 | 4A | C2 | 64 | 3E | 0 | 18 | D9 | 64 | 26 |
| Octal | 0 | 112 | 302 | 144 | 76 | 0 | 30 | 331 | 144 | 46 |
| Binary | 0 | 1001010 | 11000010 | 1100100 | 111110 | 0 | 11000 | 11011001 | 1100100 | 100110 |
Color Harmonies of #004AC2
Complementary color
Monochromatic Colors of #004AC2
Black with #004AC2
Text Example
Text Example
White with #004AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AC2; }
p { color: rgb(0,74,194); }
H1.HeaderClassName
{
color: #004AC2;
}
.AnyTagClassName
{
color: #004AC2;
}
</style>
background-color css
<style>
a { background-color: #004AC2; }
a { background-color: rgb(0,74,194); }
div.DivClassName
{
background-color: #004AC2;
}
.BgClassName
{
background-color: #004AC2;
}
</style>
border-color css
<style>
span { border-color: #004AC2; }
span { border-color: rgb(0,74,194); }
td.TdClassName
{
border-color: #004AC2;
}
.TagClassName
{
border-color: #004AC2;
}
</style>