Shades of Bright Grey #4D4F59
Tints of Bright Grey #4D4F59
RGB
CMYK
RGB Variations
Color information
#4D4F59 (or 0x4D4F59) is known color: Bright Grey. HEX triplet: 4D, 4F and 59. RGB value is (77,79,89). Sum of RGB (Red+Green+Blue) = 77+79+89=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F59 is #B2B0A6. Grayscale: #4F4F4F. Windows color (decimal): -11710631 or 5853005. OLE color: 5853005.
HSL color Cylindrical-coordinate representation of color #4D4F59: hue angle of 230º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D4F59 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 79 | 89 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.65 |
| HSL | 230º | 0.07% | 0.33% | - |
| HSV(B) | 230º | 0.13% | 0.35% | - |
| XYZ | 7.66 | 7.89 | 10.57 | - |
| YUV | 79.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 89 | 0.13 | 0.11 | 0 | 0.65 | 230 | 0.07 | 0.33 |
| Hex | 4D | 4F | 59 | D | B | 0 | 41 | E6 | 7 | 21 |
| Octal | 115 | 117 | 131 | 15 | 13 | 0 | 101 | 346 | 7 | 41 |
| Binary | 1001101 | 1001111 | 1011001 | 1101 | 1011 | 0 | 1000001 | 11100110 | 111 | 100001 |
Color Harmonies of #4D4F59
Complementary color
Monochromatic Colors of #4D4F59
Black with #4D4F59
Text Example
Text Example
White with #4D4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F59; }
p { color: rgb(77,79,89); }
H1.HeaderClassName
{
color: #4D4F59;
}
.AnyTagClassName
{
color: #4D4F59;
}
</style>
background-color css
<style>
a { background-color: #4D4F59; }
a { background-color: rgb(77,79,89); }
div.DivClassName
{
background-color: #4D4F59;
}
.BgClassName
{
background-color: #4D4F59;
}
</style>
border-color css
<style>
span { border-color: #4D4F59; }
span { border-color: rgb(77,79,89); }
td.TdClassName
{
border-color: #4D4F59;
}
.TagClassName
{
border-color: #4D4F59;
}
</style>