Shades of Shakespeare #4E93BB
Tints of Shakespeare #4E93BB
RGB
CMYK
RGB Variations
Color information
#4E93BB (or 0x4E93BB) is known color: Shakespeare. HEX triplet: 4E, 93 and BB. RGB value is (78,147,187). Sum of RGB (Red+Green+Blue) = 78+147+187=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E93BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E93BB is #B16C44. Grayscale: #828282. Windows color (decimal): -11627589 or 12292942. OLE color: 12292942.
HSL color Cylindrical-coordinate representation of color #4E93BB: hue angle of 202.02º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E93BB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 147 | 187 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.27 |
| HSL | 202.02º | 0.44% | 0.52% | - |
| HSV(B) | 202.02º | 0.58% | 0.73% | - |
| XYZ | 22.55 | 26.08 | 50.86 | - |
| YUV | 130.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 187 | 0.58 | 0.21 | 0 | 0.27 | 202.02 | 0.44 | 0.52 |
| Hex | 4E | 93 | BB | 3A | 15 | 0 | 1B | CA | 2C | 34 |
| Octal | 116 | 223 | 273 | 72 | 25 | 0 | 33 | 312 | 54 | 64 |
| Binary | 1001110 | 10010011 | 10111011 | 111010 | 10101 | 0 | 11011 | 11001010 | 101100 | 110100 |
Color Harmonies of #4E93BB
Complementary color
Monochromatic Colors of #4E93BB
Black with #4E93BB
Text Example
Text Example
White with #4E93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E93BB; }
p { color: rgb(78,147,187); }
H1.HeaderClassName
{
color: #4E93BB;
}
.AnyTagClassName
{
color: #4E93BB;
}
</style>
background-color css
<style>
a { background-color: #4E93BB; }
a { background-color: rgb(78,147,187); }
div.DivClassName
{
background-color: #4E93BB;
}
.BgClassName
{
background-color: #4E93BB;
}
</style>
border-color css
<style>
span { border-color: #4E93BB; }
span { border-color: rgb(78,147,187); }
td.TdClassName
{
border-color: #4E93BB;
}
.TagClassName
{
border-color: #4E93BB;
}
</style>