Shades of Viking #4EBBCE
Tints of Viking #4EBBCE
RGB
CMYK
RGB Variations
Color information
#4EBBCE (or 0x4EBBCE) is known color: Viking. HEX triplet: 4E, BB and CE. RGB value is (78,187,206). Sum of RGB (Red+Green+Blue) = 78+187+206=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBCE is #B14431. Grayscale: #9C9C9C. Windows color (decimal): -11617330 or 13548366. OLE color: 13548366.
HSL color Cylindrical-coordinate representation of color #4EBBCE: hue angle of 188.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBBCE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 187 | 206 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.19 |
| HSL | 188.91º | 0.57% | 0.56% | - |
| HSV(B) | 188.91º | 0.62% | 0.81% | - |
| XYZ | 32.05 | 41.62 | 64.74 | - |
| YUV | 156.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 187 | 206 | 0.62 | 0.09 | 0 | 0.19 | 188.91 | 0.57 | 0.56 |
| Hex | 4E | BB | CE | 3E | 9 | 0 | 13 | BD | 39 | 38 |
| Octal | 116 | 273 | 316 | 76 | 11 | 0 | 23 | 275 | 71 | 70 |
| Binary | 1001110 | 10111011 | 11001110 | 111110 | 1001 | 0 | 10011 | 10111101 | 111001 | 111000 |
Color Harmonies of #4EBBCE
Complementary color
Monochromatic Colors of #4EBBCE
Black with #4EBBCE
Text Example
Text Example
White with #4EBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBBCE; }
p { color: rgb(78,187,206); }
H1.HeaderClassName
{
color: #4EBBCE;
}
.AnyTagClassName
{
color: #4EBBCE;
}
</style>
background-color css
<style>
a { background-color: #4EBBCE; }
a { background-color: rgb(78,187,206); }
div.DivClassName
{
background-color: #4EBBCE;
}
.BgClassName
{
background-color: #4EBBCE;
}
</style>
border-color css
<style>
span { border-color: #4EBBCE; }
span { border-color: rgb(78,187,206); }
td.TdClassName
{
border-color: #4EBBCE;
}
.TagClassName
{
border-color: #4EBBCE;
}
</style>