Shades of Shakespeare #4C9CBA
Tints of Shakespeare #4C9CBA
RGB
CMYK
RGB Variations
Color information
#4C9CBA (or 0x4C9CBA) is known color: Shakespeare. HEX triplet: 4C, 9C and BA. RGB value is (76,156,186). Sum of RGB (Red+Green+Blue) = 76+156+186=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9CBA is #B36345. Grayscale: #878787. Windows color (decimal): -11756358 or 12229708. OLE color: 12229708.
HSL color Cylindrical-coordinate representation of color #4C9CBA: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C9CBA is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 156 | 186 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.27 |
| HSL | 196.36º | 0.44% | 0.51% | - |
| HSV(B) | 196.36º | 0.59% | 0.73% | - |
| XYZ | 23.73 | 28.86 | 50.77 | - |
| YUV | 135.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 186 | 0.59 | 0.16 | 0 | 0.27 | 196.36 | 0.44 | 0.51 |
| Hex | 4C | 9C | BA | 3B | 10 | 0 | 1B | C4 | 2C | 33 |
| Octal | 114 | 234 | 272 | 73 | 20 | 0 | 33 | 304 | 54 | 63 |
| Binary | 1001100 | 10011100 | 10111010 | 111011 | 10000 | 0 | 11011 | 11000100 | 101100 | 110011 |
Color Harmonies of #4C9CBA
Complementary color
Monochromatic Colors of #4C9CBA
Black with #4C9CBA
Text Example
Text Example
White with #4C9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9CBA; }
p { color: rgb(76,156,186); }
H1.HeaderClassName
{
color: #4C9CBA;
}
.AnyTagClassName
{
color: #4C9CBA;
}
</style>
background-color css
<style>
a { background-color: #4C9CBA; }
a { background-color: rgb(76,156,186); }
div.DivClassName
{
background-color: #4C9CBA;
}
.BgClassName
{
background-color: #4C9CBA;
}
</style>
border-color css
<style>
span { border-color: #4C9CBA; }
span { border-color: rgb(76,156,186); }
td.TdClassName
{
border-color: #4C9CBA;
}
.TagClassName
{
border-color: #4C9CBA;
}
</style>