Shades of Shakespeare #4B9DBB
Tints of Shakespeare #4B9DBB
RGB
CMYK
RGB Variations
Color information
#4B9DBB (or 0x4B9DBB) is known color: Shakespeare. HEX triplet: 4B, 9D and BB. RGB value is (75,157,187). Sum of RGB (Red+Green+Blue) = 75+157+187=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9DBB is #B46244. Grayscale: #878787. Windows color (decimal): -11821637 or 12295499. OLE color: 12295499.
HSL color Cylindrical-coordinate representation of color #4B9DBB: hue angle of 196.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B9DBB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 157 | 187 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.27 |
| HSL | 196.07º | 0.45% | 0.51% | - |
| HSV(B) | 196.07º | 0.6% | 0.73% | - |
| XYZ | 23.93 | 29.2 | 51.39 | - |
| YUV | 135.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 157 | 187 | 0.60 | 0.16 | 0 | 0.27 | 196.07 | 0.45 | 0.51 |
| Hex | 4B | 9D | BB | 3C | 10 | 0 | 1B | C4 | 2D | 33 |
| Octal | 113 | 235 | 273 | 74 | 20 | 0 | 33 | 304 | 55 | 63 |
| Binary | 1001011 | 10011101 | 10111011 | 111100 | 10000 | 0 | 11011 | 11000100 | 101101 | 110011 |
Color Harmonies of #4B9DBB
Complementary color
Monochromatic Colors of #4B9DBB
Black with #4B9DBB
Text Example
Text Example
White with #4B9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9DBB; }
p { color: rgb(75,157,187); }
H1.HeaderClassName
{
color: #4B9DBB;
}
.AnyTagClassName
{
color: #4B9DBB;
}
</style>
background-color css
<style>
a { background-color: #4B9DBB; }
a { background-color: rgb(75,157,187); }
div.DivClassName
{
background-color: #4B9DBB;
}
.BgClassName
{
background-color: #4B9DBB;
}
</style>
border-color css
<style>
span { border-color: #4B9DBB; }
span { border-color: rgb(75,157,187); }
td.TdClassName
{
border-color: #4B9DBB;
}
.TagClassName
{
border-color: #4B9DBB;
}
</style>