Shades of East Bay #4D556F
Tints of East Bay #4D556F
RGB
CMYK
RGB Variations
Color information
#4D556F (or 0x4D556F) is known color: East Bay. HEX triplet: 4D, 55 and 6F. RGB value is (77,85,111). Sum of RGB (Red+Green+Blue) = 77+85+111=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D556F is #B2AA90. Grayscale: #555555. Windows color (decimal): -11709073 or 7296333. OLE color: 7296333.
HSL color Cylindrical-coordinate representation of color #4D556F: hue angle of 225.88º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D556F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 85 | 111 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.56 |
| HSL | 225.88º | 0.18% | 0.37% | - |
| HSV(B) | 225.88º | 0.31% | 0.44% | - |
| XYZ | 9.18 | 9.22 | 16.34 | - |
| YUV | 85.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 111 | 0.31 | 0.23 | 0 | 0.56 | 225.88 | 0.18 | 0.37 |
| Hex | 4D | 55 | 6F | 1F | 17 | 0 | 38 | E2 | 12 | 25 |
| Octal | 115 | 125 | 157 | 37 | 27 | 0 | 70 | 342 | 22 | 45 |
| Binary | 1001101 | 1010101 | 1101111 | 11111 | 10111 | 0 | 111000 | 11100010 | 10010 | 100101 |
Color Harmonies of #4D556F
Complementary color
Monochromatic Colors of #4D556F
Black with #4D556F
Text Example
Text Example
White with #4D556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D556F; }
p { color: rgb(77,85,111); }
H1.HeaderClassName
{
color: #4D556F;
}
.AnyTagClassName
{
color: #4D556F;
}
</style>
background-color css
<style>
a { background-color: #4D556F; }
a { background-color: rgb(77,85,111); }
div.DivClassName
{
background-color: #4D556F;
}
.BgClassName
{
background-color: #4D556F;
}
</style>
border-color css
<style>
span { border-color: #4D556F; }
span { border-color: rgb(77,85,111); }
td.TdClassName
{
border-color: #4D556F;
}
.TagClassName
{
border-color: #4D556F;
}
</style>