Shades of Viking #4EBFDB
Tints of Viking #4EBFDB
RGB
CMYK
RGB Variations
Color information
#4EBFDB (or 0x4EBFDB) is known color: Viking. HEX triplet: 4E, BF and DB. RGB value is (78,191,219). Sum of RGB (Red+Green+Blue) = 78+191+219=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFDB is #B14024. Grayscale: #A0A0A0. Windows color (decimal): -11616293 or 14401358. OLE color: 14401358.
HSL color Cylindrical-coordinate representation of color #4EBFDB: hue angle of 191.91º 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 #4EBFDB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 191 | 219 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.14 |
| HSL | 191.91º | 0.66% | 0.58% | - |
| HSV(B) | 191.91º | 0.64% | 0.86% | - |
| XYZ | 34.56 | 44 | 73.69 | - |
| YUV | 160.41 | 161.06 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 219 | 0.64 | 0.13 | 0 | 0.14 | 191.91 | 0.66 | 0.58 |
| Hex | 4E | BF | DB | 40 | D | 0 | E | C0 | 42 | 3A |
| Octal | 116 | 277 | 333 | 100 | 15 | 0 | 16 | 300 | 102 | 72 |
| Binary | 1001110 | 10111111 | 11011011 | 1000000 | 1101 | 0 | 1110 | 11000000 | 1000010 | 111010 |
Color Harmonies of #4EBFDB
Complementary color
Monochromatic Colors of #4EBFDB
Black with #4EBFDB
Text Example
Text Example
White with #4EBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFDB; }
p { color: rgb(78,191,219); }
H1.HeaderClassName
{
color: #4EBFDB;
}
.AnyTagClassName
{
color: #4EBFDB;
}
</style>
background-color css
<style>
a { background-color: #4EBFDB; }
a { background-color: rgb(78,191,219); }
div.DivClassName
{
background-color: #4EBFDB;
}
.BgClassName
{
background-color: #4EBFDB;
}
</style>
border-color css
<style>
span { border-color: #4EBFDB; }
span { border-color: rgb(78,191,219); }
td.TdClassName
{
border-color: #4EBFDB;
}
.TagClassName
{
border-color: #4EBFDB;
}
</style>