Shades of Viking #4EBECD
Tints of Viking #4EBECD
RGB
CMYK
RGB Variations
Color information
#4EBECD (or 0x4EBECD) is known color: Viking. HEX triplet: 4E, BE and CD. RGB value is (78,190,205). Sum of RGB (Red+Green+Blue) = 78+190+205=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBECD is #B14132. Grayscale: #9E9E9E. Windows color (decimal): -11616563 or 13483598. OLE color: 13483598.
HSL color Cylindrical-coordinate representation of color #4EBECD: hue angle of 187.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBECD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 190 | 205 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 187.09º | 0.56% | 0.55% | - |
| HSV(B) | 187.09º | 0.62% | 0.8% | - |
| XYZ | 32.57 | 42.85 | 64.31 | - |
| YUV | 158.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 205 | 0.62 | 0.07 | 0 | 0.20 | 187.09 | 0.56 | 0.55 |
| Hex | 4E | BE | CD | 3E | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 116 | 276 | 315 | 76 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001110 | 10111110 | 11001101 | 111110 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4EBECD
Complementary color
Monochromatic Colors of #4EBECD
Black with #4EBECD
Text Example
Text Example
White with #4EBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBECD; }
p { color: rgb(78,190,205); }
H1.HeaderClassName
{
color: #4EBECD;
}
.AnyTagClassName
{
color: #4EBECD;
}
</style>
background-color css
<style>
a { background-color: #4EBECD; }
a { background-color: rgb(78,190,205); }
div.DivClassName
{
background-color: #4EBECD;
}
.BgClassName
{
background-color: #4EBECD;
}
</style>
border-color css
<style>
span { border-color: #4EBECD; }
span { border-color: rgb(78,190,205); }
td.TdClassName
{
border-color: #4EBECD;
}
.TagClassName
{
border-color: #4EBECD;
}
</style>