Shades of Bright Grey #4D505C
Tints of Bright Grey #4D505C
RGB
CMYK
RGB Variations
Color information
#4D505C (or 0x4D505C) is known color: Bright Grey. HEX triplet: 4D, 50 and 5C. RGB value is (77,80,92). Sum of RGB (Red+Green+Blue) = 77+80+92=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D505C is #B2AFA3. Grayscale: #505050. Windows color (decimal): -11710372 or 6049869. OLE color: 6049869.
HSL color Cylindrical-coordinate representation of color #4D505C: hue angle of 228º 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 #4D505C is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 80 | 92 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.64 |
| HSL | 228º | 0.09% | 0.33% | - |
| HSV(B) | 228º | 0.16% | 0.36% | - |
| XYZ | 7.86 | 8.09 | 11.27 | - |
| YUV | 80.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 92 | 0.16 | 0.13 | 0 | 0.64 | 228 | 0.09 | 0.33 |
| Hex | 4D | 50 | 5C | 10 | D | 0 | 40 | E4 | 9 | 21 |
| Octal | 115 | 120 | 134 | 20 | 15 | 0 | 100 | 344 | 11 | 41 |
| Binary | 1001101 | 1010000 | 1011100 | 10000 | 1101 | 0 | 1000000 | 11100100 | 1001 | 100001 |
Color Harmonies of #4D505C
Complementary color
Monochromatic Colors of #4D505C
Black with #4D505C
Text Example
Text Example
White with #4D505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D505C; }
p { color: rgb(77,80,92); }
H1.HeaderClassName
{
color: #4D505C;
}
.AnyTagClassName
{
color: #4D505C;
}
</style>
background-color css
<style>
a { background-color: #4D505C; }
a { background-color: rgb(77,80,92); }
div.DivClassName
{
background-color: #4D505C;
}
.BgClassName
{
background-color: #4D505C;
}
</style>
border-color css
<style>
span { border-color: #4D505C; }
span { border-color: rgb(77,80,92); }
td.TdClassName
{
border-color: #4D505C;
}
.TagClassName
{
border-color: #4D505C;
}
</style>