Shades of East Bay #4C5373
Tints of East Bay #4C5373
RGB
CMYK
RGB Variations
Color information
#4C5373 (or 0x4C5373) is known color: East Bay. HEX triplet: 4C, 53 and 73. RGB value is (76,83,115). Sum of RGB (Red+Green+Blue) = 76+83+115=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C5373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5373 is #B3AC8C. Grayscale: #545454. Windows color (decimal): -11775117 or 7557964. OLE color: 7557964.
HSL color Cylindrical-coordinate representation of color #4C5373: hue angle of 229.23º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5373 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 83 | 115 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.55 |
| HSL | 229.23º | 0.2% | 0.37% | - |
| HSV(B) | 229.23º | 0.34% | 0.45% | - |
| XYZ | 9.17 | 8.96 | 17.47 | - |
| YUV | 84.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 115 | 0.34 | 0.28 | 0 | 0.55 | 229.23 | 0.2 | 0.37 |
| Hex | 4C | 53 | 73 | 22 | 1C | 0 | 37 | E5 | 14 | 25 |
| Octal | 114 | 123 | 163 | 42 | 34 | 0 | 67 | 345 | 24 | 45 |
| Binary | 1001100 | 1010011 | 1110011 | 100010 | 11100 | 0 | 110111 | 11100101 | 10100 | 100101 |
Color Harmonies of #4C5373
Complementary color
Monochromatic Colors of #4C5373
Black with #4C5373
Text Example
Text Example
White with #4C5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5373; }
p { color: rgb(76,83,115); }
H1.HeaderClassName
{
color: #4C5373;
}
.AnyTagClassName
{
color: #4C5373;
}
</style>
background-color css
<style>
a { background-color: #4C5373; }
a { background-color: rgb(76,83,115); }
div.DivClassName
{
background-color: #4C5373;
}
.BgClassName
{
background-color: #4C5373;
}
</style>
border-color css
<style>
span { border-color: #4C5373; }
span { border-color: rgb(76,83,115); }
td.TdClassName
{
border-color: #4C5373;
}
.TagClassName
{
border-color: #4C5373;
}
</style>