Shades of East Bay #4D4F64
Tints of East Bay #4D4F64
RGB
CMYK
RGB Variations
Color information
#4D4F64 (or 0x4D4F64) is known color: East Bay. HEX triplet: 4D, 4F and 64. RGB value is (77,79,100). Sum of RGB (Red+Green+Blue) = 77+79+100=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D4F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F64 is #B2B09B. Grayscale: #505050. Windows color (decimal): -11710620 or 6573901. OLE color: 6573901.
HSL color Cylindrical-coordinate representation of color #4D4F64: hue angle of 234.78º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D4F64 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 79 | 100 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.61 |
| HSL | 234.78º | 0.13% | 0.35% | - |
| HSV(B) | 234.78º | 0.23% | 0.39% | - |
| XYZ | 8.16 | 8.09 | 13.19 | - |
| YUV | 80.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 100 | 0.23 | 0.21 | 0 | 0.61 | 234.78 | 0.13 | 0.35 |
| Hex | 4D | 4F | 64 | 17 | 15 | 0 | 3D | EB | D | 23 |
| Octal | 115 | 117 | 144 | 27 | 25 | 0 | 75 | 353 | 15 | 43 |
| Binary | 1001101 | 1001111 | 1100100 | 10111 | 10101 | 0 | 111101 | 11101011 | 1101 | 100011 |
Color Harmonies of #4D4F64
Complementary color
Monochromatic Colors of #4D4F64
Black with #4D4F64
Text Example
Text Example
White with #4D4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F64; }
p { color: rgb(77,79,100); }
H1.HeaderClassName
{
color: #4D4F64;
}
.AnyTagClassName
{
color: #4D4F64;
}
</style>
background-color css
<style>
a { background-color: #4D4F64; }
a { background-color: rgb(77,79,100); }
div.DivClassName
{
background-color: #4D4F64;
}
.BgClassName
{
background-color: #4D4F64;
}
</style>
border-color css
<style>
span { border-color: #4D4F64; }
span { border-color: rgb(77,79,100); }
td.TdClassName
{
border-color: #4D4F64;
}
.TagClassName
{
border-color: #4D4F64;
}
</style>