Shades of Viking #4EBBC8
Tints of Viking #4EBBC8
RGB
CMYK
RGB Variations
Color information
#4EBBC8 (or 0x4EBBC8) is known color: Viking. HEX triplet: 4E, BB and C8. RGB value is (78,187,200). Sum of RGB (Red+Green+Blue) = 78+187+200=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EBBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBC8 is #B14437. Grayscale: #9B9B9B. Windows color (decimal): -11617336 or 13155150. OLE color: 13155150.
HSL color Cylindrical-coordinate representation of color #4EBBC8: hue angle of 186.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBBC8 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 187 | 200 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.22 |
| HSL | 186.39º | 0.53% | 0.55% | - |
| HSV(B) | 186.39º | 0.61% | 0.78% | - |
| XYZ | 31.34 | 41.33 | 60.97 | - |
| YUV | 155.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 187 | 200 | 0.61 | 0.06 | 0 | 0.22 | 186.39 | 0.53 | 0.55 |
| Hex | 4E | BB | C8 | 3D | 6 | 0 | 16 | BA | 35 | 37 |
| Octal | 116 | 273 | 310 | 75 | 6 | 0 | 26 | 272 | 65 | 67 |
| Binary | 1001110 | 10111011 | 11001000 | 111101 | 110 | 0 | 10110 | 10111010 | 110101 | 110111 |
Color Harmonies of #4EBBC8
Complementary color
Monochromatic Colors of #4EBBC8
Black with #4EBBC8
Text Example
Text Example
White with #4EBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBBC8; }
p { color: rgb(78,187,200); }
H1.HeaderClassName
{
color: #4EBBC8;
}
.AnyTagClassName
{
color: #4EBBC8;
}
</style>
background-color css
<style>
a { background-color: #4EBBC8; }
a { background-color: rgb(78,187,200); }
div.DivClassName
{
background-color: #4EBBC8;
}
.BgClassName
{
background-color: #4EBBC8;
}
</style>
border-color css
<style>
span { border-color: #4EBBC8; }
span { border-color: rgb(78,187,200); }
td.TdClassName
{
border-color: #4EBBC8;
}
.TagClassName
{
border-color: #4EBBC8;
}
</style>