Shades of Shakespeare #4D99BA
Tints of Shakespeare #4D99BA
RGB
CMYK
RGB Variations
Color information
#4D99BA (or 0x4D99BA) is known color: Shakespeare. HEX triplet: 4D, 99 and BA. RGB value is (77,153,186). Sum of RGB (Red+Green+Blue) = 77+153+186=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D99BA is #B26645. Grayscale: #858585. Windows color (decimal): -11691590 or 12228941. OLE color: 12228941.
HSL color Cylindrical-coordinate representation of color #4D99BA: hue angle of 198.17º 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 #4D99BA is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 153 | 186 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.27 |
| HSL | 198.17º | 0.44% | 0.52% | - |
| HSV(B) | 198.17º | 0.59% | 0.73% | - |
| XYZ | 23.31 | 27.91 | 50.61 | - |
| YUV | 134.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 186 | 0.59 | 0.18 | 0 | 0.27 | 198.17 | 0.44 | 0.52 |
| Hex | 4D | 99 | BA | 3B | 12 | 0 | 1B | C6 | 2C | 34 |
| Octal | 115 | 231 | 272 | 73 | 22 | 0 | 33 | 306 | 54 | 64 |
| Binary | 1001101 | 10011001 | 10111010 | 111011 | 10010 | 0 | 11011 | 11000110 | 101100 | 110100 |
Color Harmonies of #4D99BA
Complementary color
Monochromatic Colors of #4D99BA
Black with #4D99BA
Text Example
Text Example
White with #4D99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D99BA; }
p { color: rgb(77,153,186); }
H1.HeaderClassName
{
color: #4D99BA;
}
.AnyTagClassName
{
color: #4D99BA;
}
</style>
background-color css
<style>
a { background-color: #4D99BA; }
a { background-color: rgb(77,153,186); }
div.DivClassName
{
background-color: #4D99BA;
}
.BgClassName
{
background-color: #4D99BA;
}
</style>
border-color css
<style>
span { border-color: #4D99BA; }
span { border-color: rgb(77,153,186); }
td.TdClassName
{
border-color: #4D99BA;
}
.TagClassName
{
border-color: #4D99BA;
}
</style>