Shades of Shakespeare #4D9AB9
Tints of Shakespeare #4D9AB9
RGB
CMYK
RGB Variations
Color information
#4D9AB9 (or 0x4D9AB9) is known color: Shakespeare. HEX triplet: 4D, 9A and B9. RGB value is (77,154,185). Sum of RGB (Red+Green+Blue) = 77+154+185=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D9AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9AB9 is #B26546. Grayscale: #868686. Windows color (decimal): -11691335 or 12163661. OLE color: 12163661.
HSL color Cylindrical-coordinate representation of color #4D9AB9: hue angle of 197.22º 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 #4D9AB9 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 154 | 185 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.27 |
| HSL | 197.22º | 0.44% | 0.51% | - |
| HSV(B) | 197.22º | 0.58% | 0.73% | - |
| XYZ | 23.37 | 28.19 | 50.11 | - |
| YUV | 134.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 185 | 0.58 | 0.17 | 0 | 0.27 | 197.22 | 0.44 | 0.51 |
| Hex | 4D | 9A | B9 | 3A | 11 | 0 | 1B | C5 | 2C | 33 |
| Octal | 115 | 232 | 271 | 72 | 21 | 0 | 33 | 305 | 54 | 63 |
| Binary | 1001101 | 10011010 | 10111001 | 111010 | 10001 | 0 | 11011 | 11000101 | 101100 | 110011 |
Color Harmonies of #4D9AB9
Complementary color
Monochromatic Colors of #4D9AB9
Black with #4D9AB9
Text Example
Text Example
White with #4D9AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9AB9; }
p { color: rgb(77,154,185); }
H1.HeaderClassName
{
color: #4D9AB9;
}
.AnyTagClassName
{
color: #4D9AB9;
}
</style>
background-color css
<style>
a { background-color: #4D9AB9; }
a { background-color: rgb(77,154,185); }
div.DivClassName
{
background-color: #4D9AB9;
}
.BgClassName
{
background-color: #4D9AB9;
}
</style>
border-color css
<style>
span { border-color: #4D9AB9; }
span { border-color: rgb(77,154,185); }
td.TdClassName
{
border-color: #4D9AB9;
}
.TagClassName
{
border-color: #4D9AB9;
}
</style>