Shades of River Bed #4F6160
Tints of River Bed #4F6160
RGB
CMYK
RGB Variations
Color information
#4F6160 (or 0x4F6160) is known color: River Bed. HEX triplet: 4F, 61 and 60. RGB value is (79,97,96). Sum of RGB (Red+Green+Blue) = 79+97+96=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6160 is #B09E9F. Grayscale: #5B5B5B. Windows color (decimal): -11574944 or 6316367. OLE color: 6316367.
HSL color Cylindrical-coordinate representation of color #4F6160: hue angle of 176.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F6160 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 96 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.62 |
| HSL | 176.67º | 0.1% | 0.35% | - |
| HSV(B) | 176.67º | 0.19% | 0.38% | - |
| XYZ | 9.61 | 11.06 | 12.69 | - |
| YUV | 91.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 96 | 0.19 | 0 | 0.01 | 0.62 | 176.67 | 0.1 | 0.35 |
| Hex | 4F | 61 | 60 | 13 | 0 | 1 | 3E | B1 | A | 23 |
| Octal | 117 | 141 | 140 | 23 | 0 | 1 | 76 | 261 | 12 | 43 |
| Binary | 1001111 | 1100001 | 1100000 | 10011 | 0 | 1 | 111110 | 10110001 | 1010 | 100011 |
Color Harmonies of #4F6160
Complementary color
Monochromatic Colors of #4F6160
Black with #4F6160
Text Example
Text Example
White with #4F6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6160; }
p { color: rgb(79,97,96); }
H1.HeaderClassName
{
color: #4F6160;
}
.AnyTagClassName
{
color: #4F6160;
}
</style>
background-color css
<style>
a { background-color: #4F6160; }
a { background-color: rgb(79,97,96); }
div.DivClassName
{
background-color: #4F6160;
}
.BgClassName
{
background-color: #4F6160;
}
</style>
border-color css
<style>
span { border-color: #4F6160; }
span { border-color: rgb(79,97,96); }
td.TdClassName
{
border-color: #4F6160;
}
.TagClassName
{
border-color: #4F6160;
}
</style>