Shades of Shakespeare #4D9BBE
Tints of Shakespeare #4D9BBE
RGB
CMYK
RGB Variations
Color information
#4D9BBE (or 0x4D9BBE) is known color: Shakespeare. HEX triplet: 4D, 9B and BE. RGB value is (77,155,190). Sum of RGB (Red+Green+Blue) = 77+155+190=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BBE is #B26441. Grayscale: #878787. Windows color (decimal): -11691074 or 12491597. OLE color: 12491597.
HSL color Cylindrical-coordinate representation of color #4D9BBE: hue angle of 198.58º 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 #4D9BBE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 155 | 190 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.25 |
| HSL | 198.58º | 0.47% | 0.52% | - |
| HSV(B) | 198.58º | 0.59% | 0.75% | - |
| XYZ | 24.08 | 28.74 | 52.99 | - |
| YUV | 135.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 190 | 0.59 | 0.18 | 0 | 0.25 | 198.58 | 0.47 | 0.52 |
| Hex | 4D | 9B | BE | 3B | 12 | 0 | 19 | C7 | 2F | 34 |
| Octal | 115 | 233 | 276 | 73 | 22 | 0 | 31 | 307 | 57 | 64 |
| Binary | 1001101 | 10011011 | 10111110 | 111011 | 10010 | 0 | 11001 | 11000111 | 101111 | 110100 |
Color Harmonies of #4D9BBE
Complementary color
Monochromatic Colors of #4D9BBE
Black with #4D9BBE
Text Example
Text Example
White with #4D9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BBE; }
p { color: rgb(77,155,190); }
H1.HeaderClassName
{
color: #4D9BBE;
}
.AnyTagClassName
{
color: #4D9BBE;
}
</style>
background-color css
<style>
a { background-color: #4D9BBE; }
a { background-color: rgb(77,155,190); }
div.DivClassName
{
background-color: #4D9BBE;
}
.BgClassName
{
background-color: #4D9BBE;
}
</style>
border-color css
<style>
span { border-color: #4D9BBE; }
span { border-color: rgb(77,155,190); }
td.TdClassName
{
border-color: #4D9BBE;
}
.TagClassName
{
border-color: #4D9BBE;
}
</style>