Shades of Viking #4EBFD6
Tints of Viking #4EBFD6
RGB
CMYK
RGB Variations
Color information
#4EBFD6 (or 0x4EBFD6) is known color: Viking. HEX triplet: 4E, BF and D6. RGB value is (78,191,214). Sum of RGB (Red+Green+Blue) = 78+191+214=483 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.15% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #4EBFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFD6 is #B14029. Grayscale: #9F9F9F. Windows color (decimal): -11616298 or 14073678. OLE color: 14073678.
HSL color Cylindrical-coordinate representation of color #4EBFD6: hue angle of 190.15º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBFD6 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 191 | 214 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.16 |
| HSL | 190.15º | 0.62% | 0.57% | - |
| HSV(B) | 190.15º | 0.64% | 0.84% | - |
| XYZ | 33.91 | 43.74 | 70.27 | - |
| YUV | 159.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 214 | 0.64 | 0.11 | 0 | 0.16 | 190.15 | 0.62 | 0.57 |
| Hex | 4E | BF | D6 | 40 | B | 0 | 10 | BE | 3E | 39 |
| Octal | 116 | 277 | 326 | 100 | 13 | 0 | 20 | 276 | 76 | 71 |
| Binary | 1001110 | 10111111 | 11010110 | 1000000 | 1011 | 0 | 10000 | 10111110 | 111110 | 111001 |
Color Harmonies of #4EBFD6
Complementary color
Monochromatic Colors of #4EBFD6
Black with #4EBFD6
Text Example
Text Example
White with #4EBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFD6; }
p { color: rgb(78,191,214); }
H1.HeaderClassName
{
color: #4EBFD6;
}
.AnyTagClassName
{
color: #4EBFD6;
}
</style>
background-color css
<style>
a { background-color: #4EBFD6; }
a { background-color: rgb(78,191,214); }
div.DivClassName
{
background-color: #4EBFD6;
}
.BgClassName
{
background-color: #4EBFD6;
}
</style>
border-color css
<style>
span { border-color: #4EBFD6; }
span { border-color: rgb(78,191,214); }
td.TdClassName
{
border-color: #4EBFD6;
}
.TagClassName
{
border-color: #4EBFD6;
}
</style>