Shades of Shakespeare #4E99BA
Tints of Shakespeare #4E99BA
RGB
CMYK
RGB Variations
Color information
#4E99BA (or 0x4E99BA) is known color: Shakespeare. HEX triplet: 4E, 99 and BA. RGB value is (78,153,186). Sum of RGB (Red+Green+Blue) = 78+153+186=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 153 (60.16% from 255 or 36.69% 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 #4E99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E99BA is #B16645. Grayscale: #868686. Windows color (decimal): -11626054 or 12228942. OLE color: 12228942.
HSL color Cylindrical-coordinate representation of color #4E99BA: hue angle of 198.33º 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 #4E99BA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 153 | 186 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.27 |
| HSL | 198.33º | 0.44% | 0.52% | - |
| HSV(B) | 198.33º | 0.58% | 0.73% | - |
| XYZ | 23.4 | 27.95 | 50.62 | - |
| YUV | 134.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 186 | 0.58 | 0.18 | 0 | 0.27 | 198.33 | 0.44 | 0.52 |
| Hex | 4E | 99 | BA | 3A | 12 | 0 | 1B | C6 | 2C | 34 |
| Octal | 116 | 231 | 272 | 72 | 22 | 0 | 33 | 306 | 54 | 64 |
| Binary | 1001110 | 10011001 | 10111010 | 111010 | 10010 | 0 | 11011 | 11000110 | 101100 | 110100 |
Color Harmonies of #4E99BA
Complementary color
Monochromatic Colors of #4E99BA
Black with #4E99BA
Text Example
Text Example
White with #4E99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E99BA; }
p { color: rgb(78,153,186); }
H1.HeaderClassName
{
color: #4E99BA;
}
.AnyTagClassName
{
color: #4E99BA;
}
</style>
background-color css
<style>
a { background-color: #4E99BA; }
a { background-color: rgb(78,153,186); }
div.DivClassName
{
background-color: #4E99BA;
}
.BgClassName
{
background-color: #4E99BA;
}
</style>
border-color css
<style>
span { border-color: #4E99BA; }
span { border-color: rgb(78,153,186); }
td.TdClassName
{
border-color: #4E99BA;
}
.TagClassName
{
border-color: #4E99BA;
}
</style>