Shades of Shakespeare #4D9ABA
Tints of Shakespeare #4D9ABA
RGB
CMYK
RGB Variations
Color information
#4D9ABA (or 0x4D9ABA) is known color: Shakespeare. HEX triplet: 4D, 9A and BA. RGB value is (77,154,186). Sum of RGB (Red+Green+Blue) = 77+154+186=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9ABA is #B26545. Grayscale: #868686. Windows color (decimal): -11691334 or 12229197. OLE color: 12229197.
HSL color Cylindrical-coordinate representation of color #4D9ABA: hue angle of 197.61º 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 #4D9ABA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 77 | 154 | 186 | - |
CMYK | 0.59 | 0.17 | 0 | 0.27 |
HSL | 197.61º | 0.44% | 0.52% | - |
HSV(B) | 197.61º | 0.59% | 0.73% | - |
XYZ | 23.48 | 28.23 | 50.67 | - |
YUV | 134.63 | 156.99 | 86.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 154 | 186 | 0.59 | 0.17 | 0 | 0.27 | 197.61 | 0.44 | 0.52 |
Hex | 4D | 9A | BA | 3B | 11 | 0 | 1B | C6 | 2C | 34 |
Octal | 115 | 232 | 272 | 73 | 21 | 0 | 33 | 306 | 54 | 64 |
Binary | 1001101 | 10011010 | 10111010 | 111011 | 10001 | 0 | 11011 | 11000110 | 101100 | 110100 |
Color Harmonies of #4D9ABA
Complementary color
Monochromatic Colors of #4D9ABA
Black with #4D9ABA
Text Example
Text Example
White with #4D9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9ABA; }
p { color: rgb(77,154,186); }
H1.HeaderClassName
{
color: #4D9ABA;
}
.AnyTagClassName
{
color: #4D9ABA;
}
</style>
background-color css
<style>
a { background-color: #4D9ABA; }
a { background-color: rgb(77,154,186); }
div.DivClassName
{
background-color: #4D9ABA;
}
.BgClassName
{
background-color: #4D9ABA;
}
</style>
border-color css
<style>
span { border-color: #4D9ABA; }
span { border-color: rgb(77,154,186); }
td.TdClassName
{
border-color: #4D9ABA;
}
.TagClassName
{
border-color: #4D9ABA;
}
</style>