Shades of Shakespeare #4D9DBA
Tints of Shakespeare #4D9DBA
RGB
CMYK
RGB Variations
Color information
#4D9DBA (or 0x4D9DBA) is known color: Shakespeare. HEX triplet: 4D, 9D and BA. RGB value is (77,157,186). Sum of RGB (Red+Green+Blue) = 77+157+186=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D9DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DBA is #B26245. Grayscale: #888888. Windows color (decimal): -11690566 or 12229965. OLE color: 12229965.
HSL color Cylindrical-coordinate representation of color #4D9DBA: hue angle of 195.96º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D9DBA is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 157 | 186 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.27 |
| HSL | 195.96º | 0.44% | 0.52% | - |
| HSV(B) | 195.96º | 0.59% | 0.73% | - |
| XYZ | 23.98 | 29.24 | 50.83 | - |
| YUV | 136.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 186 | 0.59 | 0.16 | 0 | 0.27 | 195.96 | 0.44 | 0.52 |
| Hex | 4D | 9D | BA | 3B | 10 | 0 | 1B | C4 | 2C | 34 |
| Octal | 115 | 235 | 272 | 73 | 20 | 0 | 33 | 304 | 54 | 64 |
| Binary | 1001101 | 10011101 | 10111010 | 111011 | 10000 | 0 | 11011 | 11000100 | 101100 | 110100 |
Color Harmonies of #4D9DBA
Complementary color
Monochromatic Colors of #4D9DBA
Black with #4D9DBA
Text Example
Text Example
White with #4D9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9DBA; }
p { color: rgb(77,157,186); }
H1.HeaderClassName
{
color: #4D9DBA;
}
.AnyTagClassName
{
color: #4D9DBA;
}
</style>
background-color css
<style>
a { background-color: #4D9DBA; }
a { background-color: rgb(77,157,186); }
div.DivClassName
{
background-color: #4D9DBA;
}
.BgClassName
{
background-color: #4D9DBA;
}
</style>
border-color css
<style>
span { border-color: #4D9DBA; }
span { border-color: rgb(77,157,186); }
td.TdClassName
{
border-color: #4D9DBA;
}
.TagClassName
{
border-color: #4D9DBA;
}
</style>