Shades of East Bay #4D5363
Tints of East Bay #4D5363
RGB
CMYK
RGB Variations
Color information
#4D5363 (or 0x4D5363) is known color: East Bay. HEX triplet: 4D, 53 and 63. RGB value is (77,83,99). Sum of RGB (Red+Green+Blue) = 77+83+99=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5363 is #B2AC9C. Grayscale: #525252. Windows color (decimal): -11709597 or 6509389. OLE color: 6509389.
HSL color Cylindrical-coordinate representation of color #4D5363: hue angle of 223.64º 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 #4D5363 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 83 | 99 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.61 |
| HSL | 223.64º | 0.13% | 0.35% | - |
| HSV(B) | 223.64º | 0.22% | 0.39% | - |
| XYZ | 8.41 | 8.67 | 13.03 | - |
| YUV | 83.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 99 | 0.22 | 0.16 | 0 | 0.61 | 223.64 | 0.13 | 0.35 |
| Hex | 4D | 53 | 63 | 16 | 10 | 0 | 3D | E0 | C | 23 |
| Octal | 115 | 123 | 143 | 26 | 20 | 0 | 75 | 340 | 14 | 43 |
| Binary | 1001101 | 1010011 | 1100011 | 10110 | 10000 | 0 | 111101 | 11100000 | 1100 | 100011 |
Color Harmonies of #4D5363
Complementary color
Monochromatic Colors of #4D5363
Black with #4D5363
Text Example
Text Example
White with #4D5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5363; }
p { color: rgb(77,83,99); }
H1.HeaderClassName
{
color: #4D5363;
}
.AnyTagClassName
{
color: #4D5363;
}
</style>
background-color css
<style>
a { background-color: #4D5363; }
a { background-color: rgb(77,83,99); }
div.DivClassName
{
background-color: #4D5363;
}
.BgClassName
{
background-color: #4D5363;
}
</style>
border-color css
<style>
span { border-color: #4D5363; }
span { border-color: rgb(77,83,99); }
td.TdClassName
{
border-color: #4D5363;
}
.TagClassName
{
border-color: #4D5363;
}
</style>