Shades of East Bay #4D5063
Tints of East Bay #4D5063
RGB
CMYK
RGB Variations
Color information
#4D5063 (or 0x4D5063) is known color: East Bay. HEX triplet: 4D, 50 and 63. RGB value is (77,80,99). Sum of RGB (Red+Green+Blue) = 77+80+99=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5063 is #B2AF9C. Grayscale: #515151. Windows color (decimal): -11710365 or 6508621. OLE color: 6508621.
HSL color Cylindrical-coordinate representation of color #4D5063: hue angle of 231.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5063 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 80 | 99 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.61 |
| HSL | 231.82º | 0.13% | 0.35% | - |
| HSV(B) | 231.82º | 0.22% | 0.39% | - |
| XYZ | 8.18 | 8.22 | 12.96 | - |
| YUV | 81.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 99 | 0.22 | 0.19 | 0 | 0.61 | 231.82 | 0.13 | 0.35 |
| Hex | 4D | 50 | 63 | 16 | 13 | 0 | 3D | E8 | C | 23 |
| Octal | 115 | 120 | 143 | 26 | 23 | 0 | 75 | 350 | 14 | 43 |
| Binary | 1001101 | 1010000 | 1100011 | 10110 | 10011 | 0 | 111101 | 11101000 | 1100 | 100011 |
Color Harmonies of #4D5063
Complementary color
Monochromatic Colors of #4D5063
Black with #4D5063
Text Example
Text Example
White with #4D5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5063; }
p { color: rgb(77,80,99); }
H1.HeaderClassName
{
color: #4D5063;
}
.AnyTagClassName
{
color: #4D5063;
}
</style>
background-color css
<style>
a { background-color: #4D5063; }
a { background-color: rgb(77,80,99); }
div.DivClassName
{
background-color: #4D5063;
}
.BgClassName
{
background-color: #4D5063;
}
</style>
border-color css
<style>
span { border-color: #4D5063; }
span { border-color: rgb(77,80,99); }
td.TdClassName
{
border-color: #4D5063;
}
.TagClassName
{
border-color: #4D5063;
}
</style>