Shades of River Bed #4D6160
Tints of River Bed #4D6160
RGB
CMYK
RGB Variations
Color information
#4D6160 (or 0x4D6160) is known color: River Bed. HEX triplet: 4D, 61 and 60. RGB value is (77,97,96). Sum of RGB (Red+Green+Blue) = 77+97+96=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6160 is #B29E9F. Grayscale: #5A5A5A. Windows color (decimal): -11706016 or 6316365. OLE color: 6316365.
HSL color Cylindrical-coordinate representation of color #4D6160: hue angle of 177º 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 #4D6160 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 96 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.62 |
| HSL | 177º | 0.11% | 0.34% | - |
| HSV(B) | 177º | 0.21% | 0.38% | - |
| XYZ | 9.45 | 10.97 | 12.69 | - |
| YUV | 90.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 96 | 0.21 | 0 | 0.01 | 0.62 | 177 | 0.11 | 0.34 |
| Hex | 4D | 61 | 60 | 15 | 0 | 1 | 3E | B1 | B | 22 |
| Octal | 115 | 141 | 140 | 25 | 0 | 1 | 76 | 261 | 13 | 42 |
| Binary | 1001101 | 1100001 | 1100000 | 10101 | 0 | 1 | 111110 | 10110001 | 1011 | 100010 |
Color Harmonies of #4D6160
Complementary color
Monochromatic Colors of #4D6160
Black with #4D6160
Text Example
Text Example
White with #4D6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6160; }
p { color: rgb(77,97,96); }
H1.HeaderClassName
{
color: #4D6160;
}
.AnyTagClassName
{
color: #4D6160;
}
</style>
background-color css
<style>
a { background-color: #4D6160; }
a { background-color: rgb(77,97,96); }
div.DivClassName
{
background-color: #4D6160;
}
.BgClassName
{
background-color: #4D6160;
}
</style>
border-color css
<style>
span { border-color: #4D6160; }
span { border-color: rgb(77,97,96); }
td.TdClassName
{
border-color: #4D6160;
}
.TagClassName
{
border-color: #4D6160;
}
</style>