Shades of Viking #4EA2C2
Tints of Viking #4EA2C2
RGB
CMYK
RGB Variations
Color information
#4EA2C2 (or 0x4EA2C2) is known color: Viking. HEX triplet: 4E, A2 and C2. RGB value is (78,162,194). Sum of RGB (Red+Green+Blue) = 78+162+194=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #4EA2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2C2 is #B15D3D. Grayscale: #8C8C8C. Windows color (decimal): -11623742 or 12755534. OLE color: 12755534.
HSL color Cylindrical-coordinate representation of color #4EA2C2: hue angle of 196.55º degrees, saturation: 0.49, 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 #4EA2C2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 162 | 194 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.24 |
| HSL | 196.55º | 0.49% | 0.53% | - |
| HSV(B) | 196.55º | 0.6% | 0.76% | - |
| XYZ | 25.8 | 31.36 | 55.73 | - |
| YUV | 140.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 194 | 0.60 | 0.16 | 0 | 0.24 | 196.55 | 0.49 | 0.53 |
| Hex | 4E | A2 | C2 | 3C | 10 | 0 | 18 | C5 | 31 | 35 |
| Octal | 116 | 242 | 302 | 74 | 20 | 0 | 30 | 305 | 61 | 65 |
| Binary | 1001110 | 10100010 | 11000010 | 111100 | 10000 | 0 | 11000 | 11000101 | 110001 | 110101 |
Color Harmonies of #4EA2C2
Complementary color
Monochromatic Colors of #4EA2C2
Black with #4EA2C2
Text Example
Text Example
White with #4EA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2C2; }
p { color: rgb(78,162,194); }
H1.HeaderClassName
{
color: #4EA2C2;
}
.AnyTagClassName
{
color: #4EA2C2;
}
</style>
background-color css
<style>
a { background-color: #4EA2C2; }
a { background-color: rgb(78,162,194); }
div.DivClassName
{
background-color: #4EA2C2;
}
.BgClassName
{
background-color: #4EA2C2;
}
</style>
border-color css
<style>
span { border-color: #4EA2C2; }
span { border-color: rgb(78,162,194); }
td.TdClassName
{
border-color: #4EA2C2;
}
.TagClassName
{
border-color: #4EA2C2;
}
</style>