Shades of Shakespeare #4D9EBB
Tints of Shakespeare #4D9EBB
RGB
CMYK
RGB Variations
Color information
#4D9EBB (or 0x4D9EBB) is known color: Shakespeare. HEX triplet: 4D, 9E and BB. RGB value is (77,158,187). Sum of RGB (Red+Green+Blue) = 77+158+187=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 158 (62.11% from 255 or 37.44% 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 #4D9EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9EBB is #B26144. Grayscale: #888888. Windows color (decimal): -11690309 or 12295757. OLE color: 12295757.
HSL color Cylindrical-coordinate representation of color #4D9EBB: hue angle of 195.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D9EBB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 158 | 187 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.27 |
| HSL | 195.82º | 0.45% | 0.52% | - |
| HSV(B) | 195.82º | 0.59% | 0.73% | - |
| XYZ | 24.26 | 29.62 | 51.45 | - |
| YUV | 137.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 187 | 0.59 | 0.16 | 0 | 0.27 | 195.82 | 0.45 | 0.52 |
| Hex | 4D | 9E | BB | 3B | 10 | 0 | 1B | C4 | 2D | 34 |
| Octal | 115 | 236 | 273 | 73 | 20 | 0 | 33 | 304 | 55 | 64 |
| Binary | 1001101 | 10011110 | 10111011 | 111011 | 10000 | 0 | 11011 | 11000100 | 101101 | 110100 |
Color Harmonies of #4D9EBB
Complementary color
Monochromatic Colors of #4D9EBB
Black with #4D9EBB
Text Example
Text Example
White with #4D9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9EBB; }
p { color: rgb(77,158,187); }
H1.HeaderClassName
{
color: #4D9EBB;
}
.AnyTagClassName
{
color: #4D9EBB;
}
</style>
background-color css
<style>
a { background-color: #4D9EBB; }
a { background-color: rgb(77,158,187); }
div.DivClassName
{
background-color: #4D9EBB;
}
.BgClassName
{
background-color: #4D9EBB;
}
</style>
border-color css
<style>
span { border-color: #4D9EBB; }
span { border-color: rgb(77,158,187); }
td.TdClassName
{
border-color: #4D9EBB;
}
.TagClassName
{
border-color: #4D9EBB;
}
</style>