Shades of Viking #4EBEC6
Tints of Viking #4EBEC6
RGB
CMYK
RGB Variations
Color information
#4EBEC6 (or 0x4EBEC6) is known color: Viking. HEX triplet: 4E, BE and C6. RGB value is (78,190,198). Sum of RGB (Red+Green+Blue) = 78+190+198=466 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.74% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #4EBEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEC6 is #B14139. Grayscale: #9D9D9D. Windows color (decimal): -11616570 or 13024846. OLE color: 13024846.
HSL color Cylindrical-coordinate representation of color #4EBEC6: hue angle of 184º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBEC6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 190 | 198 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.22 |
| HSL | 184º | 0.51% | 0.54% | - |
| HSV(B) | 184º | 0.61% | 0.78% | - |
| XYZ | 31.75 | 42.52 | 59.96 | - |
| YUV | 157.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 198 | 0.61 | 0.04 | 0 | 0.22 | 184 | 0.51 | 0.54 |
| Hex | 4E | BE | C6 | 3D | 4 | 0 | 16 | B8 | 33 | 36 |
| Octal | 116 | 276 | 306 | 75 | 4 | 0 | 26 | 270 | 63 | 66 |
| Binary | 1001110 | 10111110 | 11000110 | 111101 | 100 | 0 | 10110 | 10111000 | 110011 | 110110 |
Color Harmonies of #4EBEC6
Complementary color
Monochromatic Colors of #4EBEC6
Black with #4EBEC6
Text Example
Text Example
White with #4EBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEC6; }
p { color: rgb(78,190,198); }
H1.HeaderClassName
{
color: #4EBEC6;
}
.AnyTagClassName
{
color: #4EBEC6;
}
</style>
background-color css
<style>
a { background-color: #4EBEC6; }
a { background-color: rgb(78,190,198); }
div.DivClassName
{
background-color: #4EBEC6;
}
.BgClassName
{
background-color: #4EBEC6;
}
</style>
border-color css
<style>
span { border-color: #4EBEC6; }
span { border-color: rgb(78,190,198); }
td.TdClassName
{
border-color: #4EBEC6;
}
.TagClassName
{
border-color: #4EBEC6;
}
</style>