Shades of Shakespeare #4C9CBC
Tints of Shakespeare #4C9CBC
RGB
CMYK
RGB Variations
Color information
#4C9CBC (or 0x4C9CBC) is known color: Shakespeare. HEX triplet: 4C, 9C and BC. RGB value is (76,156,188). Sum of RGB (Red+Green+Blue) = 76+156+188=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9CBC is #B36343. Grayscale: #878787. Windows color (decimal): -11756356 or 12360780. OLE color: 12360780.
HSL color Cylindrical-coordinate representation of color #4C9CBC: hue angle of 197.14º 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 #4C9CBC is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 156 | 188 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.26 |
| HSL | 197.14º | 0.46% | 0.52% | - |
| HSV(B) | 197.14º | 0.6% | 0.74% | - |
| XYZ | 23.95 | 28.94 | 51.9 | - |
| YUV | 135.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 188 | 0.60 | 0.17 | 0 | 0.26 | 197.14 | 0.46 | 0.52 |
| Hex | 4C | 9C | BC | 3C | 11 | 0 | 1A | C5 | 2E | 34 |
| Octal | 114 | 234 | 274 | 74 | 21 | 0 | 32 | 305 | 56 | 64 |
| Binary | 1001100 | 10011100 | 10111100 | 111100 | 10001 | 0 | 11010 | 11000101 | 101110 | 110100 |
Color Harmonies of #4C9CBC
Complementary color
Monochromatic Colors of #4C9CBC
Black with #4C9CBC
Text Example
Text Example
White with #4C9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9CBC; }
p { color: rgb(76,156,188); }
H1.HeaderClassName
{
color: #4C9CBC;
}
.AnyTagClassName
{
color: #4C9CBC;
}
</style>
background-color css
<style>
a { background-color: #4C9CBC; }
a { background-color: rgb(76,156,188); }
div.DivClassName
{
background-color: #4C9CBC;
}
.BgClassName
{
background-color: #4C9CBC;
}
</style>
border-color css
<style>
span { border-color: #4C9CBC; }
span { border-color: rgb(76,156,188); }
td.TdClassName
{
border-color: #4C9CBC;
}
.TagClassName
{
border-color: #4C9CBC;
}
</style>