Shades of East Bay #4D5774
Tints of East Bay #4D5774
RGB
CMYK
RGB Variations
Color information
#4D5774 (or 0x4D5774) is known color: East Bay. HEX triplet: 4D, 57 and 74. RGB value is (77,87,116). Sum of RGB (Red+Green+Blue) = 77+87+116=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5774 is #B2A88B. Grayscale: #575757. Windows color (decimal): -11708556 or 7624525. OLE color: 7624525.
HSL color Cylindrical-coordinate representation of color #4D5774: hue angle of 224.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D5774 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 87 | 116 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.55 |
| HSL | 224.62º | 0.2% | 0.38% | - |
| HSV(B) | 224.62º | 0.34% | 0.45% | - |
| XYZ | 9.62 | 9.66 | 17.88 | - |
| YUV | 87.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 116 | 0.34 | 0.25 | 0 | 0.55 | 224.62 | 0.2 | 0.38 |
| Hex | 4D | 57 | 74 | 22 | 19 | 0 | 37 | E1 | 14 | 26 |
| Octal | 115 | 127 | 164 | 42 | 31 | 0 | 67 | 341 | 24 | 46 |
| Binary | 1001101 | 1010111 | 1110100 | 100010 | 11001 | 0 | 110111 | 11100001 | 10100 | 100110 |
Color Harmonies of #4D5774
Complementary color
Monochromatic Colors of #4D5774
Black with #4D5774
Text Example
Text Example
White with #4D5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5774; }
p { color: rgb(77,87,116); }
H1.HeaderClassName
{
color: #4D5774;
}
.AnyTagClassName
{
color: #4D5774;
}
</style>
background-color css
<style>
a { background-color: #4D5774; }
a { background-color: rgb(77,87,116); }
div.DivClassName
{
background-color: #4D5774;
}
.BgClassName
{
background-color: #4D5774;
}
</style>
border-color css
<style>
span { border-color: #4D5774; }
span { border-color: rgb(77,87,116); }
td.TdClassName
{
border-color: #4D5774;
}
.TagClassName
{
border-color: #4D5774;
}
</style>