Shades of East Bay #4C576E
Tints of East Bay #4C576E
RGB
CMYK
RGB Variations
Color information
#4C576E (or 0x4C576E) is known color: East Bay. HEX triplet: 4C, 57 and 6E. RGB value is (76,87,110). Sum of RGB (Red+Green+Blue) = 76+87+110=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C576E is #B3A891. Grayscale: #565656. Windows color (decimal): -11774098 or 7231308. OLE color: 7231308.
HSL color Cylindrical-coordinate representation of color #4C576E: hue angle of 220.59º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C576E is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 87 | 110 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.57 |
| HSL | 220.59º | 0.18% | 0.36% | - |
| HSV(B) | 220.59º | 0.31% | 0.43% | - |
| XYZ | 9.2 | 9.48 | 16.1 | - |
| YUV | 86.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 110 | 0.31 | 0.21 | 0 | 0.57 | 220.59 | 0.18 | 0.36 |
| Hex | 4C | 57 | 6E | 1F | 15 | 0 | 39 | DD | 12 | 24 |
| Octal | 114 | 127 | 156 | 37 | 25 | 0 | 71 | 335 | 22 | 44 |
| Binary | 1001100 | 1010111 | 1101110 | 11111 | 10101 | 0 | 111001 | 11011101 | 10010 | 100100 |
Color Harmonies of #4C576E
Complementary color
Monochromatic Colors of #4C576E
Black with #4C576E
Text Example
Text Example
White with #4C576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C576E; }
p { color: rgb(76,87,110); }
H1.HeaderClassName
{
color: #4C576E;
}
.AnyTagClassName
{
color: #4C576E;
}
</style>
background-color css
<style>
a { background-color: #4C576E; }
a { background-color: rgb(76,87,110); }
div.DivClassName
{
background-color: #4C576E;
}
.BgClassName
{
background-color: #4C576E;
}
</style>
border-color css
<style>
span { border-color: #4C576E; }
span { border-color: rgb(76,87,110); }
td.TdClassName
{
border-color: #4C576E;
}
.TagClassName
{
border-color: #4C576E;
}
</style>