Shades of East Bay #4C526D
Tints of East Bay #4C526D
RGB
CMYK
RGB Variations
Color information
#4C526D (or 0x4C526D) is known color: East Bay. HEX triplet: 4C, 52 and 6D. RGB value is (76,82,109). Sum of RGB (Red+Green+Blue) = 76+82+109=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C526D is #B3AD92. Grayscale: #535353. Windows color (decimal): -11775379 or 7164492. OLE color: 7164492.
HSL color Cylindrical-coordinate representation of color #4C526D: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C526D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 82 | 109 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.57 |
| HSL | 229.09º | 0.18% | 0.36% | - |
| HSV(B) | 229.09º | 0.3% | 0.43% | - |
| XYZ | 8.76 | 8.68 | 15.68 | - |
| YUV | 83.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 109 | 0.30 | 0.25 | 0 | 0.57 | 229.09 | 0.18 | 0.36 |
| Hex | 4C | 52 | 6D | 1E | 19 | 0 | 39 | E5 | 12 | 24 |
| Octal | 114 | 122 | 155 | 36 | 31 | 0 | 71 | 345 | 22 | 44 |
| Binary | 1001100 | 1010010 | 1101101 | 11110 | 11001 | 0 | 111001 | 11100101 | 10010 | 100100 |
Color Harmonies of #4C526D
Complementary color
Monochromatic Colors of #4C526D
Black with #4C526D
Text Example
Text Example
White with #4C526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C526D; }
p { color: rgb(76,82,109); }
H1.HeaderClassName
{
color: #4C526D;
}
.AnyTagClassName
{
color: #4C526D;
}
</style>
background-color css
<style>
a { background-color: #4C526D; }
a { background-color: rgb(76,82,109); }
div.DivClassName
{
background-color: #4C526D;
}
.BgClassName
{
background-color: #4C526D;
}
</style>
border-color css
<style>
span { border-color: #4C526D; }
span { border-color: rgb(76,82,109); }
td.TdClassName
{
border-color: #4C526D;
}
.TagClassName
{
border-color: #4C526D;
}
</style>