Shades of Bright Grey #4D5563
Tints of Bright Grey #4D5563
RGB
CMYK
RGB Variations
Color information
#4D5563 (or 0x4D5563) is known color: Bright Grey. HEX triplet: 4D, 55 and 63. RGB value is (77,85,99). Sum of RGB (Red+Green+Blue) = 77+85+99=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5563 is #B2AA9C. Grayscale: #545454. Windows color (decimal): -11709085 or 6509901. OLE color: 6509901.
HSL color Cylindrical-coordinate representation of color #4D5563: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5563 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 85 | 99 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.61 |
| HSL | 218.18º | 0.13% | 0.35% | - |
| HSV(B) | 218.18º | 0.22% | 0.39% | - |
| XYZ | 8.56 | 8.98 | 13.09 | - |
| YUV | 84.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 99 | 0.22 | 0.14 | 0 | 0.61 | 218.18 | 0.13 | 0.35 |
| Hex | 4D | 55 | 63 | 16 | E | 0 | 3D | DA | C | 23 |
| Octal | 115 | 125 | 143 | 26 | 16 | 0 | 75 | 332 | 14 | 43 |
| Binary | 1001101 | 1010101 | 1100011 | 10110 | 1110 | 0 | 111101 | 11011010 | 1100 | 100011 |
Color Harmonies of #4D5563
Complementary color
Monochromatic Colors of #4D5563
Black with #4D5563
Text Example
Text Example
White with #4D5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5563; }
p { color: rgb(77,85,99); }
H1.HeaderClassName
{
color: #4D5563;
}
.AnyTagClassName
{
color: #4D5563;
}
</style>
background-color css
<style>
a { background-color: #4D5563; }
a { background-color: rgb(77,85,99); }
div.DivClassName
{
background-color: #4D5563;
}
.BgClassName
{
background-color: #4D5563;
}
</style>
border-color css
<style>
span { border-color: #4D5563; }
span { border-color: rgb(77,85,99); }
td.TdClassName
{
border-color: #4D5563;
}
.TagClassName
{
border-color: #4D5563;
}
</style>