Shades of Shakespeare #4D9DBB
Tints of Shakespeare #4D9DBB
RGB
CMYK
RGB Variations
Color information
#4D9DBB (or 0x4D9DBB) is known color: Shakespeare. HEX triplet: 4D, 9D and BB. RGB value is (77,157,187). Sum of RGB (Red+Green+Blue) = 77+157+187=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DBB is #B26244. Grayscale: #888888. Windows color (decimal): -11690565 or 12295501. OLE color: 12295501.
HSL color Cylindrical-coordinate representation of color #4D9DBB: hue angle of 196.36º 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 #4D9DBB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 157 | 187 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.27 |
| HSL | 196.36º | 0.45% | 0.52% | - |
| HSV(B) | 196.36º | 0.59% | 0.73% | - |
| XYZ | 24.09 | 29.28 | 51.4 | - |
| YUV | 136.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 187 | 0.59 | 0.16 | 0 | 0.27 | 196.36 | 0.45 | 0.52 |
| Hex | 4D | 9D | BB | 3B | 10 | 0 | 1B | C4 | 2D | 34 |
| Octal | 115 | 235 | 273 | 73 | 20 | 0 | 33 | 304 | 55 | 64 |
| Binary | 1001101 | 10011101 | 10111011 | 111011 | 10000 | 0 | 11011 | 11000100 | 101101 | 110100 |
Color Harmonies of #4D9DBB
Complementary color
Monochromatic Colors of #4D9DBB
Black with #4D9DBB
Text Example
Text Example
White with #4D9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9DBB; }
p { color: rgb(77,157,187); }
H1.HeaderClassName
{
color: #4D9DBB;
}
.AnyTagClassName
{
color: #4D9DBB;
}
</style>
background-color css
<style>
a { background-color: #4D9DBB; }
a { background-color: rgb(77,157,187); }
div.DivClassName
{
background-color: #4D9DBB;
}
.BgClassName
{
background-color: #4D9DBB;
}
</style>
border-color css
<style>
span { border-color: #4D9DBB; }
span { border-color: rgb(77,157,187); }
td.TdClassName
{
border-color: #4D9DBB;
}
.TagClassName
{
border-color: #4D9DBB;
}
</style>