Shades of East Bay #4C576B
Tints of East Bay #4C576B
RGB
CMYK
RGB Variations
Color information
#4C576B (or 0x4C576B) is known color: East Bay. HEX triplet: 4C, 57 and 6B. RGB value is (76,87,107). Sum of RGB (Red+Green+Blue) = 76+87+107=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C576B is #B3A894. Grayscale: #555555. Windows color (decimal): -11774101 or 7034700. OLE color: 7034700.
HSL color Cylindrical-coordinate representation of color #4C576B: hue angle of 218.71º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C576B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 87 | 107 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.58 |
| HSL | 218.71º | 0.17% | 0.36% | - |
| HSV(B) | 218.71º | 0.29% | 0.42% | - |
| XYZ | 9.04 | 9.41 | 15.25 | - |
| YUV | 85.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 107 | 0.29 | 0.19 | 0 | 0.58 | 218.71 | 0.17 | 0.36 |
| Hex | 4C | 57 | 6B | 1D | 13 | 0 | 3A | DB | 11 | 24 |
| Octal | 114 | 127 | 153 | 35 | 23 | 0 | 72 | 333 | 21 | 44 |
| Binary | 1001100 | 1010111 | 1101011 | 11101 | 10011 | 0 | 111010 | 11011011 | 10001 | 100100 |
Color Harmonies of #4C576B
Complementary color
Monochromatic Colors of #4C576B
Black with #4C576B
Text Example
Text Example
White with #4C576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C576B; }
p { color: rgb(76,87,107); }
H1.HeaderClassName
{
color: #4C576B;
}
.AnyTagClassName
{
color: #4C576B;
}
</style>
background-color css
<style>
a { background-color: #4C576B; }
a { background-color: rgb(76,87,107); }
div.DivClassName
{
background-color: #4C576B;
}
.BgClassName
{
background-color: #4C576B;
}
</style>
border-color css
<style>
span { border-color: #4C576B; }
span { border-color: rgb(76,87,107); }
td.TdClassName
{
border-color: #4C576B;
}
.TagClassName
{
border-color: #4C576B;
}
</style>