Shades of Shakespeare #4B99BD
Tints of Shakespeare #4B99BD
RGB
CMYK
RGB Variations
Color information
#4B99BD (or 0x4B99BD) is known color: Shakespeare. HEX triplet: 4B, 99 and BD. RGB value is (75,153,189). Sum of RGB (Red+Green+Blue) = 75+153+189=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 153 (60.16% from 255 or 36.69% 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 #4B99BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B99BD is #B46642. Grayscale: #858585. Windows color (decimal): -11822659 or 12425547. OLE color: 12425547.
HSL color Cylindrical-coordinate representation of color #4B99BD: hue angle of 198.95º 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 #4B99BD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 153 | 189 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.26 |
| HSL | 198.95º | 0.46% | 0.52% | - |
| HSV(B) | 198.95º | 0.6% | 0.74% | - |
| XYZ | 23.48 | 27.95 | 52.3 | - |
| YUV | 133.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 189 | 0.60 | 0.19 | 0 | 0.26 | 198.95 | 0.46 | 0.52 |
| Hex | 4B | 99 | BD | 3C | 13 | 0 | 1A | C7 | 2E | 34 |
| Octal | 113 | 231 | 275 | 74 | 23 | 0 | 32 | 307 | 56 | 64 |
| Binary | 1001011 | 10011001 | 10111101 | 111100 | 10011 | 0 | 11010 | 11000111 | 101110 | 110100 |
Color Harmonies of #4B99BD
Complementary color
Monochromatic Colors of #4B99BD
Black with #4B99BD
Text Example
Text Example
White with #4B99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B99BD; }
p { color: rgb(75,153,189); }
H1.HeaderClassName
{
color: #4B99BD;
}
.AnyTagClassName
{
color: #4B99BD;
}
</style>
background-color css
<style>
a { background-color: #4B99BD; }
a { background-color: rgb(75,153,189); }
div.DivClassName
{
background-color: #4B99BD;
}
.BgClassName
{
background-color: #4B99BD;
}
</style>
border-color css
<style>
span { border-color: #4B99BD; }
span { border-color: rgb(75,153,189); }
td.TdClassName
{
border-color: #4B99BD;
}
.TagClassName
{
border-color: #4B99BD;
}
</style>