Shades of Shakespeare #4E96BD
Tints of Shakespeare #4E96BD
RGB
CMYK
RGB Variations
Color information
#4E96BD (or 0x4E96BD) is known color: Shakespeare. HEX triplet: 4E, 96 and BD. RGB value is (78,150,189). Sum of RGB (Red+Green+Blue) = 78+150+189=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E96BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E96BD is #B16942. Grayscale: #848484. Windows color (decimal): -11626819 or 12424782. OLE color: 12424782.
HSL color Cylindrical-coordinate representation of color #4E96BD: hue angle of 201.08º 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 #4E96BD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 150 | 189 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.26 |
| HSL | 201.08º | 0.46% | 0.52% | - |
| HSV(B) | 201.08º | 0.59% | 0.74% | - |
| XYZ | 23.23 | 27.11 | 52.15 | - |
| YUV | 132.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 150 | 189 | 0.59 | 0.21 | 0 | 0.26 | 201.08 | 0.46 | 0.52 |
| Hex | 4E | 96 | BD | 3B | 15 | 0 | 1A | C9 | 2E | 34 |
| Octal | 116 | 226 | 275 | 73 | 25 | 0 | 32 | 311 | 56 | 64 |
| Binary | 1001110 | 10010110 | 10111101 | 111011 | 10101 | 0 | 11010 | 11001001 | 101110 | 110100 |
Color Harmonies of #4E96BD
Complementary color
Monochromatic Colors of #4E96BD
Black with #4E96BD
Text Example
Text Example
White with #4E96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E96BD; }
p { color: rgb(78,150,189); }
H1.HeaderClassName
{
color: #4E96BD;
}
.AnyTagClassName
{
color: #4E96BD;
}
</style>
background-color css
<style>
a { background-color: #4E96BD; }
a { background-color: rgb(78,150,189); }
div.DivClassName
{
background-color: #4E96BD;
}
.BgClassName
{
background-color: #4E96BD;
}
</style>
border-color css
<style>
span { border-color: #4E96BD; }
span { border-color: rgb(78,150,189); }
td.TdClassName
{
border-color: #4E96BD;
}
.TagClassName
{
border-color: #4E96BD;
}
</style>