Shades of Viking #4EAAC0
Tints of Viking #4EAAC0
RGB
CMYK
RGB Variations
Color information
#4EAAC0 (or 0x4EAAC0) is known color: Viking. HEX triplet: 4E, AA and C0. RGB value is (78,170,192). Sum of RGB (Red+Green+Blue) = 78+170+192=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #4EAAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAAC0 is #B1553F. Grayscale: #909090. Windows color (decimal): -11621696 or 12626510. OLE color: 12626510.
HSL color Cylindrical-coordinate representation of color #4EAAC0: hue angle of 191.58º 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 #4EAAC0 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 170 | 192 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.25 |
| HSL | 191.58º | 0.48% | 0.53% | - |
| HSV(B) | 191.58º | 0.59% | 0.75% | - |
| XYZ | 27.03 | 34.17 | 55.04 | - |
| YUV | 145 | 154.52 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 192 | 0.59 | 0.11 | 0 | 0.25 | 191.58 | 0.48 | 0.53 |
| Hex | 4E | AA | C0 | 3B | B | 0 | 19 | C0 | 30 | 35 |
| Octal | 116 | 252 | 300 | 73 | 13 | 0 | 31 | 300 | 60 | 65 |
| Binary | 1001110 | 10101010 | 11000000 | 111011 | 1011 | 0 | 11001 | 11000000 | 110000 | 110101 |
Color Harmonies of #4EAAC0
Complementary color
Monochromatic Colors of #4EAAC0
Black with #4EAAC0
Text Example
Text Example
White with #4EAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAC0; }
p { color: rgb(78,170,192); }
H1.HeaderClassName
{
color: #4EAAC0;
}
.AnyTagClassName
{
color: #4EAAC0;
}
</style>
background-color css
<style>
a { background-color: #4EAAC0; }
a { background-color: rgb(78,170,192); }
div.DivClassName
{
background-color: #4EAAC0;
}
.BgClassName
{
background-color: #4EAAC0;
}
</style>
border-color css
<style>
span { border-color: #4EAAC0; }
span { border-color: rgb(78,170,192); }
td.TdClassName
{
border-color: #4EAAC0;
}
.TagClassName
{
border-color: #4EAAC0;
}
</style>