Shades of Viking #4EB6C1
Tints of Viking #4EB6C1
RGB
CMYK
RGB Variations
Color information
#4EB6C1 (or 0x4EB6C1) is known color: Viking. HEX triplet: 4E, B6 and C1. RGB value is (78,182,193). Sum of RGB (Red+Green+Blue) = 78+182+193=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EB6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB6C1 is #B1493E. Grayscale: #989898. Windows color (decimal): -11618623 or 12695118. OLE color: 12695118.
HSL color Cylindrical-coordinate representation of color #4EB6C1: hue angle of 185.74º 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 #4EB6C1 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 182 | 193 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.24 |
| HSL | 185.74º | 0.48% | 0.53% | - |
| HSV(B) | 185.74º | 0.6% | 0.76% | - |
| XYZ | 29.5 | 38.93 | 56.41 | - |
| YUV | 152.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 182 | 193 | 0.60 | 0.06 | 0 | 0.24 | 185.74 | 0.48 | 0.53 |
| Hex | 4E | B6 | C1 | 3C | 6 | 0 | 18 | BA | 30 | 35 |
| Octal | 116 | 266 | 301 | 74 | 6 | 0 | 30 | 272 | 60 | 65 |
| Binary | 1001110 | 10110110 | 11000001 | 111100 | 110 | 0 | 11000 | 10111010 | 110000 | 110101 |
Color Harmonies of #4EB6C1
Complementary color
Monochromatic Colors of #4EB6C1
Black with #4EB6C1
Text Example
Text Example
White with #4EB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB6C1; }
p { color: rgb(78,182,193); }
H1.HeaderClassName
{
color: #4EB6C1;
}
.AnyTagClassName
{
color: #4EB6C1;
}
</style>
background-color css
<style>
a { background-color: #4EB6C1; }
a { background-color: rgb(78,182,193); }
div.DivClassName
{
background-color: #4EB6C1;
}
.BgClassName
{
background-color: #4EB6C1;
}
</style>
border-color css
<style>
span { border-color: #4EB6C1; }
span { border-color: rgb(78,182,193); }
td.TdClassName
{
border-color: #4EB6C1;
}
.TagClassName
{
border-color: #4EB6C1;
}
</style>