Shades of Viking #4EBEDC
Tints of Viking #4EBEDC
RGB
CMYK
RGB Variations
Color information
#4EBEDC (or 0x4EBEDC) is known color: Viking. HEX triplet: 4E, BE and DC. RGB value is (78,190,220). Sum of RGB (Red+Green+Blue) = 78+190+220=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEDC is #B14123. Grayscale: #9F9F9F. Windows color (decimal): -11616548 or 14466638. OLE color: 14466638.
HSL color Cylindrical-coordinate representation of color #4EBEDC: hue angle of 192.68º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EBEDC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 190 | 220 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.14 |
| HSL | 192.68º | 0.67% | 0.58% | - |
| HSV(B) | 192.68º | 0.65% | 0.86% | - |
| XYZ | 34.47 | 43.61 | 74.31 | - |
| YUV | 159.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 220 | 0.65 | 0.14 | 0 | 0.14 | 192.68 | 0.67 | 0.58 |
| Hex | 4E | BE | DC | 41 | E | 0 | E | C1 | 43 | 3A |
| Octal | 116 | 276 | 334 | 101 | 16 | 0 | 16 | 301 | 103 | 72 |
| Binary | 1001110 | 10111110 | 11011100 | 1000001 | 1110 | 0 | 1110 | 11000001 | 1000011 | 111010 |
Color Harmonies of #4EBEDC
Complementary color
Monochromatic Colors of #4EBEDC
Black with #4EBEDC
Text Example
Text Example
White with #4EBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEDC; }
p { color: rgb(78,190,220); }
H1.HeaderClassName
{
color: #4EBEDC;
}
.AnyTagClassName
{
color: #4EBEDC;
}
</style>
background-color css
<style>
a { background-color: #4EBEDC; }
a { background-color: rgb(78,190,220); }
div.DivClassName
{
background-color: #4EBEDC;
}
.BgClassName
{
background-color: #4EBEDC;
}
</style>
border-color css
<style>
span { border-color: #4EBEDC; }
span { border-color: rgb(78,190,220); }
td.TdClassName
{
border-color: #4EBEDC;
}
.TagClassName
{
border-color: #4EBEDC;
}
</style>