Shades of East Bay #4C5264
Tints of East Bay #4C5264
RGB
CMYK
RGB Variations
Color information
#4C5264 (or 0x4C5264) is known color: East Bay. HEX triplet: 4C, 52 and 64. RGB value is (76,82,100). Sum of RGB (Red+Green+Blue) = 76+82+100=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C5264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5264 is #B3AD9B. Grayscale: #525252. Windows color (decimal): -11775388 or 6574668. OLE color: 6574668.
HSL color Cylindrical-coordinate representation of color #4C5264: hue angle of 225º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C5264 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 82 | 100 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.61 |
| HSL | 225º | 0.14% | 0.35% | - |
| HSV(B) | 225º | 0.24% | 0.39% | - |
| XYZ | 8.3 | 8.49 | 13.26 | - |
| YUV | 82.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 100 | 0.24 | 0.18 | 0 | 0.61 | 225 | 0.14 | 0.35 |
| Hex | 4C | 52 | 64 | 18 | 12 | 0 | 3D | E1 | E | 23 |
| Octal | 114 | 122 | 144 | 30 | 22 | 0 | 75 | 341 | 16 | 43 |
| Binary | 1001100 | 1010010 | 1100100 | 11000 | 10010 | 0 | 111101 | 11100001 | 1110 | 100011 |
Color Harmonies of #4C5264
Complementary color
Monochromatic Colors of #4C5264
Black with #4C5264
Text Example
Text Example
White with #4C5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5264; }
p { color: rgb(76,82,100); }
H1.HeaderClassName
{
color: #4C5264;
}
.AnyTagClassName
{
color: #4C5264;
}
</style>
background-color css
<style>
a { background-color: #4C5264; }
a { background-color: rgb(76,82,100); }
div.DivClassName
{
background-color: #4C5264;
}
.BgClassName
{
background-color: #4C5264;
}
</style>
border-color css
<style>
span { border-color: #4C5264; }
span { border-color: rgb(76,82,100); }
td.TdClassName
{
border-color: #4C5264;
}
.TagClassName
{
border-color: #4C5264;
}
</style>