Shades of Shakespeare #4EA1B9
Tints of Shakespeare #4EA1B9
RGB
CMYK
RGB Variations
Color information
#4EA1B9 (or 0x4EA1B9) is known color: Shakespeare. HEX triplet: 4E, A1 and B9. RGB value is (78,161,185). Sum of RGB (Red+Green+Blue) = 78+161+185=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #4EA1B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1B9 is #B15E46. Grayscale: #8A8A8A. Windows color (decimal): -11624007 or 12165454. OLE color: 12165454.
HSL color Cylindrical-coordinate representation of color #4EA1B9: hue angle of 193.46º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EA1B9 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 161 | 185 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.27 |
| HSL | 193.46º | 0.43% | 0.52% | - |
| HSV(B) | 193.46º | 0.58% | 0.73% | - |
| XYZ | 24.64 | 30.61 | 50.51 | - |
| YUV | 138.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 185 | 0.58 | 0.13 | 0 | 0.27 | 193.46 | 0.43 | 0.52 |
| Hex | 4E | A1 | B9 | 3A | D | 0 | 1B | C1 | 2B | 34 |
| Octal | 116 | 241 | 271 | 72 | 15 | 0 | 33 | 301 | 53 | 64 |
| Binary | 1001110 | 10100001 | 10111001 | 111010 | 1101 | 0 | 11011 | 11000001 | 101011 | 110100 |
Color Harmonies of #4EA1B9
Complementary color
Monochromatic Colors of #4EA1B9
Black with #4EA1B9
Text Example
Text Example
White with #4EA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA1B9; }
p { color: rgb(78,161,185); }
H1.HeaderClassName
{
color: #4EA1B9;
}
.AnyTagClassName
{
color: #4EA1B9;
}
</style>
background-color css
<style>
a { background-color: #4EA1B9; }
a { background-color: rgb(78,161,185); }
div.DivClassName
{
background-color: #4EA1B9;
}
.BgClassName
{
background-color: #4EA1B9;
}
</style>
border-color css
<style>
span { border-color: #4EA1B9; }
span { border-color: rgb(78,161,185); }
td.TdClassName
{
border-color: #4EA1B9;
}
.TagClassName
{
border-color: #4EA1B9;
}
</style>