Shades of Bright Grey #4D545F
Tints of Bright Grey #4D545F
RGB
CMYK
RGB Variations
Color information
#4D545F (or 0x4D545F) is known color: Bright Grey. HEX triplet: 4D, 54 and 5F. RGB value is (77,84,95). Sum of RGB (Red+Green+Blue) = 77+84+95=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D545F is #B2ABA0. Grayscale: #535353. Windows color (decimal): -11709345 or 6247501. OLE color: 6247501.
HSL color Cylindrical-coordinate representation of color #4D545F: hue angle of 216.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D545F is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 84 | 95 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.63 |
| HSL | 216.67º | 0.1% | 0.34% | - |
| HSV(B) | 216.67º | 0.19% | 0.37% | - |
| XYZ | 8.3 | 8.74 | 12.08 | - |
| YUV | 83.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 95 | 0.19 | 0.12 | 0 | 0.63 | 216.67 | 0.1 | 0.34 |
| Hex | 4D | 54 | 5F | 13 | C | 0 | 3F | D9 | A | 22 |
| Octal | 115 | 124 | 137 | 23 | 14 | 0 | 77 | 331 | 12 | 42 |
| Binary | 1001101 | 1010100 | 1011111 | 10011 | 1100 | 0 | 111111 | 11011001 | 1010 | 100010 |
Color Harmonies of #4D545F
Complementary color
Monochromatic Colors of #4D545F
Black with #4D545F
Text Example
Text Example
White with #4D545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D545F; }
p { color: rgb(77,84,95); }
H1.HeaderClassName
{
color: #4D545F;
}
.AnyTagClassName
{
color: #4D545F;
}
</style>
background-color css
<style>
a { background-color: #4D545F; }
a { background-color: rgb(77,84,95); }
div.DivClassName
{
background-color: #4D545F;
}
.BgClassName
{
background-color: #4D545F;
}
</style>
border-color css
<style>
span { border-color: #4D545F; }
span { border-color: rgb(77,84,95); }
td.TdClassName
{
border-color: #4D545F;
}
.TagClassName
{
border-color: #4D545F;
}
</style>