Shades of Bright Grey #4D525C
Tints of Bright Grey #4D525C
RGB
CMYK
RGB Variations
Color information
#4D525C (or 0x4D525C) is known color: Bright Grey. HEX triplet: 4D, 52 and 5C. RGB value is (77,82,92). Sum of RGB (Red+Green+Blue) = 77+82+92=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D525C is #B2ADA3. Grayscale: #515151. Windows color (decimal): -11709860 or 6050381. OLE color: 6050381.
HSL color Cylindrical-coordinate representation of color #4D525C: hue angle of 220º 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 #4D525C is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 82 | 92 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.64 |
| HSL | 220º | 0.09% | 0.33% | - |
| HSV(B) | 220º | 0.16% | 0.36% | - |
| XYZ | 8.01 | 8.39 | 11.32 | - |
| YUV | 81.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 92 | 0.16 | 0.11 | 0 | 0.64 | 220 | 0.09 | 0.33 |
| Hex | 4D | 52 | 5C | 10 | B | 0 | 40 | DC | 9 | 21 |
| Octal | 115 | 122 | 134 | 20 | 13 | 0 | 100 | 334 | 11 | 41 |
| Binary | 1001101 | 1010010 | 1011100 | 10000 | 1011 | 0 | 1000000 | 11011100 | 1001 | 100001 |
Color Harmonies of #4D525C
Complementary color
Monochromatic Colors of #4D525C
Black with #4D525C
Text Example
Text Example
White with #4D525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D525C; }
p { color: rgb(77,82,92); }
H1.HeaderClassName
{
color: #4D525C;
}
.AnyTagClassName
{
color: #4D525C;
}
</style>
background-color css
<style>
a { background-color: #4D525C; }
a { background-color: rgb(77,82,92); }
div.DivClassName
{
background-color: #4D525C;
}
.BgClassName
{
background-color: #4D525C;
}
</style>
border-color css
<style>
span { border-color: #4D525C; }
span { border-color: rgb(77,82,92); }
td.TdClassName
{
border-color: #4D525C;
}
.TagClassName
{
border-color: #4D525C;
}
</style>