Shades of East Bay #4C5468
Tints of East Bay #4C5468
RGB
CMYK
RGB Variations
Color information
#4C5468 (or 0x4C5468) is known color: East Bay. HEX triplet: 4C, 54 and 68. RGB value is (76,84,104). Sum of RGB (Red+Green+Blue) = 76+84+104=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C5468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5468 is #B3AB97. Grayscale: #535353. Windows color (decimal): -11774872 or 6837324. OLE color: 6837324.
HSL color Cylindrical-coordinate representation of color #4C5468: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5468 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 84 | 104 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.59 |
| HSL | 222.86º | 0.16% | 0.35% | - |
| HSV(B) | 222.86º | 0.27% | 0.41% | - |
| XYZ | 8.65 | 8.88 | 14.35 | - |
| YUV | 83.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 104 | 0.27 | 0.19 | 0 | 0.59 | 222.86 | 0.16 | 0.35 |
| Hex | 4C | 54 | 68 | 1B | 13 | 0 | 3B | DF | 10 | 23 |
| Octal | 114 | 124 | 150 | 33 | 23 | 0 | 73 | 337 | 20 | 43 |
| Binary | 1001100 | 1010100 | 1101000 | 11011 | 10011 | 0 | 111011 | 11011111 | 10000 | 100011 |
Color Harmonies of #4C5468
Complementary color
Monochromatic Colors of #4C5468
Black with #4C5468
Text Example
Text Example
White with #4C5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5468; }
p { color: rgb(76,84,104); }
H1.HeaderClassName
{
color: #4C5468;
}
.AnyTagClassName
{
color: #4C5468;
}
</style>
background-color css
<style>
a { background-color: #4C5468; }
a { background-color: rgb(76,84,104); }
div.DivClassName
{
background-color: #4C5468;
}
.BgClassName
{
background-color: #4C5468;
}
</style>
border-color css
<style>
span { border-color: #4C5468; }
span { border-color: rgb(76,84,104); }
td.TdClassName
{
border-color: #4C5468;
}
.TagClassName
{
border-color: #4C5468;
}
</style>