Shades of Shakespeare #4D9BBF
Tints of Shakespeare #4D9BBF
RGB
CMYK
RGB Variations
Color information
#4D9BBF (or 0x4D9BBF) is known color: Shakespeare. HEX triplet: 4D, 9B and BF. RGB value is (77,155,191). Sum of RGB (Red+Green+Blue) = 77+155+191=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D9BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BBF is #B26440. Grayscale: #878787. Windows color (decimal): -11691073 or 12557133. OLE color: 12557133.
HSL color Cylindrical-coordinate representation of color #4D9BBF: hue angle of 198.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D9BBF is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 155 | 191 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.25 |
| HSL | 198.95º | 0.47% | 0.53% | - |
| HSV(B) | 198.95º | 0.6% | 0.75% | - |
| XYZ | 24.19 | 28.78 | 53.57 | - |
| YUV | 135.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 191 | 0.60 | 0.19 | 0 | 0.25 | 198.95 | 0.47 | 0.53 |
| Hex | 4D | 9B | BF | 3C | 13 | 0 | 19 | C7 | 2F | 35 |
| Octal | 115 | 233 | 277 | 74 | 23 | 0 | 31 | 307 | 57 | 65 |
| Binary | 1001101 | 10011011 | 10111111 | 111100 | 10011 | 0 | 11001 | 11000111 | 101111 | 110101 |
Color Harmonies of #4D9BBF
Complementary color
Monochromatic Colors of #4D9BBF
Black with #4D9BBF
Text Example
Text Example
White with #4D9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BBF; }
p { color: rgb(77,155,191); }
H1.HeaderClassName
{
color: #4D9BBF;
}
.AnyTagClassName
{
color: #4D9BBF;
}
</style>
background-color css
<style>
a { background-color: #4D9BBF; }
a { background-color: rgb(77,155,191); }
div.DivClassName
{
background-color: #4D9BBF;
}
.BgClassName
{
background-color: #4D9BBF;
}
</style>
border-color css
<style>
span { border-color: #4D9BBF; }
span { border-color: rgb(77,155,191); }
td.TdClassName
{
border-color: #4D9BBF;
}
.TagClassName
{
border-color: #4D9BBF;
}
</style>