Shades of Bright Grey #4D5763
Tints of Bright Grey #4D5763
RGB
CMYK
RGB Variations
Color information
#4D5763 (or 0x4D5763) is known color: Bright Grey. HEX triplet: 4D, 57 and 63. RGB value is (77,87,99). Sum of RGB (Red+Green+Blue) = 77+87+99=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5763 is #B2A89C. Grayscale: #555555. Windows color (decimal): -11708573 or 6510413. OLE color: 6510413.
HSL color Cylindrical-coordinate representation of color #4D5763: hue angle of 212.73º 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 #4D5763 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 87 | 99 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.61 |
| HSL | 212.73º | 0.13% | 0.35% | - |
| HSV(B) | 212.73º | 0.22% | 0.39% | - |
| XYZ | 8.72 | 9.3 | 13.14 | - |
| YUV | 85.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 99 | 0.22 | 0.12 | 0 | 0.61 | 212.73 | 0.13 | 0.35 |
| Hex | 4D | 57 | 63 | 16 | C | 0 | 3D | D5 | C | 23 |
| Octal | 115 | 127 | 143 | 26 | 14 | 0 | 75 | 325 | 14 | 43 |
| Binary | 1001101 | 1010111 | 1100011 | 10110 | 1100 | 0 | 111101 | 11010101 | 1100 | 100011 |
Color Harmonies of #4D5763
Complementary color
Monochromatic Colors of #4D5763
Black with #4D5763
Text Example
Text Example
White with #4D5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5763; }
p { color: rgb(77,87,99); }
H1.HeaderClassName
{
color: #4D5763;
}
.AnyTagClassName
{
color: #4D5763;
}
</style>
background-color css
<style>
a { background-color: #4D5763; }
a { background-color: rgb(77,87,99); }
div.DivClassName
{
background-color: #4D5763;
}
.BgClassName
{
background-color: #4D5763;
}
</style>
border-color css
<style>
span { border-color: #4D5763; }
span { border-color: rgb(77,87,99); }
td.TdClassName
{
border-color: #4D5763;
}
.TagClassName
{
border-color: #4D5763;
}
</style>