Shades of East Bay #4C5172
Tints of East Bay #4C5172
RGB
CMYK
RGB Variations
Color information
#4C5172 (or 0x4C5172) is known color: East Bay. HEX triplet: 4C, 51 and 72. RGB value is (76,81,114). Sum of RGB (Red+Green+Blue) = 76+81+114=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5172 is #B3AE8D. Grayscale: #535353. Windows color (decimal): -11775630 or 7491916. OLE color: 7491916.
HSL color Cylindrical-coordinate representation of color #4C5172: hue angle of 232.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5172 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 81 | 114 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.55 |
| HSL | 232.11º | 0.2% | 0.37% | - |
| HSV(B) | 232.11º | 0.33% | 0.45% | - |
| XYZ | 8.96 | 8.64 | 17.11 | - |
| YUV | 83.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 114 | 0.33 | 0.29 | 0 | 0.55 | 232.11 | 0.2 | 0.37 |
| Hex | 4C | 51 | 72 | 21 | 1D | 0 | 37 | E8 | 14 | 25 |
| Octal | 114 | 121 | 162 | 41 | 35 | 0 | 67 | 350 | 24 | 45 |
| Binary | 1001100 | 1010001 | 1110010 | 100001 | 11101 | 0 | 110111 | 11101000 | 10100 | 100101 |
Color Harmonies of #4C5172
Complementary color
Monochromatic Colors of #4C5172
Black with #4C5172
Text Example
Text Example
White with #4C5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5172; }
p { color: rgb(76,81,114); }
H1.HeaderClassName
{
color: #4C5172;
}
.AnyTagClassName
{
color: #4C5172;
}
</style>
background-color css
<style>
a { background-color: #4C5172; }
a { background-color: rgb(76,81,114); }
div.DivClassName
{
background-color: #4C5172;
}
.BgClassName
{
background-color: #4C5172;
}
</style>
border-color css
<style>
span { border-color: #4C5172; }
span { border-color: rgb(76,81,114); }
td.TdClassName
{
border-color: #4C5172;
}
.TagClassName
{
border-color: #4C5172;
}
</style>