Shades of Shakespeare #4C9FBB
Tints of Shakespeare #4C9FBB
RGB
CMYK
RGB Variations
Color information
#4C9FBB (or 0x4C9FBB) is known color: Shakespeare. HEX triplet: 4C, 9F and BB. RGB value is (76,159,187). Sum of RGB (Red+Green+Blue) = 76+159+187=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C9FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FBB is #B36044. Grayscale: #898989. Windows color (decimal): -11755589 or 12296012. OLE color: 12296012.
HSL color Cylindrical-coordinate representation of color #4C9FBB: hue angle of 195.14º 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 #4C9FBB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 159 | 187 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.27 |
| HSL | 195.14º | 0.45% | 0.52% | - |
| HSV(B) | 195.14º | 0.59% | 0.73% | - |
| XYZ | 24.35 | 29.92 | 51.51 | - |
| YUV | 137.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 187 | 0.59 | 0.15 | 0 | 0.27 | 195.14 | 0.45 | 0.52 |
| Hex | 4C | 9F | BB | 3B | F | 0 | 1B | C3 | 2D | 34 |
| Octal | 114 | 237 | 273 | 73 | 17 | 0 | 33 | 303 | 55 | 64 |
| Binary | 1001100 | 10011111 | 10111011 | 111011 | 1111 | 0 | 11011 | 11000011 | 101101 | 110100 |
Color Harmonies of #4C9FBB
Complementary color
Monochromatic Colors of #4C9FBB
Black with #4C9FBB
Text Example
Text Example
White with #4C9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9FBB; }
p { color: rgb(76,159,187); }
H1.HeaderClassName
{
color: #4C9FBB;
}
.AnyTagClassName
{
color: #4C9FBB;
}
</style>
background-color css
<style>
a { background-color: #4C9FBB; }
a { background-color: rgb(76,159,187); }
div.DivClassName
{
background-color: #4C9FBB;
}
.BgClassName
{
background-color: #4C9FBB;
}
</style>
border-color css
<style>
span { border-color: #4C9FBB; }
span { border-color: rgb(76,159,187); }
td.TdClassName
{
border-color: #4C9FBB;
}
.TagClassName
{
border-color: #4C9FBB;
}
</style>