Shades of Viking #4EA6C1
Tints of Viking #4EA6C1
RGB
CMYK
RGB Variations
Color information
#4EA6C1 (or 0x4EA6C1) is known color: Viking. HEX triplet: 4E, A6 and C1. RGB value is (78,166,193). Sum of RGB (Red+Green+Blue) = 78+166+193=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EA6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA6C1 is #B1593E. Grayscale: #8E8E8E. Windows color (decimal): -11622719 or 12691022. OLE color: 12691022.
HSL color Cylindrical-coordinate representation of color #4EA6C1: hue angle of 194.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA6C1 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 166 | 193 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.24 |
| HSL | 194.09º | 0.48% | 0.53% | - |
| HSV(B) | 194.09º | 0.6% | 0.76% | - |
| XYZ | 26.4 | 32.74 | 55.38 | - |
| YUV | 142.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 166 | 193 | 0.60 | 0.14 | 0 | 0.24 | 194.09 | 0.48 | 0.53 |
| Hex | 4E | A6 | C1 | 3C | E | 0 | 18 | C2 | 30 | 35 |
| Octal | 116 | 246 | 301 | 74 | 16 | 0 | 30 | 302 | 60 | 65 |
| Binary | 1001110 | 10100110 | 11000001 | 111100 | 1110 | 0 | 11000 | 11000010 | 110000 | 110101 |
Color Harmonies of #4EA6C1
Complementary color
Monochromatic Colors of #4EA6C1
Black with #4EA6C1
Text Example
Text Example
White with #4EA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA6C1; }
p { color: rgb(78,166,193); }
H1.HeaderClassName
{
color: #4EA6C1;
}
.AnyTagClassName
{
color: #4EA6C1;
}
</style>
background-color css
<style>
a { background-color: #4EA6C1; }
a { background-color: rgb(78,166,193); }
div.DivClassName
{
background-color: #4EA6C1;
}
.BgClassName
{
background-color: #4EA6C1;
}
</style>
border-color css
<style>
span { border-color: #4EA6C1; }
span { border-color: rgb(78,166,193); }
td.TdClassName
{
border-color: #4EA6C1;
}
.TagClassName
{
border-color: #4EA6C1;
}
</style>