Shades of East Bay #4C546C
Tints of East Bay #4C546C
RGB
CMYK
RGB Variations
Color information
#4C546C (or 0x4C546C) is known color: East Bay. HEX triplet: 4C, 54 and 6C. RGB value is (76,84,108). Sum of RGB (Red+Green+Blue) = 76+84+108=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C546C is #B3AB93. Grayscale: #545454. Windows color (decimal): -11774868 or 7099468. OLE color: 7099468.
HSL color Cylindrical-coordinate representation of color #4C546C: hue angle of 225º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C546C is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 84 | 108 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.58 |
| HSL | 225º | 0.17% | 0.36% | - |
| HSV(B) | 225º | 0.3% | 0.42% | - |
| XYZ | 8.86 | 8.96 | 15.45 | - |
| YUV | 84.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 108 | 0.30 | 0.22 | 0 | 0.58 | 225 | 0.17 | 0.36 |
| Hex | 4C | 54 | 6C | 1E | 16 | 0 | 3A | E1 | 11 | 24 |
| Octal | 114 | 124 | 154 | 36 | 26 | 0 | 72 | 341 | 21 | 44 |
| Binary | 1001100 | 1010100 | 1101100 | 11110 | 10110 | 0 | 111010 | 11100001 | 10001 | 100100 |
Color Harmonies of #4C546C
Complementary color
Monochromatic Colors of #4C546C
Black with #4C546C
Text Example
Text Example
White with #4C546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C546C; }
p { color: rgb(76,84,108); }
H1.HeaderClassName
{
color: #4C546C;
}
.AnyTagClassName
{
color: #4C546C;
}
</style>
background-color css
<style>
a { background-color: #4C546C; }
a { background-color: rgb(76,84,108); }
div.DivClassName
{
background-color: #4C546C;
}
.BgClassName
{
background-color: #4C546C;
}
</style>
border-color css
<style>
span { border-color: #4C546C; }
span { border-color: rgb(76,84,108); }
td.TdClassName
{
border-color: #4C546C;
}
.TagClassName
{
border-color: #4C546C;
}
</style>