Shades of East Bay #4D5871
Tints of East Bay #4D5871
RGB
CMYK
RGB Variations
Color information
#4D5871 (or 0x4D5871) is known color: East Bay. HEX triplet: 4D, 58 and 71. RGB value is (77,88,113). Sum of RGB (Red+Green+Blue) = 77+88+113=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5871 is #B2A78E. Grayscale: #575757. Windows color (decimal): -11708303 or 7428173. OLE color: 7428173.
HSL color Cylindrical-coordinate representation of color #4D5871: hue angle of 221.67º 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 #4D5871 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 88 | 113 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.56 |
| HSL | 221.67º | 0.19% | 0.37% | - |
| HSV(B) | 221.67º | 0.32% | 0.44% | - |
| XYZ | 9.53 | 9.75 | 17 | - |
| YUV | 87.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 113 | 0.32 | 0.22 | 0 | 0.56 | 221.67 | 0.19 | 0.37 |
| Hex | 4D | 58 | 71 | 20 | 16 | 0 | 38 | DE | 13 | 25 |
| Octal | 115 | 130 | 161 | 40 | 26 | 0 | 70 | 336 | 23 | 45 |
| Binary | 1001101 | 1011000 | 1110001 | 100000 | 10110 | 0 | 111000 | 11011110 | 10011 | 100101 |
Color Harmonies of #4D5871
Complementary color
Monochromatic Colors of #4D5871
Black with #4D5871
Text Example
Text Example
White with #4D5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5871; }
p { color: rgb(77,88,113); }
H1.HeaderClassName
{
color: #4D5871;
}
.AnyTagClassName
{
color: #4D5871;
}
</style>
background-color css
<style>
a { background-color: #4D5871; }
a { background-color: rgb(77,88,113); }
div.DivClassName
{
background-color: #4D5871;
}
.BgClassName
{
background-color: #4D5871;
}
</style>
border-color css
<style>
span { border-color: #4D5871; }
span { border-color: rgb(77,88,113); }
td.TdClassName
{
border-color: #4D5871;
}
.TagClassName
{
border-color: #4D5871;
}
</style>