Shades of East Bay #4C5268
Tints of East Bay #4C5268
RGB
CMYK
RGB Variations
Color information
#4C5268 (or 0x4C5268) is known color: East Bay. HEX triplet: 4C, 52 and 68. RGB value is (76,82,104). Sum of RGB (Red+Green+Blue) = 76+82+104=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C5268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5268 is #B3AD97. Grayscale: #525252. Windows color (decimal): -11775384 or 6836812. OLE color: 6836812.
HSL color Cylindrical-coordinate representation of color #4C5268: hue angle of 227.14º 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 #4C5268 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 82 | 104 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.59 |
| HSL | 227.14º | 0.16% | 0.35% | - |
| HSV(B) | 227.14º | 0.27% | 0.41% | - |
| XYZ | 8.5 | 8.57 | 14.3 | - |
| YUV | 82.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 104 | 0.27 | 0.21 | 0 | 0.59 | 227.14 | 0.16 | 0.35 |
| Hex | 4C | 52 | 68 | 1B | 15 | 0 | 3B | E3 | 10 | 23 |
| Octal | 114 | 122 | 150 | 33 | 25 | 0 | 73 | 343 | 20 | 43 |
| Binary | 1001100 | 1010010 | 1101000 | 11011 | 10101 | 0 | 111011 | 11100011 | 10000 | 100011 |
Color Harmonies of #4C5268
Complementary color
Monochromatic Colors of #4C5268
Black with #4C5268
Text Example
Text Example
White with #4C5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5268; }
p { color: rgb(76,82,104); }
H1.HeaderClassName
{
color: #4C5268;
}
.AnyTagClassName
{
color: #4C5268;
}
</style>
background-color css
<style>
a { background-color: #4C5268; }
a { background-color: rgb(76,82,104); }
div.DivClassName
{
background-color: #4C5268;
}
.BgClassName
{
background-color: #4C5268;
}
</style>
border-color css
<style>
span { border-color: #4C5268; }
span { border-color: rgb(76,82,104); }
td.TdClassName
{
border-color: #4C5268;
}
.TagClassName
{
border-color: #4C5268;
}
</style>