Shades of Shakespeare #4B9EBD
Tints of Shakespeare #4B9EBD
RGB
CMYK
RGB Variations
Color information
#4B9EBD (or 0x4B9EBD) is known color: Shakespeare. HEX triplet: 4B, 9E and BD. RGB value is (75,158,189). Sum of RGB (Red+Green+Blue) = 75+158+189=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B9EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9EBD is #B46142. Grayscale: #888888. Windows color (decimal): -11821379 or 12426827. OLE color: 12426827.
HSL color Cylindrical-coordinate representation of color #4B9EBD: hue angle of 196.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B9EBD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 158 | 189 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.26 |
| HSL | 196.32º | 0.46% | 0.52% | - |
| HSV(B) | 196.32º | 0.6% | 0.74% | - |
| XYZ | 24.31 | 29.62 | 52.58 | - |
| YUV | 136.72 | 157.5 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 189 | 0.60 | 0.16 | 0 | 0.26 | 196.32 | 0.46 | 0.52 |
| Hex | 4B | 9E | BD | 3C | 10 | 0 | 1A | C4 | 2E | 34 |
| Octal | 113 | 236 | 275 | 74 | 20 | 0 | 32 | 304 | 56 | 64 |
| Binary | 1001011 | 10011110 | 10111101 | 111100 | 10000 | 0 | 11010 | 11000100 | 101110 | 110100 |
Color Harmonies of #4B9EBD
Complementary color
Monochromatic Colors of #4B9EBD
Black with #4B9EBD
Text Example
Text Example
White with #4B9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9EBD; }
p { color: rgb(75,158,189); }
H1.HeaderClassName
{
color: #4B9EBD;
}
.AnyTagClassName
{
color: #4B9EBD;
}
</style>
background-color css
<style>
a { background-color: #4B9EBD; }
a { background-color: rgb(75,158,189); }
div.DivClassName
{
background-color: #4B9EBD;
}
.BgClassName
{
background-color: #4B9EBD;
}
</style>
border-color css
<style>
span { border-color: #4B9EBD; }
span { border-color: rgb(75,158,189); }
td.TdClassName
{
border-color: #4B9EBD;
}
.TagClassName
{
border-color: #4B9EBD;
}
</style>