Shades of Shakespeare #4E9BBC
Tints of Shakespeare #4E9BBC
RGB
CMYK
RGB Variations
Color information
#4E9BBC (or 0x4E9BBC) is known color: Shakespeare. HEX triplet: 4E, 9B and BC. RGB value is (78,155,188). Sum of RGB (Red+Green+Blue) = 78+155+188=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E9BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9BBC is #B16443. Grayscale: #878787. Windows color (decimal): -11625540 or 12360526. OLE color: 12360526.
HSL color Cylindrical-coordinate representation of color #4E9BBC: hue angle of 198º degrees, saturation: 0.45, 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 #4E9BBC is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 155 | 188 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.26 |
| HSL | 198º | 0.45% | 0.52% | - |
| HSV(B) | 198º | 0.59% | 0.74% | - |
| XYZ | 23.94 | 28.69 | 51.85 | - |
| YUV | 135.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 155 | 188 | 0.59 | 0.18 | 0 | 0.26 | 198 | 0.45 | 0.52 |
| Hex | 4E | 9B | BC | 3B | 12 | 0 | 1A | C6 | 2D | 34 |
| Octal | 116 | 233 | 274 | 73 | 22 | 0 | 32 | 306 | 55 | 64 |
| Binary | 1001110 | 10011011 | 10111100 | 111011 | 10010 | 0 | 11010 | 11000110 | 101101 | 110100 |
Color Harmonies of #4E9BBC
Complementary color
Monochromatic Colors of #4E9BBC
Black with #4E9BBC
Text Example
Text Example
White with #4E9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9BBC; }
p { color: rgb(78,155,188); }
H1.HeaderClassName
{
color: #4E9BBC;
}
.AnyTagClassName
{
color: #4E9BBC;
}
</style>
background-color css
<style>
a { background-color: #4E9BBC; }
a { background-color: rgb(78,155,188); }
div.DivClassName
{
background-color: #4E9BBC;
}
.BgClassName
{
background-color: #4E9BBC;
}
</style>
border-color css
<style>
span { border-color: #4E9BBC; }
span { border-color: rgb(78,155,188); }
td.TdClassName
{
border-color: #4E9BBC;
}
.TagClassName
{
border-color: #4E9BBC;
}
</style>