Shades of Shakespeare #4C9DBF
Tints of Shakespeare #4C9DBF
RGB
CMYK
RGB Variations
Color information
#4C9DBF (or 0x4C9DBF) is known color: Shakespeare. HEX triplet: 4C, 9D and BF. RGB value is (76,157,191). Sum of RGB (Red+Green+Blue) = 76+157+191=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DBF is #B36240. Grayscale: #888888. Windows color (decimal): -11756097 or 12557644. OLE color: 12557644.
HSL color Cylindrical-coordinate representation of color #4C9DBF: hue angle of 197.74º 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 #4C9DBF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 157 | 191 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.25 |
| HSL | 197.74º | 0.47% | 0.52% | - |
| HSV(B) | 197.74º | 0.6% | 0.75% | - |
| XYZ | 24.44 | 29.41 | 53.68 | - |
| YUV | 136.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 191 | 0.60 | 0.18 | 0 | 0.25 | 197.74 | 0.47 | 0.52 |
| Hex | 4C | 9D | BF | 3C | 12 | 0 | 19 | C6 | 2F | 34 |
| Octal | 114 | 235 | 277 | 74 | 22 | 0 | 31 | 306 | 57 | 64 |
| Binary | 1001100 | 10011101 | 10111111 | 111100 | 10010 | 0 | 11001 | 11000110 | 101111 | 110100 |
Color Harmonies of #4C9DBF
Complementary color
Monochromatic Colors of #4C9DBF
Black with #4C9DBF
Text Example
Text Example
White with #4C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9DBF; }
p { color: rgb(76,157,191); }
H1.HeaderClassName
{
color: #4C9DBF;
}
.AnyTagClassName
{
color: #4C9DBF;
}
</style>
background-color css
<style>
a { background-color: #4C9DBF; }
a { background-color: rgb(76,157,191); }
div.DivClassName
{
background-color: #4C9DBF;
}
.BgClassName
{
background-color: #4C9DBF;
}
</style>
border-color css
<style>
span { border-color: #4C9DBF; }
span { border-color: rgb(76,157,191); }
td.TdClassName
{
border-color: #4C9DBF;
}
.TagClassName
{
border-color: #4C9DBF;
}
</style>