Shades of Viking #4EBACB
Tints of Viking #4EBACB
RGB
CMYK
RGB Variations
Color information
#4EBACB (or 0x4EBACB) is known color: Viking. HEX triplet: 4E, BA and CB. RGB value is (78,186,203). Sum of RGB (Red+Green+Blue) = 78+186+203=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBACB is #B14534. Grayscale: #9B9B9B. Windows color (decimal): -11617589 or 13351502. OLE color: 13351502.
HSL color Cylindrical-coordinate representation of color #4EBACB: hue angle of 188.16º 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 #4EBACB is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 186 | 203 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.20 |
| HSL | 188.16º | 0.55% | 0.55% | - |
| HSV(B) | 188.16º | 0.62% | 0.8% | - |
| XYZ | 31.48 | 41.05 | 62.76 | - |
| YUV | 155.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 203 | 0.62 | 0.08 | 0 | 0.20 | 188.16 | 0.55 | 0.55 |
| Hex | 4E | BA | CB | 3E | 8 | 0 | 14 | BC | 37 | 37 |
| Octal | 116 | 272 | 313 | 76 | 10 | 0 | 24 | 274 | 67 | 67 |
| Binary | 1001110 | 10111010 | 11001011 | 111110 | 1000 | 0 | 10100 | 10111100 | 110111 | 110111 |
Color Harmonies of #4EBACB
Complementary color
Monochromatic Colors of #4EBACB
Black with #4EBACB
Text Example
Text Example
White with #4EBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBACB; }
p { color: rgb(78,186,203); }
H1.HeaderClassName
{
color: #4EBACB;
}
.AnyTagClassName
{
color: #4EBACB;
}
</style>
background-color css
<style>
a { background-color: #4EBACB; }
a { background-color: rgb(78,186,203); }
div.DivClassName
{
background-color: #4EBACB;
}
.BgClassName
{
background-color: #4EBACB;
}
</style>
border-color css
<style>
span { border-color: #4EBACB; }
span { border-color: rgb(78,186,203); }
td.TdClassName
{
border-color: #4EBACB;
}
.TagClassName
{
border-color: #4EBACB;
}
</style>