Shades of Viking #4EBECC
Tints of Viking #4EBECC
RGB
CMYK
RGB Variations
Color information
#4EBECC (or 0x4EBECC) is known color: Viking. HEX triplet: 4E, BE and CC. RGB value is (78,190,204). Sum of RGB (Red+Green+Blue) = 78+190+204=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBECC is #B14133. Grayscale: #9D9D9D. Windows color (decimal): -11616564 or 13418062. OLE color: 13418062.
HSL color Cylindrical-coordinate representation of color #4EBECC: hue angle of 186.67º degrees, saturation: 0.55, 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 #4EBECC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 190 | 204 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.2 |
| HSL | 186.67º | 0.55% | 0.55% | - |
| HSV(B) | 186.67º | 0.62% | 0.8% | - |
| XYZ | 32.45 | 42.81 | 63.68 | - |
| YUV | 158.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 204 | 0.62 | 0.07 | 0 | 0.2 | 186.67 | 0.55 | 0.55 |
| Hex | 4E | BE | CC | 3E | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 116 | 276 | 314 | 76 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001110 | 10111110 | 11001100 | 111110 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4EBECC
Complementary color
Monochromatic Colors of #4EBECC
Black with #4EBECC
Text Example
Text Example
White with #4EBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBECC; }
p { color: rgb(78,190,204); }
H1.HeaderClassName
{
color: #4EBECC;
}
.AnyTagClassName
{
color: #4EBECC;
}
</style>
background-color css
<style>
a { background-color: #4EBECC; }
a { background-color: rgb(78,190,204); }
div.DivClassName
{
background-color: #4EBECC;
}
.BgClassName
{
background-color: #4EBECC;
}
</style>
border-color css
<style>
span { border-color: #4EBECC; }
span { border-color: rgb(78,190,204); }
td.TdClassName
{
border-color: #4EBECC;
}
.TagClassName
{
border-color: #4EBECC;
}
</style>