Shades of East Bay #4C5463
Tints of East Bay #4C5463
RGB
CMYK
RGB Variations
Color information
#4C5463 (or 0x4C5463) is known color: East Bay. HEX triplet: 4C, 54 and 63. RGB value is (76,84,99). Sum of RGB (Red+Green+Blue) = 76+84+99=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5463 is #B3AB9C. Grayscale: #535353. Windows color (decimal): -11774877 or 6509644. OLE color: 6509644.
HSL color Cylindrical-coordinate representation of color #4C5463: hue angle of 219.13º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5463 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 84 | 99 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.61 |
| HSL | 219.13º | 0.13% | 0.34% | - |
| HSV(B) | 219.13º | 0.23% | 0.39% | - |
| XYZ | 8.4 | 8.78 | 13.06 | - |
| YUV | 83.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 99 | 0.23 | 0.15 | 0 | 0.61 | 219.13 | 0.13 | 0.34 |
| Hex | 4C | 54 | 63 | 17 | F | 0 | 3D | DB | D | 22 |
| Octal | 114 | 124 | 143 | 27 | 17 | 0 | 75 | 333 | 15 | 42 |
| Binary | 1001100 | 1010100 | 1100011 | 10111 | 1111 | 0 | 111101 | 11011011 | 1101 | 100010 |
Color Harmonies of #4C5463
Complementary color
Monochromatic Colors of #4C5463
Black with #4C5463
Text Example
Text Example
White with #4C5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5463; }
p { color: rgb(76,84,99); }
H1.HeaderClassName
{
color: #4C5463;
}
.AnyTagClassName
{
color: #4C5463;
}
</style>
background-color css
<style>
a { background-color: #4C5463; }
a { background-color: rgb(76,84,99); }
div.DivClassName
{
background-color: #4C5463;
}
.BgClassName
{
background-color: #4C5463;
}
</style>
border-color css
<style>
span { border-color: #4C5463; }
span { border-color: rgb(76,84,99); }
td.TdClassName
{
border-color: #4C5463;
}
.TagClassName
{
border-color: #4C5463;
}
</style>