Shades of Shakespeare #4E9DBD
Tints of Shakespeare #4E9DBD
RGB
CMYK
RGB Variations
Color information
#4E9DBD (or 0x4E9DBD) is known color: Shakespeare. HEX triplet: 4E, 9D and BD. RGB value is (78,157,189). Sum of RGB (Red+Green+Blue) = 78+157+189=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E9DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DBD is #B16242. Grayscale: #888888. Windows color (decimal): -11625027 or 12426574. OLE color: 12426574.
HSL color Cylindrical-coordinate representation of color #4E9DBD: hue angle of 197.3º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E9DBD is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 157 | 189 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.26 |
| HSL | 197.3º | 0.46% | 0.52% | - |
| HSV(B) | 197.3º | 0.59% | 0.74% | - |
| XYZ | 24.38 | 29.41 | 52.54 | - |
| YUV | 137.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 157 | 189 | 0.59 | 0.17 | 0 | 0.26 | 197.3 | 0.46 | 0.52 |
| Hex | 4E | 9D | BD | 3B | 11 | 0 | 1A | C5 | 2E | 34 |
| Octal | 116 | 235 | 275 | 73 | 21 | 0 | 32 | 305 | 56 | 64 |
| Binary | 1001110 | 10011101 | 10111101 | 111011 | 10001 | 0 | 11010 | 11000101 | 101110 | 110100 |
Color Harmonies of #4E9DBD
Complementary color
Monochromatic Colors of #4E9DBD
Black with #4E9DBD
Text Example
Text Example
White with #4E9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9DBD; }
p { color: rgb(78,157,189); }
H1.HeaderClassName
{
color: #4E9DBD;
}
.AnyTagClassName
{
color: #4E9DBD;
}
</style>
background-color css
<style>
a { background-color: #4E9DBD; }
a { background-color: rgb(78,157,189); }
div.DivClassName
{
background-color: #4E9DBD;
}
.BgClassName
{
background-color: #4E9DBD;
}
</style>
border-color css
<style>
span { border-color: #4E9DBD; }
span { border-color: rgb(78,157,189); }
td.TdClassName
{
border-color: #4E9DBD;
}
.TagClassName
{
border-color: #4E9DBD;
}
</style>