Shades of Shakespeare #4C9DBB
Tints of Shakespeare #4C9DBB
RGB
CMYK
RGB Variations
Color information
#4C9DBB (or 0x4C9DBB) is known color: Shakespeare. HEX triplet: 4C, 9D and BB. RGB value is (76,157,187). Sum of RGB (Red+Green+Blue) = 76+157+187=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DBB is #B36244. Grayscale: #888888. Windows color (decimal): -11756101 or 12295500. OLE color: 12295500.
HSL color Cylindrical-coordinate representation of color #4C9DBB: hue angle of 196.22º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C9DBB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 157 | 187 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.27 |
| HSL | 196.22º | 0.45% | 0.52% | - |
| HSV(B) | 196.22º | 0.59% | 0.73% | - |
| XYZ | 24.01 | 29.24 | 51.39 | - |
| YUV | 136.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 187 | 0.59 | 0.16 | 0 | 0.27 | 196.22 | 0.45 | 0.52 |
| Hex | 4C | 9D | BB | 3B | 10 | 0 | 1B | C4 | 2D | 34 |
| Octal | 114 | 235 | 273 | 73 | 20 | 0 | 33 | 304 | 55 | 64 |
| Binary | 1001100 | 10011101 | 10111011 | 111011 | 10000 | 0 | 11011 | 11000100 | 101101 | 110100 |
Color Harmonies of #4C9DBB
Complementary color
Monochromatic Colors of #4C9DBB
Black with #4C9DBB
Text Example
Text Example
White with #4C9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9DBB; }
p { color: rgb(76,157,187); }
H1.HeaderClassName
{
color: #4C9DBB;
}
.AnyTagClassName
{
color: #4C9DBB;
}
</style>
background-color css
<style>
a { background-color: #4C9DBB; }
a { background-color: rgb(76,157,187); }
div.DivClassName
{
background-color: #4C9DBB;
}
.BgClassName
{
background-color: #4C9DBB;
}
</style>
border-color css
<style>
span { border-color: #4C9DBB; }
span { border-color: rgb(76,157,187); }
td.TdClassName
{
border-color: #4C9DBB;
}
.TagClassName
{
border-color: #4C9DBB;
}
</style>