Shades of Viking #4EA2C1
Tints of Viking #4EA2C1
RGB
CMYK
RGB Variations
Color information
#4EA2C1 (or 0x4EA2C1) is known color: Viking. HEX triplet: 4E, A2 and C1. RGB value is (78,162,193). Sum of RGB (Red+Green+Blue) = 78+162+193=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EA2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2C1 is #B15D3E. Grayscale: #8C8C8C. Windows color (decimal): -11623743 or 12689998. OLE color: 12689998.
HSL color Cylindrical-coordinate representation of color #4EA2C1: hue angle of 196.17º 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 #4EA2C1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 162 | 193 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.24 |
| HSL | 196.17º | 0.48% | 0.53% | - |
| HSV(B) | 196.17º | 0.6% | 0.76% | - |
| XYZ | 25.69 | 31.31 | 55.14 | - |
| YUV | 140.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 193 | 0.60 | 0.16 | 0 | 0.24 | 196.17 | 0.48 | 0.53 |
| Hex | 4E | A2 | C1 | 3C | 10 | 0 | 18 | C4 | 30 | 35 |
| Octal | 116 | 242 | 301 | 74 | 20 | 0 | 30 | 304 | 60 | 65 |
| Binary | 1001110 | 10100010 | 11000001 | 111100 | 10000 | 0 | 11000 | 11000100 | 110000 | 110101 |
Color Harmonies of #4EA2C1
Complementary color
Monochromatic Colors of #4EA2C1
Black with #4EA2C1
Text Example
Text Example
White with #4EA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2C1; }
p { color: rgb(78,162,193); }
H1.HeaderClassName
{
color: #4EA2C1;
}
.AnyTagClassName
{
color: #4EA2C1;
}
</style>
background-color css
<style>
a { background-color: #4EA2C1; }
a { background-color: rgb(78,162,193); }
div.DivClassName
{
background-color: #4EA2C1;
}
.BgClassName
{
background-color: #4EA2C1;
}
</style>
border-color css
<style>
span { border-color: #4EA2C1; }
span { border-color: rgb(78,162,193); }
td.TdClassName
{
border-color: #4EA2C1;
}
.TagClassName
{
border-color: #4EA2C1;
}
</style>