Shades of Viking #4EBEDB
Tints of Viking #4EBEDB
RGB
CMYK
RGB Variations
Color information
#4EBEDB (or 0x4EBEDB) is known color: Viking. HEX triplet: 4E, BE and DB. RGB value is (78,190,219). Sum of RGB (Red+Green+Blue) = 78+190+219=487 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.02% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEDB is #B14124. Grayscale: #9F9F9F. Windows color (decimal): -11616549 or 14401102. OLE color: 14401102.
HSL color Cylindrical-coordinate representation of color #4EBEDB: hue angle of 192.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBEDB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 190 | 219 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.14 |
| HSL | 192.34º | 0.66% | 0.58% | - |
| HSV(B) | 192.34º | 0.64% | 0.86% | - |
| XYZ | 34.34 | 43.56 | 73.62 | - |
| YUV | 159.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 219 | 0.64 | 0.13 | 0 | 0.14 | 192.34 | 0.66 | 0.58 |
| Hex | 4E | BE | DB | 40 | D | 0 | E | C0 | 42 | 3A |
| Octal | 116 | 276 | 333 | 100 | 15 | 0 | 16 | 300 | 102 | 72 |
| Binary | 1001110 | 10111110 | 11011011 | 1000000 | 1101 | 0 | 1110 | 11000000 | 1000010 | 111010 |
Color Harmonies of #4EBEDB
Complementary color
Monochromatic Colors of #4EBEDB
Black with #4EBEDB
Text Example
Text Example
White with #4EBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEDB; }
p { color: rgb(78,190,219); }
H1.HeaderClassName
{
color: #4EBEDB;
}
.AnyTagClassName
{
color: #4EBEDB;
}
</style>
background-color css
<style>
a { background-color: #4EBEDB; }
a { background-color: rgb(78,190,219); }
div.DivClassName
{
background-color: #4EBEDB;
}
.BgClassName
{
background-color: #4EBEDB;
}
</style>
border-color css
<style>
span { border-color: #4EBEDB; }
span { border-color: rgb(78,190,219); }
td.TdClassName
{
border-color: #4EBEDB;
}
.TagClassName
{
border-color: #4EBEDB;
}
</style>