Shades of Shakespeare #4D9CC1
Tints of Shakespeare #4D9CC1
RGB
CMYK
RGB Variations
Color information
#4D9CC1 (or 0x4D9CC1) is known color: Shakespeare. HEX triplet: 4D, 9C and C1. RGB value is (77,156,193). Sum of RGB (Red+Green+Blue) = 77+156+193=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D9CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9CC1 is #B2633E. Grayscale: #888888. Windows color (decimal): -11690815 or 12688461. OLE color: 12688461.
HSL color Cylindrical-coordinate representation of color #4D9CC1: hue angle of 199.14º 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 #4D9CC1 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 156 | 193 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.24 |
| HSL | 199.14º | 0.48% | 0.53% | - |
| HSV(B) | 199.14º | 0.6% | 0.76% | - |
| XYZ | 24.57 | 29.2 | 54.79 | - |
| YUV | 136.6 | 159.83 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 193 | 0.60 | 0.19 | 0 | 0.24 | 199.14 | 0.48 | 0.53 |
| Hex | 4D | 9C | C1 | 3C | 13 | 0 | 18 | C7 | 30 | 35 |
| Octal | 115 | 234 | 301 | 74 | 23 | 0 | 30 | 307 | 60 | 65 |
| Binary | 1001101 | 10011100 | 11000001 | 111100 | 10011 | 0 | 11000 | 11000111 | 110000 | 110101 |
Color Harmonies of #4D9CC1
Complementary color
Monochromatic Colors of #4D9CC1
Black with #4D9CC1
Text Example
Text Example
White with #4D9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9CC1; }
p { color: rgb(77,156,193); }
H1.HeaderClassName
{
color: #4D9CC1;
}
.AnyTagClassName
{
color: #4D9CC1;
}
</style>
background-color css
<style>
a { background-color: #4D9CC1; }
a { background-color: rgb(77,156,193); }
div.DivClassName
{
background-color: #4D9CC1;
}
.BgClassName
{
background-color: #4D9CC1;
}
</style>
border-color css
<style>
span { border-color: #4D9CC1; }
span { border-color: rgb(77,156,193); }
td.TdClassName
{
border-color: #4D9CC1;
}
.TagClassName
{
border-color: #4D9CC1;
}
</style>