Shades of Viking #4EAFC0
Tints of Viking #4EAFC0
RGB
CMYK
RGB Variations
Color information
#4EAFC0 (or 0x4EAFC0) is known color: Viking. HEX triplet: 4E, AF and C0. RGB value is (78,175,192). Sum of RGB (Red+Green+Blue) = 78+175+192=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #4EAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFC0 is #B1503F. Grayscale: #939393. Windows color (decimal): -11620416 or 12627790. OLE color: 12627790.
HSL color Cylindrical-coordinate representation of color #4EAFC0: hue angle of 188.95º 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 #4EAFC0 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 175 | 192 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 188.95º | 0.48% | 0.53% | - |
| HSV(B) | 188.95º | 0.59% | 0.75% | - |
| XYZ | 27.99 | 36.09 | 55.36 | - |
| YUV | 147.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 192 | 0.59 | 0.09 | 0 | 0.25 | 188.95 | 0.48 | 0.53 |
| Hex | 4E | AF | C0 | 3B | 9 | 0 | 19 | BD | 30 | 35 |
| Octal | 116 | 257 | 300 | 73 | 11 | 0 | 31 | 275 | 60 | 65 |
| Binary | 1001110 | 10101111 | 11000000 | 111011 | 1001 | 0 | 11001 | 10111101 | 110000 | 110101 |
Color Harmonies of #4EAFC0
Complementary color
Monochromatic Colors of #4EAFC0
Black with #4EAFC0
Text Example
Text Example
White with #4EAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFC0; }
p { color: rgb(78,175,192); }
H1.HeaderClassName
{
color: #4EAFC0;
}
.AnyTagClassName
{
color: #4EAFC0;
}
</style>
background-color css
<style>
a { background-color: #4EAFC0; }
a { background-color: rgb(78,175,192); }
div.DivClassName
{
background-color: #4EAFC0;
}
.BgClassName
{
background-color: #4EAFC0;
}
</style>
border-color css
<style>
span { border-color: #4EAFC0; }
span { border-color: rgb(78,175,192); }
td.TdClassName
{
border-color: #4EAFC0;
}
.TagClassName
{
border-color: #4EAFC0;
}
</style>