Shades of River Bed #4D595B
Tints of River Bed #4D595B
RGB
CMYK
RGB Variations
Color information
#4D595B (or 0x4D595B) is known color: River Bed. HEX triplet: 4D, 59 and 5B. RGB value is (77,89,91). Sum of RGB (Red+Green+Blue) = 77+89+91=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D595B is #B2A6A4. Grayscale: #555555. Windows color (decimal): -11708069 or 5986637. OLE color: 5986637.
HSL color Cylindrical-coordinate representation of color #4D595B: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D595B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 89 | 91 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.64 |
| HSL | 188.57º | 0.08% | 0.33% | - |
| HSV(B) | 188.57º | 0.15% | 0.36% | - |
| XYZ | 8.52 | 9.48 | 11.28 | - |
| YUV | 85.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 91 | 0.15 | 0.02 | 0 | 0.64 | 188.57 | 0.08 | 0.33 |
| Hex | 4D | 59 | 5B | F | 2 | 0 | 40 | BD | 8 | 21 |
| Octal | 115 | 131 | 133 | 17 | 2 | 0 | 100 | 275 | 10 | 41 |
| Binary | 1001101 | 1011001 | 1011011 | 1111 | 10 | 0 | 1000000 | 10111101 | 1000 | 100001 |
Color Harmonies of #4D595B
Complementary color
Monochromatic Colors of #4D595B
Black with #4D595B
Text Example
Text Example
White with #4D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D595B; }
p { color: rgb(77,89,91); }
H1.HeaderClassName
{
color: #4D595B;
}
.AnyTagClassName
{
color: #4D595B;
}
</style>
background-color css
<style>
a { background-color: #4D595B; }
a { background-color: rgb(77,89,91); }
div.DivClassName
{
background-color: #4D595B;
}
.BgClassName
{
background-color: #4D595B;
}
</style>
border-color css
<style>
span { border-color: #4D595B; }
span { border-color: rgb(77,89,91); }
td.TdClassName
{
border-color: #4D595B;
}
.TagClassName
{
border-color: #4D595B;
}
</style>