Shades of Shakespeare #4D96BE
Tints of Shakespeare #4D96BE
RGB
CMYK
RGB Variations
Color information
#4D96BE (or 0x4D96BE) is known color: Shakespeare. HEX triplet: 4D, 96 and BE. RGB value is (77,150,190). Sum of RGB (Red+Green+Blue) = 77+150+190=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96BE is #B26941. Grayscale: #848484. Windows color (decimal): -11692354 or 12490317. OLE color: 12490317.
HSL color Cylindrical-coordinate representation of color #4D96BE: hue angle of 201.24º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D96BE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 150 | 190 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.25 |
| HSL | 201.24º | 0.47% | 0.52% | - |
| HSV(B) | 201.24º | 0.59% | 0.75% | - |
| XYZ | 23.26 | 27.11 | 52.72 | - |
| YUV | 132.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 190 | 0.59 | 0.21 | 0 | 0.25 | 201.24 | 0.47 | 0.52 |
| Hex | 4D | 96 | BE | 3B | 15 | 0 | 19 | C9 | 2F | 34 |
| Octal | 115 | 226 | 276 | 73 | 25 | 0 | 31 | 311 | 57 | 64 |
| Binary | 1001101 | 10010110 | 10111110 | 111011 | 10101 | 0 | 11001 | 11001001 | 101111 | 110100 |
Color Harmonies of #4D96BE
Complementary color
Monochromatic Colors of #4D96BE
Black with #4D96BE
Text Example
Text Example
White with #4D96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96BE; }
p { color: rgb(77,150,190); }
H1.HeaderClassName
{
color: #4D96BE;
}
.AnyTagClassName
{
color: #4D96BE;
}
</style>
background-color css
<style>
a { background-color: #4D96BE; }
a { background-color: rgb(77,150,190); }
div.DivClassName
{
background-color: #4D96BE;
}
.BgClassName
{
background-color: #4D96BE;
}
</style>
border-color css
<style>
span { border-color: #4D96BE; }
span { border-color: rgb(77,150,190); }
td.TdClassName
{
border-color: #4D96BE;
}
.TagClassName
{
border-color: #4D96BE;
}
</style>