Shades of East Bay #4C576C
Tints of East Bay #4C576C
RGB
CMYK
RGB Variations
Color information
#4C576C (or 0x4C576C) is known color: East Bay. HEX triplet: 4C, 57 and 6C. RGB value is (76,87,108). Sum of RGB (Red+Green+Blue) = 76+87+108=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C576C is #B3A893. Grayscale: #565656. Windows color (decimal): -11774100 or 7100236. OLE color: 7100236.
HSL color Cylindrical-coordinate representation of color #4C576C: hue angle of 219.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C576C is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 87 | 108 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.58 |
| HSL | 219.38º | 0.17% | 0.36% | - |
| HSV(B) | 219.38º | 0.3% | 0.42% | - |
| XYZ | 9.1 | 9.44 | 15.53 | - |
| YUV | 86.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 108 | 0.30 | 0.19 | 0 | 0.58 | 219.38 | 0.17 | 0.36 |
| Hex | 4C | 57 | 6C | 1E | 13 | 0 | 3A | DB | 11 | 24 |
| Octal | 114 | 127 | 154 | 36 | 23 | 0 | 72 | 333 | 21 | 44 |
| Binary | 1001100 | 1010111 | 1101100 | 11110 | 10011 | 0 | 111010 | 11011011 | 10001 | 100100 |
Color Harmonies of #4C576C
Complementary color
Monochromatic Colors of #4C576C
Black with #4C576C
Text Example
Text Example
White with #4C576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C576C; }
p { color: rgb(76,87,108); }
H1.HeaderClassName
{
color: #4C576C;
}
.AnyTagClassName
{
color: #4C576C;
}
</style>
background-color css
<style>
a { background-color: #4C576C; }
a { background-color: rgb(76,87,108); }
div.DivClassName
{
background-color: #4C576C;
}
.BgClassName
{
background-color: #4C576C;
}
</style>
border-color css
<style>
span { border-color: #4C576C; }
span { border-color: rgb(76,87,108); }
td.TdClassName
{
border-color: #4C576C;
}
.TagClassName
{
border-color: #4C576C;
}
</style>