Shades of East Bay #4D546C
Tints of East Bay #4D546C
RGB
CMYK
RGB Variations
Color information
#4D546C (or 0x4D546C) is known color: East Bay. HEX triplet: 4D, 54 and 6C. RGB value is (77,84,108). Sum of RGB (Red+Green+Blue) = 77+84+108=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D546C is #B2AB93. Grayscale: #545454. Windows color (decimal): -11709332 or 7099469. OLE color: 7099469.
HSL color Cylindrical-coordinate representation of color #4D546C: hue angle of 226.45º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D546C is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 84 | 108 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.58 |
| HSL | 226.45º | 0.17% | 0.36% | - |
| HSV(B) | 226.45º | 0.29% | 0.42% | - |
| XYZ | 8.94 | 9 | 15.45 | - |
| YUV | 84.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 108 | 0.29 | 0.22 | 0 | 0.58 | 226.45 | 0.17 | 0.36 |
| Hex | 4D | 54 | 6C | 1D | 16 | 0 | 3A | E2 | 11 | 24 |
| Octal | 115 | 124 | 154 | 35 | 26 | 0 | 72 | 342 | 21 | 44 |
| Binary | 1001101 | 1010100 | 1101100 | 11101 | 10110 | 0 | 111010 | 11100010 | 10001 | 100100 |
Color Harmonies of #4D546C
Complementary color
Monochromatic Colors of #4D546C
Black with #4D546C
Text Example
Text Example
White with #4D546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D546C; }
p { color: rgb(77,84,108); }
H1.HeaderClassName
{
color: #4D546C;
}
.AnyTagClassName
{
color: #4D546C;
}
</style>
background-color css
<style>
a { background-color: #4D546C; }
a { background-color: rgb(77,84,108); }
div.DivClassName
{
background-color: #4D546C;
}
.BgClassName
{
background-color: #4D546C;
}
</style>
border-color css
<style>
span { border-color: #4D546C; }
span { border-color: rgb(77,84,108); }
td.TdClassName
{
border-color: #4D546C;
}
.TagClassName
{
border-color: #4D546C;
}
</style>