Shades of Viking #4EBEDE
Tints of Viking #4EBEDE
RGB
CMYK
RGB Variations
Color information
#4EBEDE (or 0x4EBEDE) is known color: Viking. HEX triplet: 4E, BE and DE. RGB value is (78,190,222). Sum of RGB (Red+Green+Blue) = 78+190+222=490 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.92% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEDE is #B14121. Grayscale: #9F9F9F. Windows color (decimal): -11616546 or 14597710. OLE color: 14597710.
HSL color Cylindrical-coordinate representation of color #4EBEDE: hue angle of 193.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EBEDE is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 190 | 222 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.13 |
| HSL | 193.33º | 0.69% | 0.59% | - |
| HSV(B) | 193.33º | 0.65% | 0.87% | - |
| XYZ | 34.74 | 43.72 | 75.72 | - |
| YUV | 160.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 222 | 0.65 | 0.14 | 0 | 0.13 | 193.33 | 0.69 | 0.59 |
| Hex | 4E | BE | DE | 41 | E | 0 | D | C1 | 45 | 3B |
| Octal | 116 | 276 | 336 | 101 | 16 | 0 | 15 | 301 | 105 | 73 |
| Binary | 1001110 | 10111110 | 11011110 | 1000001 | 1110 | 0 | 1101 | 11000001 | 1000101 | 111011 |
Color Harmonies of #4EBEDE
Complementary color
Monochromatic Colors of #4EBEDE
Black with #4EBEDE
Text Example
Text Example
White with #4EBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEDE; }
p { color: rgb(78,190,222); }
H1.HeaderClassName
{
color: #4EBEDE;
}
.AnyTagClassName
{
color: #4EBEDE;
}
</style>
background-color css
<style>
a { background-color: #4EBEDE; }
a { background-color: rgb(78,190,222); }
div.DivClassName
{
background-color: #4EBEDE;
}
.BgClassName
{
background-color: #4EBEDE;
}
</style>
border-color css
<style>
span { border-color: #4EBEDE; }
span { border-color: rgb(78,190,222); }
td.TdClassName
{
border-color: #4EBEDE;
}
.TagClassName
{
border-color: #4EBEDE;
}
</style>