Shades of Bright Grey #4D5461
Tints of Bright Grey #4D5461
RGB
CMYK
RGB Variations
Color information
#4D5461 (or 0x4D5461) is known color: Bright Grey. HEX triplet: 4D, 54 and 61. RGB value is (77,84,97). Sum of RGB (Red+Green+Blue) = 77+84+97=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5461 is #B2AB9E. Grayscale: #535353. Windows color (decimal): -11709343 or 6378573. OLE color: 6378573.
HSL color Cylindrical-coordinate representation of color #4D5461: hue angle of 219º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D5461 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 84 | 97 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.62 |
| HSL | 219º | 0.11% | 0.34% | - |
| HSV(B) | 219º | 0.21% | 0.38% | - |
| XYZ | 8.39 | 8.78 | 12.56 | - |
| YUV | 83.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 97 | 0.21 | 0.13 | 0 | 0.62 | 219 | 0.11 | 0.34 |
| Hex | 4D | 54 | 61 | 15 | D | 0 | 3E | DB | B | 22 |
| Octal | 115 | 124 | 141 | 25 | 15 | 0 | 76 | 333 | 13 | 42 |
| Binary | 1001101 | 1010100 | 1100001 | 10101 | 1101 | 0 | 111110 | 11011011 | 1011 | 100010 |
Color Harmonies of #4D5461
Complementary color
Monochromatic Colors of #4D5461
Black with #4D5461
Text Example
Text Example
White with #4D5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5461; }
p { color: rgb(77,84,97); }
H1.HeaderClassName
{
color: #4D5461;
}
.AnyTagClassName
{
color: #4D5461;
}
</style>
background-color css
<style>
a { background-color: #4D5461; }
a { background-color: rgb(77,84,97); }
div.DivClassName
{
background-color: #4D5461;
}
.BgClassName
{
background-color: #4D5461;
}
</style>
border-color css
<style>
span { border-color: #4D5461; }
span { border-color: rgb(77,84,97); }
td.TdClassName
{
border-color: #4D5461;
}
.TagClassName
{
border-color: #4D5461;
}
</style>