Shades of Bright Grey #4D555E
Tints of Bright Grey #4D555E
RGB
CMYK
RGB Variations
Color information
#4D555E (or 0x4D555E) is known color: Bright Grey. HEX triplet: 4D, 55 and 5E. RGB value is (77,85,94). Sum of RGB (Red+Green+Blue) = 77+85+94=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D555E is #B2AAA1. Grayscale: #535353. Windows color (decimal): -11709090 or 6182221. OLE color: 6182221.
HSL color Cylindrical-coordinate representation of color #4D555E: hue angle of 211.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D555E is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 85 | 94 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.63 |
| HSL | 211.76º | 0.1% | 0.34% | - |
| HSV(B) | 211.76º | 0.18% | 0.37% | - |
| XYZ | 8.33 | 8.88 | 11.87 | - |
| YUV | 83.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 94 | 0.18 | 0.10 | 0 | 0.63 | 211.76 | 0.1 | 0.34 |
| Hex | 4D | 55 | 5E | 12 | A | 0 | 3F | D4 | A | 22 |
| Octal | 115 | 125 | 136 | 22 | 12 | 0 | 77 | 324 | 12 | 42 |
| Binary | 1001101 | 1010101 | 1011110 | 10010 | 1010 | 0 | 111111 | 11010100 | 1010 | 100010 |
Color Harmonies of #4D555E
Complementary color
Monochromatic Colors of #4D555E
Black with #4D555E
Text Example
Text Example
White with #4D555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D555E; }
p { color: rgb(77,85,94); }
H1.HeaderClassName
{
color: #4D555E;
}
.AnyTagClassName
{
color: #4D555E;
}
</style>
background-color css
<style>
a { background-color: #4D555E; }
a { background-color: rgb(77,85,94); }
div.DivClassName
{
background-color: #4D555E;
}
.BgClassName
{
background-color: #4D555E;
}
</style>
border-color css
<style>
span { border-color: #4D555E; }
span { border-color: rgb(77,85,94); }
td.TdClassName
{
border-color: #4D555E;
}
.TagClassName
{
border-color: #4D555E;
}
</style>