Shades of Shakespeare #4D9DC1
Tints of Shakespeare #4D9DC1
RGB
CMYK
RGB Variations
Color information
#4D9DC1 (or 0x4D9DC1) is known color: Shakespeare. HEX triplet: 4D, 9D and C1. RGB value is (77,157,193). Sum of RGB (Red+Green+Blue) = 77+157+193=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D9DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DC1 is #B2623E. Grayscale: #888888. Windows color (decimal): -11690559 or 12688717. OLE color: 12688717.
HSL color Cylindrical-coordinate representation of color #4D9DC1: hue angle of 198.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D9DC1 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 157 | 193 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.24 |
| HSL | 198.62º | 0.48% | 0.53% | - |
| HSV(B) | 198.62º | 0.6% | 0.76% | - |
| XYZ | 24.74 | 29.54 | 54.85 | - |
| YUV | 137.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 193 | 0.60 | 0.19 | 0 | 0.24 | 198.62 | 0.48 | 0.53 |
| Hex | 4D | 9D | C1 | 3C | 13 | 0 | 18 | C7 | 30 | 35 |
| Octal | 115 | 235 | 301 | 74 | 23 | 0 | 30 | 307 | 60 | 65 |
| Binary | 1001101 | 10011101 | 11000001 | 111100 | 10011 | 0 | 11000 | 11000111 | 110000 | 110101 |
Color Harmonies of #4D9DC1
Complementary color
Monochromatic Colors of #4D9DC1
Black with #4D9DC1
Text Example
Text Example
White with #4D9DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9DC1; }
p { color: rgb(77,157,193); }
H1.HeaderClassName
{
color: #4D9DC1;
}
.AnyTagClassName
{
color: #4D9DC1;
}
</style>
background-color css
<style>
a { background-color: #4D9DC1; }
a { background-color: rgb(77,157,193); }
div.DivClassName
{
background-color: #4D9DC1;
}
.BgClassName
{
background-color: #4D9DC1;
}
</style>
border-color css
<style>
span { border-color: #4D9DC1; }
span { border-color: rgb(77,157,193); }
td.TdClassName
{
border-color: #4D9DC1;
}
.TagClassName
{
border-color: #4D9DC1;
}
</style>