Shades of Viking #4EA2C4
Tints of Viking #4EA2C4
RGB
CMYK
RGB Variations
Color information
#4EA2C4 (or 0x4EA2C4) is known color: Viking. HEX triplet: 4E, A2 and C4. RGB value is (78,162,196). Sum of RGB (Red+Green+Blue) = 78+162+196=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #4EA2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2C4 is #B15D3B. Grayscale: #8C8C8C. Windows color (decimal): -11623740 or 12886606. OLE color: 12886606.
HSL color Cylindrical-coordinate representation of color #4EA2C4: hue angle of 197.29º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA2C4 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 162 | 196 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.23 |
| HSL | 197.29º | 0.5% | 0.54% | - |
| HSV(B) | 197.29º | 0.6% | 0.77% | - |
| XYZ | 26.03 | 31.45 | 56.92 | - |
| YUV | 140.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 196 | 0.60 | 0.17 | 0 | 0.23 | 197.29 | 0.5 | 0.54 |
| Hex | 4E | A2 | C4 | 3C | 11 | 0 | 17 | C5 | 32 | 36 |
| Octal | 116 | 242 | 304 | 74 | 21 | 0 | 27 | 305 | 62 | 66 |
| Binary | 1001110 | 10100010 | 11000100 | 111100 | 10001 | 0 | 10111 | 11000101 | 110010 | 110110 |
Color Harmonies of #4EA2C4
Complementary color
Monochromatic Colors of #4EA2C4
Black with #4EA2C4
Text Example
Text Example
White with #4EA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2C4; }
p { color: rgb(78,162,196); }
H1.HeaderClassName
{
color: #4EA2C4;
}
.AnyTagClassName
{
color: #4EA2C4;
}
</style>
background-color css
<style>
a { background-color: #4EA2C4; }
a { background-color: rgb(78,162,196); }
div.DivClassName
{
background-color: #4EA2C4;
}
.BgClassName
{
background-color: #4EA2C4;
}
</style>
border-color css
<style>
span { border-color: #4EA2C4; }
span { border-color: rgb(78,162,196); }
td.TdClassName
{
border-color: #4EA2C4;
}
.TagClassName
{
border-color: #4EA2C4;
}
</style>