Shades of Viking #4EACC0
Tints of Viking #4EACC0
RGB
CMYK
RGB Variations
Color information
#4EACC0 (or 0x4EACC0) is known color: Viking. HEX triplet: 4E, AC and C0. RGB value is (78,172,192). Sum of RGB (Red+Green+Blue) = 78+172+192=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #4EACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACC0 is #B1533F. Grayscale: #929292. Windows color (decimal): -11621184 or 12627022. OLE color: 12627022.
HSL color Cylindrical-coordinate representation of color #4EACC0: hue angle of 190.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EACC0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 172 | 192 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.25 |
| HSL | 190.53º | 0.48% | 0.53% | - |
| HSV(B) | 190.53º | 0.59% | 0.75% | - |
| XYZ | 27.41 | 34.93 | 55.17 | - |
| YUV | 146.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 192 | 0.59 | 0.10 | 0 | 0.25 | 190.53 | 0.48 | 0.53 |
| Hex | 4E | AC | C0 | 3B | A | 0 | 19 | BF | 30 | 35 |
| Octal | 116 | 254 | 300 | 73 | 12 | 0 | 31 | 277 | 60 | 65 |
| Binary | 1001110 | 10101100 | 11000000 | 111011 | 1010 | 0 | 11001 | 10111111 | 110000 | 110101 |
Color Harmonies of #4EACC0
Complementary color
Monochromatic Colors of #4EACC0
Black with #4EACC0
Text Example
Text Example
White with #4EACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACC0; }
p { color: rgb(78,172,192); }
H1.HeaderClassName
{
color: #4EACC0;
}
.AnyTagClassName
{
color: #4EACC0;
}
</style>
background-color css
<style>
a { background-color: #4EACC0; }
a { background-color: rgb(78,172,192); }
div.DivClassName
{
background-color: #4EACC0;
}
.BgClassName
{
background-color: #4EACC0;
}
</style>
border-color css
<style>
span { border-color: #4EACC0; }
span { border-color: rgb(78,172,192); }
td.TdClassName
{
border-color: #4EACC0;
}
.TagClassName
{
border-color: #4EACC0;
}
</style>