Shades of Shakespeare #4E93BE
Tints of Shakespeare #4E93BE
RGB
CMYK
RGB Variations
Color information
#4E93BE (or 0x4E93BE) is known color: Shakespeare. HEX triplet: 4E, 93 and BE. RGB value is (78,147,190). Sum of RGB (Red+Green+Blue) = 78+147+190=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E93BE is #B16C41. Grayscale: #838383. Windows color (decimal): -11627586 or 12489550. OLE color: 12489550.
HSL color Cylindrical-coordinate representation of color #4E93BE: hue angle of 203.04º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E93BE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 147 | 190 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.25 |
| HSL | 203.04º | 0.46% | 0.53% | - |
| HSV(B) | 203.04º | 0.59% | 0.75% | - |
| XYZ | 22.87 | 26.2 | 52.57 | - |
| YUV | 131.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 190 | 0.59 | 0.23 | 0 | 0.25 | 203.04 | 0.46 | 0.53 |
| Hex | 4E | 93 | BE | 3B | 17 | 0 | 19 | CB | 2E | 35 |
| Octal | 116 | 223 | 276 | 73 | 27 | 0 | 31 | 313 | 56 | 65 |
| Binary | 1001110 | 10010011 | 10111110 | 111011 | 10111 | 0 | 11001 | 11001011 | 101110 | 110101 |
Color Harmonies of #4E93BE
Complementary color
Monochromatic Colors of #4E93BE
Black with #4E93BE
Text Example
Text Example
White with #4E93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E93BE; }
p { color: rgb(78,147,190); }
H1.HeaderClassName
{
color: #4E93BE;
}
.AnyTagClassName
{
color: #4E93BE;
}
</style>
background-color css
<style>
a { background-color: #4E93BE; }
a { background-color: rgb(78,147,190); }
div.DivClassName
{
background-color: #4E93BE;
}
.BgClassName
{
background-color: #4E93BE;
}
</style>
border-color css
<style>
span { border-color: #4E93BE; }
span { border-color: rgb(78,147,190); }
td.TdClassName
{
border-color: #4E93BE;
}
.TagClassName
{
border-color: #4E93BE;
}
</style>