Shades of Shakespeare #4E9ABC
Tints of Shakespeare #4E9ABC
RGB
CMYK
RGB Variations
Color information
#4E9ABC (or 0x4E9ABC) is known color: Shakespeare. HEX triplet: 4E, 9A and BC. RGB value is (78,154,188). Sum of RGB (Red+Green+Blue) = 78+154+188=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E9ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ABC is #B16543. Grayscale: #868686. Windows color (decimal): -11625796 or 12360270. OLE color: 12360270.
HSL color Cylindrical-coordinate representation of color #4E9ABC: hue angle of 198.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E9ABC is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 154 | 188 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.26 |
| HSL | 198.55º | 0.45% | 0.52% | - |
| HSV(B) | 198.55º | 0.59% | 0.74% | - |
| XYZ | 23.77 | 28.36 | 51.8 | - |
| YUV | 135.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 188 | 0.59 | 0.18 | 0 | 0.26 | 198.55 | 0.45 | 0.52 |
| Hex | 4E | 9A | BC | 3B | 12 | 0 | 1A | C7 | 2D | 34 |
| Octal | 116 | 232 | 274 | 73 | 22 | 0 | 32 | 307 | 55 | 64 |
| Binary | 1001110 | 10011010 | 10111100 | 111011 | 10010 | 0 | 11010 | 11000111 | 101101 | 110100 |
Color Harmonies of #4E9ABC
Complementary color
Monochromatic Colors of #4E9ABC
Black with #4E9ABC
Text Example
Text Example
White with #4E9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9ABC; }
p { color: rgb(78,154,188); }
H1.HeaderClassName
{
color: #4E9ABC;
}
.AnyTagClassName
{
color: #4E9ABC;
}
</style>
background-color css
<style>
a { background-color: #4E9ABC; }
a { background-color: rgb(78,154,188); }
div.DivClassName
{
background-color: #4E9ABC;
}
.BgClassName
{
background-color: #4E9ABC;
}
</style>
border-color css
<style>
span { border-color: #4E9ABC; }
span { border-color: rgb(78,154,188); }
td.TdClassName
{
border-color: #4E9ABC;
}
.TagClassName
{
border-color: #4E9ABC;
}
</style>