Shades of Viking #4EBDCB
Tints of Viking #4EBDCB
RGB
CMYK
RGB Variations
Color information
#4EBDCB (or 0x4EBDCB) is known color: Viking. HEX triplet: 4E, BD and CB. RGB value is (78,189,203). Sum of RGB (Red+Green+Blue) = 78+189+203=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDCB is #B14234. Grayscale: #9D9D9D. Windows color (decimal): -11616821 or 13352270. OLE color: 13352270.
HSL color Cylindrical-coordinate representation of color #4EBDCB: hue angle of 186.72º 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 #4EBDCB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 189 | 203 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 186.72º | 0.55% | 0.55% | - |
| HSV(B) | 186.72º | 0.62% | 0.8% | - |
| XYZ | 32.12 | 42.33 | 62.98 | - |
| YUV | 157.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 203 | 0.62 | 0.07 | 0 | 0.20 | 186.72 | 0.55 | 0.55 |
| Hex | 4E | BD | CB | 3E | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 116 | 275 | 313 | 76 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001110 | 10111101 | 11001011 | 111110 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4EBDCB
Complementary color
Monochromatic Colors of #4EBDCB
Black with #4EBDCB
Text Example
Text Example
White with #4EBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDCB; }
p { color: rgb(78,189,203); }
H1.HeaderClassName
{
color: #4EBDCB;
}
.AnyTagClassName
{
color: #4EBDCB;
}
</style>
background-color css
<style>
a { background-color: #4EBDCB; }
a { background-color: rgb(78,189,203); }
div.DivClassName
{
background-color: #4EBDCB;
}
.BgClassName
{
background-color: #4EBDCB;
}
</style>
border-color css
<style>
span { border-color: #4EBDCB; }
span { border-color: rgb(78,189,203); }
td.TdClassName
{
border-color: #4EBDCB;
}
.TagClassName
{
border-color: #4EBDCB;
}
</style>