Shades of Viking #4EBAC9
Tints of Viking #4EBAC9
RGB
CMYK
RGB Variations
Color information
#4EBAC9 (or 0x4EBAC9) is known color: Viking. HEX triplet: 4E, BA and C9. RGB value is (78,186,201). Sum of RGB (Red+Green+Blue) = 78+186+201=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #4EBAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBAC9 is #B14536. Grayscale: #9B9B9B. Windows color (decimal): -11617591 or 13220430. OLE color: 13220430.
HSL color Cylindrical-coordinate representation of color #4EBAC9: hue angle of 187.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBAC9 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 186 | 201 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.21 |
| HSL | 187.32º | 0.53% | 0.55% | - |
| HSV(B) | 187.32º | 0.61% | 0.79% | - |
| XYZ | 31.24 | 40.95 | 61.52 | - |
| YUV | 155.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 201 | 0.61 | 0.07 | 0 | 0.21 | 187.32 | 0.53 | 0.55 |
| Hex | 4E | BA | C9 | 3D | 7 | 0 | 15 | BB | 35 | 37 |
| Octal | 116 | 272 | 311 | 75 | 7 | 0 | 25 | 273 | 65 | 67 |
| Binary | 1001110 | 10111010 | 11001001 | 111101 | 111 | 0 | 10101 | 10111011 | 110101 | 110111 |
Color Harmonies of #4EBAC9
Complementary color
Monochromatic Colors of #4EBAC9
Black with #4EBAC9
Text Example
Text Example
White with #4EBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAC9; }
p { color: rgb(78,186,201); }
H1.HeaderClassName
{
color: #4EBAC9;
}
.AnyTagClassName
{
color: #4EBAC9;
}
</style>
background-color css
<style>
a { background-color: #4EBAC9; }
a { background-color: rgb(78,186,201); }
div.DivClassName
{
background-color: #4EBAC9;
}
.BgClassName
{
background-color: #4EBAC9;
}
</style>
border-color css
<style>
span { border-color: #4EBAC9; }
span { border-color: rgb(78,186,201); }
td.TdClassName
{
border-color: #4EBAC9;
}
.TagClassName
{
border-color: #4EBAC9;
}
</style>