Shades of East Bay #4C5475
Tints of East Bay #4C5475
RGB
CMYK
RGB Variations
Color information
#4C5475 (or 0x4C5475) is known color: East Bay. HEX triplet: 4C, 54 and 75. RGB value is (76,84,117). Sum of RGB (Red+Green+Blue) = 76+84+117=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C5475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5475 is #B3AB8A. Grayscale: #555555. Windows color (decimal): -11774859 or 7689292. OLE color: 7689292.
HSL color Cylindrical-coordinate representation of color #4C5475: hue angle of 228.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C5475 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 84 | 117 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.54 |
| HSL | 228.29º | 0.21% | 0.38% | - |
| HSV(B) | 228.29º | 0.35% | 0.46% | - |
| XYZ | 9.36 | 9.16 | 18.1 | - |
| YUV | 85.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 117 | 0.35 | 0.28 | 0 | 0.54 | 228.29 | 0.21 | 0.38 |
| Hex | 4C | 54 | 75 | 23 | 1C | 0 | 36 | E4 | 15 | 26 |
| Octal | 114 | 124 | 165 | 43 | 34 | 0 | 66 | 344 | 25 | 46 |
| Binary | 1001100 | 1010100 | 1110101 | 100011 | 11100 | 0 | 110110 | 11100100 | 10101 | 100110 |
Color Harmonies of #4C5475
Complementary color
Monochromatic Colors of #4C5475
Black with #4C5475
Text Example
Text Example
White with #4C5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5475; }
p { color: rgb(76,84,117); }
H1.HeaderClassName
{
color: #4C5475;
}
.AnyTagClassName
{
color: #4C5475;
}
</style>
background-color css
<style>
a { background-color: #4C5475; }
a { background-color: rgb(76,84,117); }
div.DivClassName
{
background-color: #4C5475;
}
.BgClassName
{
background-color: #4C5475;
}
</style>
border-color css
<style>
span { border-color: #4C5475; }
span { border-color: rgb(76,84,117); }
td.TdClassName
{
border-color: #4C5475;
}
.TagClassName
{
border-color: #4C5475;
}
</style>