Shades of Cobalt #004EC4
Tints of Cobalt #004EC4
RGB
CMYK
RGB Variations
Color information
#004EC4 (or 0x004EC4) is known color: Cobalt. HEX triplet: 00, 4E and C4. RGB value is (0,78,196). Sum of RGB (Red+Green+Blue) = 0+78+196=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 196 (76.95% from 255 or 71.53% from 274); Max value from RGB is 196 - color contains mainly: blue. Hex color #004EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC4 is #FFB13B. Grayscale: #434343. Windows color (decimal): -16757052 or 12865024. OLE color: 12865024.
HSL color Cylindrical-coordinate representation of color #004EC4: hue angle of 216.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EC4 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 78 | 196 | - |
| CMYK | 1 | 0.60 | 0 | 0.23 |
| HSL | 216.12º | 1% | 0.38% | - |
| HSV(B) | 216.12º | 1% | 0.77% | - |
| XYZ | 12.69 | 9.43 | 53.38 | - |
| YUV | 68.13 | 200.16 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 196 | 1 | 0.60 | 0 | 0.23 | 216.12 | 1 | 0.38 |
| Hex | 0 | 4E | C4 | 64 | 3C | 0 | 17 | D8 | 64 | 26 |
| Octal | 0 | 116 | 304 | 144 | 74 | 0 | 27 | 330 | 144 | 46 |
| Binary | 0 | 1001110 | 11000100 | 1100100 | 111100 | 0 | 10111 | 11011000 | 1100100 | 100110 |
Color Harmonies of #004EC4
Complementary color
Monochromatic Colors of #004EC4
Black with #004EC4
Text Example
Text Example
White with #004EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC4; }
p { color: rgb(0,78,196); }
H1.HeaderClassName
{
color: #004EC4;
}
.AnyTagClassName
{
color: #004EC4;
}
</style>
background-color css
<style>
a { background-color: #004EC4; }
a { background-color: rgb(0,78,196); }
div.DivClassName
{
background-color: #004EC4;
}
.BgClassName
{
background-color: #004EC4;
}
</style>
border-color css
<style>
span { border-color: #004EC4; }
span { border-color: rgb(0,78,196); }
td.TdClassName
{
border-color: #004EC4;
}
.TagClassName
{
border-color: #004EC4;
}
</style>