Shades of East Bay #4D5371
Tints of East Bay #4D5371
RGB
CMYK
RGB Variations
Color information
#4D5371 (or 0x4D5371) is known color: East Bay. HEX triplet: 4D, 53 and 71. RGB value is (77,83,113). Sum of RGB (Red+Green+Blue) = 77+83+113=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5371 is #B2AC8E. Grayscale: #545454. Windows color (decimal): -11709583 or 7426893. OLE color: 7426893.
HSL color Cylindrical-coordinate representation of color #4D5371: hue angle of 230º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5371 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 83 | 113 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.56 |
| HSL | 230º | 0.19% | 0.37% | - |
| HSV(B) | 230º | 0.32% | 0.44% | - |
| XYZ | 9.13 | 8.96 | 16.87 | - |
| YUV | 84.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 113 | 0.32 | 0.27 | 0 | 0.56 | 230 | 0.19 | 0.37 |
| Hex | 4D | 53 | 71 | 20 | 1B | 0 | 38 | E6 | 13 | 25 |
| Octal | 115 | 123 | 161 | 40 | 33 | 0 | 70 | 346 | 23 | 45 |
| Binary | 1001101 | 1010011 | 1110001 | 100000 | 11011 | 0 | 111000 | 11100110 | 10011 | 100101 |
Color Harmonies of #4D5371
Complementary color
Monochromatic Colors of #4D5371
Black with #4D5371
Text Example
Text Example
White with #4D5371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5371; }
p { color: rgb(77,83,113); }
H1.HeaderClassName
{
color: #4D5371;
}
.AnyTagClassName
{
color: #4D5371;
}
</style>
background-color css
<style>
a { background-color: #4D5371; }
a { background-color: rgb(77,83,113); }
div.DivClassName
{
background-color: #4D5371;
}
.BgClassName
{
background-color: #4D5371;
}
</style>
border-color css
<style>
span { border-color: #4D5371; }
span { border-color: rgb(77,83,113); }
td.TdClassName
{
border-color: #4D5371;
}
.TagClassName
{
border-color: #4D5371;
}
</style>