Shades of Viking #4EBED9
Tints of Viking #4EBED9
RGB
CMYK
RGB Variations
Color information
#4EBED9 (or 0x4EBED9) is known color: Viking. HEX triplet: 4E, BE and D9. RGB value is (78,190,217). Sum of RGB (Red+Green+Blue) = 78+190+217=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #4EBED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBED9 is #B14126. Grayscale: #9F9F9F. Windows color (decimal): -11616551 or 14270030. OLE color: 14270030.
HSL color Cylindrical-coordinate representation of color #4EBED9: hue angle of 191.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBED9 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 190 | 217 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.15 |
| HSL | 191.65º | 0.65% | 0.58% | - |
| HSV(B) | 191.65º | 0.64% | 0.85% | - |
| XYZ | 34.08 | 43.46 | 72.24 | - |
| YUV | 159.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 217 | 0.64 | 0.12 | 0 | 0.15 | 191.65 | 0.65 | 0.58 |
| Hex | 4E | BE | D9 | 40 | C | 0 | F | C0 | 41 | 3A |
| Octal | 116 | 276 | 331 | 100 | 14 | 0 | 17 | 300 | 101 | 72 |
| Binary | 1001110 | 10111110 | 11011001 | 1000000 | 1100 | 0 | 1111 | 11000000 | 1000001 | 111010 |
Color Harmonies of #4EBED9
Complementary color
Monochromatic Colors of #4EBED9
Black with #4EBED9
Text Example
Text Example
White with #4EBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBED9; }
p { color: rgb(78,190,217); }
H1.HeaderClassName
{
color: #4EBED9;
}
.AnyTagClassName
{
color: #4EBED9;
}
</style>
background-color css
<style>
a { background-color: #4EBED9; }
a { background-color: rgb(78,190,217); }
div.DivClassName
{
background-color: #4EBED9;
}
.BgClassName
{
background-color: #4EBED9;
}
</style>
border-color css
<style>
span { border-color: #4EBED9; }
span { border-color: rgb(78,190,217); }
td.TdClassName
{
border-color: #4EBED9;
}
.TagClassName
{
border-color: #4EBED9;
}
</style>