Shades of Bright Grey #4D515C
Tints of Bright Grey #4D515C
RGB
CMYK
RGB Variations
Color information
#4D515C (or 0x4D515C) is known color: Bright Grey. HEX triplet: 4D, 51 and 5C. RGB value is (77,81,92). Sum of RGB (Red+Green+Blue) = 77+81+92=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D515C is #B2AEA3. Grayscale: #515151. Windows color (decimal): -11710116 or 6050125. OLE color: 6050125.
HSL color Cylindrical-coordinate representation of color #4D515C: hue angle of 224º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D515C is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 81 | 92 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.64 |
| HSL | 224º | 0.09% | 0.33% | - |
| HSV(B) | 224º | 0.16% | 0.36% | - |
| XYZ | 7.93 | 8.24 | 11.3 | - |
| YUV | 81.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 92 | 0.16 | 0.12 | 0 | 0.64 | 224 | 0.09 | 0.33 |
| Hex | 4D | 51 | 5C | 10 | C | 0 | 40 | E0 | 9 | 21 |
| Octal | 115 | 121 | 134 | 20 | 14 | 0 | 100 | 340 | 11 | 41 |
| Binary | 1001101 | 1010001 | 1011100 | 10000 | 1100 | 0 | 1000000 | 11100000 | 1001 | 100001 |
Color Harmonies of #4D515C
Complementary color
Monochromatic Colors of #4D515C
Black with #4D515C
Text Example
Text Example
White with #4D515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D515C; }
p { color: rgb(77,81,92); }
H1.HeaderClassName
{
color: #4D515C;
}
.AnyTagClassName
{
color: #4D515C;
}
</style>
background-color css
<style>
a { background-color: #4D515C; }
a { background-color: rgb(77,81,92); }
div.DivClassName
{
background-color: #4D515C;
}
.BgClassName
{
background-color: #4D515C;
}
</style>
border-color css
<style>
span { border-color: #4D515C; }
span { border-color: rgb(77,81,92); }
td.TdClassName
{
border-color: #4D515C;
}
.TagClassName
{
border-color: #4D515C;
}
</style>