Shades of East Bay #4D5471
Tints of East Bay #4D5471
RGB
CMYK
RGB Variations
Color information
#4D5471 (or 0x4D5471) is known color: East Bay. HEX triplet: 4D, 54 and 71. RGB value is (77,84,113). Sum of RGB (Red+Green+Blue) = 77+84+113=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5471 is #B2AB8E. Grayscale: #555555. Windows color (decimal): -11709327 or 7427149. OLE color: 7427149.
HSL color Cylindrical-coordinate representation of color #4D5471: hue angle of 228.33º 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 #4D5471 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 84 | 113 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.56 |
| HSL | 228.33º | 0.19% | 0.37% | - |
| HSV(B) | 228.33º | 0.32% | 0.44% | - |
| XYZ | 9.21 | 9.11 | 16.9 | - |
| YUV | 85.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 113 | 0.32 | 0.26 | 0 | 0.56 | 228.33 | 0.19 | 0.37 |
| Hex | 4D | 54 | 71 | 20 | 1A | 0 | 38 | E4 | 13 | 25 |
| Octal | 115 | 124 | 161 | 40 | 32 | 0 | 70 | 344 | 23 | 45 |
| Binary | 1001101 | 1010100 | 1110001 | 100000 | 11010 | 0 | 111000 | 11100100 | 10011 | 100101 |
Color Harmonies of #4D5471
Complementary color
Monochromatic Colors of #4D5471
Black with #4D5471
Text Example
Text Example
White with #4D5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5471; }
p { color: rgb(77,84,113); }
H1.HeaderClassName
{
color: #4D5471;
}
.AnyTagClassName
{
color: #4D5471;
}
</style>
background-color css
<style>
a { background-color: #4D5471; }
a { background-color: rgb(77,84,113); }
div.DivClassName
{
background-color: #4D5471;
}
.BgClassName
{
background-color: #4D5471;
}
</style>
border-color css
<style>
span { border-color: #4D5471; }
span { border-color: rgb(77,84,113); }
td.TdClassName
{
border-color: #4D5471;
}
.TagClassName
{
border-color: #4D5471;
}
</style>