Shades of Viking #4EB9D8
Tints of Viking #4EB9D8
RGB
CMYK
RGB Variations
Color information
#4EB9D8 (or 0x4EB9D8) is known color: Viking. HEX triplet: 4E, B9 and D8. RGB value is (78,185,216). Sum of RGB (Red+Green+Blue) = 78+185+216=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #4EB9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9D8 is #B14627. Grayscale: #9C9C9C. Windows color (decimal): -11617832 or 14203214. OLE color: 14203214.
HSL color Cylindrical-coordinate representation of color #4EB9D8: hue angle of 193.48º degrees, saturation: 0.64, 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 #4EB9D8 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 185 | 216 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.15 |
| HSL | 193.48º | 0.64% | 0.58% | - |
| HSV(B) | 193.48º | 0.64% | 0.85% | - |
| XYZ | 32.89 | 41.28 | 71.2 | - |
| YUV | 156.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 216 | 0.64 | 0.14 | 0 | 0.15 | 193.48 | 0.64 | 0.58 |
| Hex | 4E | B9 | D8 | 40 | E | 0 | F | C1 | 40 | 3A |
| Octal | 116 | 271 | 330 | 100 | 16 | 0 | 17 | 301 | 100 | 72 |
| Binary | 1001110 | 10111001 | 11011000 | 1000000 | 1110 | 0 | 1111 | 11000001 | 1000000 | 111010 |
Color Harmonies of #4EB9D8
Complementary color
Monochromatic Colors of #4EB9D8
Black with #4EB9D8
Text Example
Text Example
White with #4EB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB9D8; }
p { color: rgb(78,185,216); }
H1.HeaderClassName
{
color: #4EB9D8;
}
.AnyTagClassName
{
color: #4EB9D8;
}
</style>
background-color css
<style>
a { background-color: #4EB9D8; }
a { background-color: rgb(78,185,216); }
div.DivClassName
{
background-color: #4EB9D8;
}
.BgClassName
{
background-color: #4EB9D8;
}
</style>
border-color css
<style>
span { border-color: #4EB9D8; }
span { border-color: rgb(78,185,216); }
td.TdClassName
{
border-color: #4EB9D8;
}
.TagClassName
{
border-color: #4EB9D8;
}
</style>