Shades of Shakespeare #4D9CB9
Tints of Shakespeare #4D9CB9
RGB
CMYK
RGB Variations
Color information
#4D9CB9 (or 0x4D9CB9) is known color: Shakespeare. HEX triplet: 4D, 9C and B9. RGB value is (77,156,185). Sum of RGB (Red+Green+Blue) = 77+156+185=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D9CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9CB9 is #B26346. Grayscale: #878787. Windows color (decimal): -11690823 or 12164173. OLE color: 12164173.
HSL color Cylindrical-coordinate representation of color #4D9CB9: hue angle of 196.11º 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 #4D9CB9 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 156 | 185 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.27 |
| HSL | 196.11º | 0.44% | 0.51% | - |
| HSV(B) | 196.11º | 0.58% | 0.73% | - |
| XYZ | 23.71 | 28.86 | 50.22 | - |
| YUV | 135.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 185 | 0.58 | 0.16 | 0 | 0.27 | 196.11 | 0.44 | 0.51 |
| Hex | 4D | 9C | B9 | 3A | 10 | 0 | 1B | C4 | 2C | 33 |
| Octal | 115 | 234 | 271 | 72 | 20 | 0 | 33 | 304 | 54 | 63 |
| Binary | 1001101 | 10011100 | 10111001 | 111010 | 10000 | 0 | 11011 | 11000100 | 101100 | 110011 |
Color Harmonies of #4D9CB9
Complementary color
Monochromatic Colors of #4D9CB9
Black with #4D9CB9
Text Example
Text Example
White with #4D9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9CB9; }
p { color: rgb(77,156,185); }
H1.HeaderClassName
{
color: #4D9CB9;
}
.AnyTagClassName
{
color: #4D9CB9;
}
</style>
background-color css
<style>
a { background-color: #4D9CB9; }
a { background-color: rgb(77,156,185); }
div.DivClassName
{
background-color: #4D9CB9;
}
.BgClassName
{
background-color: #4D9CB9;
}
</style>
border-color css
<style>
span { border-color: #4D9CB9; }
span { border-color: rgb(77,156,185); }
td.TdClassName
{
border-color: #4D9CB9;
}
.TagClassName
{
border-color: #4D9CB9;
}
</style>