Shades of Shakespeare #4D9EB9
Tints of Shakespeare #4D9EB9
RGB
CMYK
RGB Variations
Color information
#4D9EB9 (or 0x4D9EB9) is known color: Shakespeare. HEX triplet: 4D, 9E and B9. RGB value is (77,158,185). Sum of RGB (Red+Green+Blue) = 77+158+185=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D9EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9EB9 is #B26146. Grayscale: #888888. Windows color (decimal): -11690311 or 12164685. OLE color: 12164685.
HSL color Cylindrical-coordinate representation of color #4D9EB9: hue angle of 195º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D9EB9 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 158 | 185 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.27 |
| HSL | 195º | 0.44% | 0.51% | - |
| HSV(B) | 195º | 0.58% | 0.73% | - |
| XYZ | 24.04 | 29.53 | 50.33 | - |
| YUV | 136.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 185 | 0.58 | 0.15 | 0 | 0.27 | 195 | 0.44 | 0.51 |
| Hex | 4D | 9E | B9 | 3A | F | 0 | 1B | C3 | 2C | 33 |
| Octal | 115 | 236 | 271 | 72 | 17 | 0 | 33 | 303 | 54 | 63 |
| Binary | 1001101 | 10011110 | 10111001 | 111010 | 1111 | 0 | 11011 | 11000011 | 101100 | 110011 |
Color Harmonies of #4D9EB9
Complementary color
Monochromatic Colors of #4D9EB9
Black with #4D9EB9
Text Example
Text Example
White with #4D9EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9EB9; }
p { color: rgb(77,158,185); }
H1.HeaderClassName
{
color: #4D9EB9;
}
.AnyTagClassName
{
color: #4D9EB9;
}
</style>
background-color css
<style>
a { background-color: #4D9EB9; }
a { background-color: rgb(77,158,185); }
div.DivClassName
{
background-color: #4D9EB9;
}
.BgClassName
{
background-color: #4D9EB9;
}
</style>
border-color css
<style>
span { border-color: #4D9EB9; }
span { border-color: rgb(77,158,185); }
td.TdClassName
{
border-color: #4D9EB9;
}
.TagClassName
{
border-color: #4D9EB9;
}
</style>