Shades of Shakespeare #4C9ABF
Tints of Shakespeare #4C9ABF
RGB
CMYK
RGB Variations
Color information
#4C9ABF (or 0x4C9ABF) is known color: Shakespeare. HEX triplet: 4C, 9A and BF. RGB value is (76,154,191). Sum of RGB (Red+Green+Blue) = 76+154+191=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C9ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ABF is #B36540. Grayscale: #868686. Windows color (decimal): -11756865 or 12556876. OLE color: 12556876.
HSL color Cylindrical-coordinate representation of color #4C9ABF: hue angle of 199.3º 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 #4C9ABF is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 154 | 191 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.25 |
| HSL | 199.3º | 0.47% | 0.52% | - |
| HSV(B) | 199.3º | 0.6% | 0.75% | - |
| XYZ | 23.94 | 28.41 | 53.51 | - |
| YUV | 134.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 191 | 0.60 | 0.19 | 0 | 0.25 | 199.3 | 0.47 | 0.52 |
| Hex | 4C | 9A | BF | 3C | 13 | 0 | 19 | C7 | 2F | 34 |
| Octal | 114 | 232 | 277 | 74 | 23 | 0 | 31 | 307 | 57 | 64 |
| Binary | 1001100 | 10011010 | 10111111 | 111100 | 10011 | 0 | 11001 | 11000111 | 101111 | 110100 |
Color Harmonies of #4C9ABF
Complementary color
Monochromatic Colors of #4C9ABF
Black with #4C9ABF
Text Example
Text Example
White with #4C9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9ABF; }
p { color: rgb(76,154,191); }
H1.HeaderClassName
{
color: #4C9ABF;
}
.AnyTagClassName
{
color: #4C9ABF;
}
</style>
background-color css
<style>
a { background-color: #4C9ABF; }
a { background-color: rgb(76,154,191); }
div.DivClassName
{
background-color: #4C9ABF;
}
.BgClassName
{
background-color: #4C9ABF;
}
</style>
border-color css
<style>
span { border-color: #4C9ABF; }
span { border-color: rgb(76,154,191); }
td.TdClassName
{
border-color: #4C9ABF;
}
.TagClassName
{
border-color: #4C9ABF;
}
</style>