Shades of River Bed #4E6160
Tints of River Bed #4E6160
RGB
CMYK
RGB Variations
Color information
#4E6160 (or 0x4E6160) is known color: River Bed. HEX triplet: 4E, 61 and 60. RGB value is (78,97,96). Sum of RGB (Red+Green+Blue) = 78+97+96=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6160 is #B19E9F. Grayscale: #5B5B5B. Windows color (decimal): -11640480 or 6316366. OLE color: 6316366.
HSL color Cylindrical-coordinate representation of color #4E6160: hue angle of 176.84º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E6160 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 96 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.62 |
| HSL | 176.84º | 0.11% | 0.34% | - |
| HSV(B) | 176.84º | 0.2% | 0.38% | - |
| XYZ | 9.53 | 11.01 | 12.69 | - |
| YUV | 91.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 96 | 0.20 | 0 | 0.01 | 0.62 | 176.84 | 0.11 | 0.34 |
| Hex | 4E | 61 | 60 | 14 | 0 | 1 | 3E | B1 | B | 22 |
| Octal | 116 | 141 | 140 | 24 | 0 | 1 | 76 | 261 | 13 | 42 |
| Binary | 1001110 | 1100001 | 1100000 | 10100 | 0 | 1 | 111110 | 10110001 | 1011 | 100010 |
Color Harmonies of #4E6160
Complementary color
Monochromatic Colors of #4E6160
Black with #4E6160
Text Example
Text Example
White with #4E6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6160; }
p { color: rgb(78,97,96); }
H1.HeaderClassName
{
color: #4E6160;
}
.AnyTagClassName
{
color: #4E6160;
}
</style>
background-color css
<style>
a { background-color: #4E6160; }
a { background-color: rgb(78,97,96); }
div.DivClassName
{
background-color: #4E6160;
}
.BgClassName
{
background-color: #4E6160;
}
</style>
border-color css
<style>
span { border-color: #4E6160; }
span { border-color: rgb(78,97,96); }
td.TdClassName
{
border-color: #4E6160;
}
.TagClassName
{
border-color: #4E6160;
}
</style>