Shades of East Bay #4D5565
Tints of East Bay #4D5565
RGB
CMYK
RGB Variations
Color information
#4D5565 (or 0x4D5565) is known color: East Bay. HEX triplet: 4D, 55 and 65. RGB value is (77,85,101). Sum of RGB (Red+Green+Blue) = 77+85+101=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5565 is #B2AA9A. Grayscale: #545454. Windows color (decimal): -11709083 or 6640973. OLE color: 6640973.
HSL color Cylindrical-coordinate representation of color #4D5565: hue angle of 220º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5565 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 85 | 101 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.60 |
| HSL | 220º | 0.13% | 0.35% | - |
| HSV(B) | 220º | 0.24% | 0.4% | - |
| XYZ | 8.66 | 9.01 | 13.6 | - |
| YUV | 84.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 101 | 0.24 | 0.16 | 0 | 0.60 | 220 | 0.13 | 0.35 |
| Hex | 4D | 55 | 65 | 18 | 10 | 0 | 3C | DC | D | 23 |
| Octal | 115 | 125 | 145 | 30 | 20 | 0 | 74 | 334 | 15 | 43 |
| Binary | 1001101 | 1010101 | 1100101 | 11000 | 10000 | 0 | 111100 | 11011100 | 1101 | 100011 |
Color Harmonies of #4D5565
Complementary color
Monochromatic Colors of #4D5565
Black with #4D5565
Text Example
Text Example
White with #4D5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5565; }
p { color: rgb(77,85,101); }
H1.HeaderClassName
{
color: #4D5565;
}
.AnyTagClassName
{
color: #4D5565;
}
</style>
background-color css
<style>
a { background-color: #4D5565; }
a { background-color: rgb(77,85,101); }
div.DivClassName
{
background-color: #4D5565;
}
.BgClassName
{
background-color: #4D5565;
}
</style>
border-color css
<style>
span { border-color: #4D5565; }
span { border-color: rgb(77,85,101); }
td.TdClassName
{
border-color: #4D5565;
}
.TagClassName
{
border-color: #4D5565;
}
</style>