Shades of East Bay #4D5472
Tints of East Bay #4D5472
RGB
CMYK
RGB Variations
Color information
#4D5472 (or 0x4D5472) is known color: East Bay. HEX triplet: 4D, 54 and 72. RGB value is (77,84,114). Sum of RGB (Red+Green+Blue) = 77+84+114=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5472 is #B2AB8D. Grayscale: #555555. Windows color (decimal): -11709326 or 7492685. OLE color: 7492685.
HSL color Cylindrical-coordinate representation of color #4D5472: hue angle of 228.65º 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 #4D5472 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 84 | 114 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.55 |
| HSL | 228.65º | 0.19% | 0.37% | - |
| HSV(B) | 228.65º | 0.32% | 0.45% | - |
| XYZ | 9.27 | 9.13 | 17.19 | - |
| YUV | 85.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 114 | 0.32 | 0.26 | 0 | 0.55 | 228.65 | 0.19 | 0.37 |
| Hex | 4D | 54 | 72 | 20 | 1A | 0 | 37 | E5 | 13 | 25 |
| Octal | 115 | 124 | 162 | 40 | 32 | 0 | 67 | 345 | 23 | 45 |
| Binary | 1001101 | 1010100 | 1110010 | 100000 | 11010 | 0 | 110111 | 11100101 | 10011 | 100101 |
Color Harmonies of #4D5472
Complementary color
Monochromatic Colors of #4D5472
Black with #4D5472
Text Example
Text Example
White with #4D5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5472; }
p { color: rgb(77,84,114); }
H1.HeaderClassName
{
color: #4D5472;
}
.AnyTagClassName
{
color: #4D5472;
}
</style>
background-color css
<style>
a { background-color: #4D5472; }
a { background-color: rgb(77,84,114); }
div.DivClassName
{
background-color: #4D5472;
}
.BgClassName
{
background-color: #4D5472;
}
</style>
border-color css
<style>
span { border-color: #4D5472; }
span { border-color: rgb(77,84,114); }
td.TdClassName
{
border-color: #4D5472;
}
.TagClassName
{
border-color: #4D5472;
}
</style>