Shades of East Bay #4D5372
Tints of East Bay #4D5372
RGB
CMYK
RGB Variations
Color information
#4D5372 (or 0x4D5372) is known color: East Bay. HEX triplet: 4D, 53 and 72. RGB value is (77,83,114). Sum of RGB (Red+Green+Blue) = 77+83+114=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5372 is #B2AC8D. Grayscale: #545454. Windows color (decimal): -11709582 or 7492429. OLE color: 7492429.
HSL color Cylindrical-coordinate representation of color #4D5372: hue angle of 230.27º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5372 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 83 | 114 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.55 |
| HSL | 230.27º | 0.19% | 0.37% | - |
| HSV(B) | 230.27º | 0.32% | 0.45% | - |
| XYZ | 9.19 | 8.98 | 17.17 | - |
| YUV | 84.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 114 | 0.32 | 0.27 | 0 | 0.55 | 230.27 | 0.19 | 0.37 |
| Hex | 4D | 53 | 72 | 20 | 1B | 0 | 37 | E6 | 13 | 25 |
| Octal | 115 | 123 | 162 | 40 | 33 | 0 | 67 | 346 | 23 | 45 |
| Binary | 1001101 | 1010011 | 1110010 | 100000 | 11011 | 0 | 110111 | 11100110 | 10011 | 100101 |
Color Harmonies of #4D5372
Complementary color
Monochromatic Colors of #4D5372
Black with #4D5372
Text Example
Text Example
White with #4D5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5372; }
p { color: rgb(77,83,114); }
H1.HeaderClassName
{
color: #4D5372;
}
.AnyTagClassName
{
color: #4D5372;
}
</style>
background-color css
<style>
a { background-color: #4D5372; }
a { background-color: rgb(77,83,114); }
div.DivClassName
{
background-color: #4D5372;
}
.BgClassName
{
background-color: #4D5372;
}
</style>
border-color css
<style>
span { border-color: #4D5372; }
span { border-color: rgb(77,83,114); }
td.TdClassName
{
border-color: #4D5372;
}
.TagClassName
{
border-color: #4D5372;
}
</style>