Shades of Shakespeare #4C96BE
Tints of Shakespeare #4C96BE
RGB
CMYK
RGB Variations
Color information
#4C96BE (or 0x4C96BE) is known color: Shakespeare. HEX triplet: 4C, 96 and BE. RGB value is (76,150,190). Sum of RGB (Red+Green+Blue) = 76+150+190=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C96BE is #B36941. Grayscale: #848484. Windows color (decimal): -11757890 or 12490316. OLE color: 12490316.
HSL color Cylindrical-coordinate representation of color #4C96BE: hue angle of 201.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C96BE is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 150 | 190 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.25 |
| HSL | 201.05º | 0.47% | 0.52% | - |
| HSV(B) | 201.05º | 0.6% | 0.75% | - |
| XYZ | 23.18 | 27.07 | 52.72 | - |
| YUV | 132.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 190 | 0.60 | 0.21 | 0 | 0.25 | 201.05 | 0.47 | 0.52 |
| Hex | 4C | 96 | BE | 3C | 15 | 0 | 19 | C9 | 2F | 34 |
| Octal | 114 | 226 | 276 | 74 | 25 | 0 | 31 | 311 | 57 | 64 |
| Binary | 1001100 | 10010110 | 10111110 | 111100 | 10101 | 0 | 11001 | 11001001 | 101111 | 110100 |
Color Harmonies of #4C96BE
Complementary color
Monochromatic Colors of #4C96BE
Black with #4C96BE
Text Example
Text Example
White with #4C96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C96BE; }
p { color: rgb(76,150,190); }
H1.HeaderClassName
{
color: #4C96BE;
}
.AnyTagClassName
{
color: #4C96BE;
}
</style>
background-color css
<style>
a { background-color: #4C96BE; }
a { background-color: rgb(76,150,190); }
div.DivClassName
{
background-color: #4C96BE;
}
.BgClassName
{
background-color: #4C96BE;
}
</style>
border-color css
<style>
span { border-color: #4C96BE; }
span { border-color: rgb(76,150,190); }
td.TdClassName
{
border-color: #4C96BE;
}
.TagClassName
{
border-color: #4C96BE;
}
</style>