Shades of Shakespeare #4E9DBB
Tints of Shakespeare #4E9DBB
RGB
CMYK
RGB Variations
Color information
#4E9DBB (or 0x4E9DBB) is known color: Shakespeare. HEX triplet: 4E, 9D and BB. RGB value is (78,157,187). Sum of RGB (Red+Green+Blue) = 78+157+187=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DBB is #B16244. Grayscale: #888888. Windows color (decimal): -11625029 or 12295502. OLE color: 12295502.
HSL color Cylindrical-coordinate representation of color #4E9DBB: hue angle of 196.51º degrees, saturation: 0.44, 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 #4E9DBB is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 157 | 187 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.27 |
| HSL | 196.51º | 0.44% | 0.52% | - |
| HSV(B) | 196.51º | 0.58% | 0.73% | - |
| XYZ | 24.17 | 29.32 | 51.4 | - |
| YUV | 136.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 187 | 0.58 | 0.16 | 0 | 0.27 | 196.51 | 0.44 | 0.52 |
| Hex | 4E | 9D | BB | 3A | 10 | 0 | 1B | C5 | 2C | 34 |
| Octal | 116 | 235 | 273 | 72 | 20 | 0 | 33 | 305 | 54 | 64 |
| Binary | 1001110 | 10011101 | 10111011 | 111010 | 10000 | 0 | 11011 | 11000101 | 101100 | 110100 |
Color Harmonies of #4E9DBB
Complementary color
Monochromatic Colors of #4E9DBB
Black with #4E9DBB
Text Example
Text Example
White with #4E9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9DBB; }
p { color: rgb(78,157,187); }
H1.HeaderClassName
{
color: #4E9DBB;
}
.AnyTagClassName
{
color: #4E9DBB;
}
</style>
background-color css
<style>
a { background-color: #4E9DBB; }
a { background-color: rgb(78,157,187); }
div.DivClassName
{
background-color: #4E9DBB;
}
.BgClassName
{
background-color: #4E9DBB;
}
</style>
border-color css
<style>
span { border-color: #4E9DBB; }
span { border-color: rgb(78,157,187); }
td.TdClassName
{
border-color: #4E9DBB;
}
.TagClassName
{
border-color: #4E9DBB;
}
</style>