Shades of Shakespeare #4C9FBA
Tints of Shakespeare #4C9FBA
RGB
CMYK
RGB Variations
Color information
#4C9FBA (or 0x4C9FBA) is known color: Shakespeare. HEX triplet: 4C, 9F and BA. RGB value is (76,159,186). Sum of RGB (Red+Green+Blue) = 76+159+186=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C9FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FBA is #B36045. Grayscale: #898989. Windows color (decimal): -11755590 or 12230476. OLE color: 12230476.
HSL color Cylindrical-coordinate representation of color #4C9FBA: hue angle of 194.73º 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 #4C9FBA is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 159 | 186 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.27 |
| HSL | 194.73º | 0.44% | 0.51% | - |
| HSV(B) | 194.73º | 0.59% | 0.73% | - |
| XYZ | 24.24 | 29.88 | 50.94 | - |
| YUV | 137.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 186 | 0.59 | 0.15 | 0 | 0.27 | 194.73 | 0.44 | 0.51 |
| Hex | 4C | 9F | BA | 3B | F | 0 | 1B | C3 | 2C | 33 |
| Octal | 114 | 237 | 272 | 73 | 17 | 0 | 33 | 303 | 54 | 63 |
| Binary | 1001100 | 10011111 | 10111010 | 111011 | 1111 | 0 | 11011 | 11000011 | 101100 | 110011 |
Color Harmonies of #4C9FBA
Complementary color
Monochromatic Colors of #4C9FBA
Black with #4C9FBA
Text Example
Text Example
White with #4C9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9FBA; }
p { color: rgb(76,159,186); }
H1.HeaderClassName
{
color: #4C9FBA;
}
.AnyTagClassName
{
color: #4C9FBA;
}
</style>
background-color css
<style>
a { background-color: #4C9FBA; }
a { background-color: rgb(76,159,186); }
div.DivClassName
{
background-color: #4C9FBA;
}
.BgClassName
{
background-color: #4C9FBA;
}
</style>
border-color css
<style>
span { border-color: #4C9FBA; }
span { border-color: rgb(76,159,186); }
td.TdClassName
{
border-color: #4C9FBA;
}
.TagClassName
{
border-color: #4C9FBA;
}
</style>