Shades of River Bed #4F5F61
Tints of River Bed #4F5F61
RGB
CMYK
RGB Variations
Color information
#4F5F61 (or 0x4F5F61) is known color: River Bed. HEX triplet: 4F, 5F and 61. RGB value is (79,95,97). Sum of RGB (Red+Green+Blue) = 79+95+97=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5F61 is #B0A09E. Grayscale: #5A5A5A. Windows color (decimal): -11575455 or 6381391. OLE color: 6381391.
HSL color Cylindrical-coordinate representation of color #4F5F61: hue angle of 186.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 #4F5F61 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 95 | 97 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.62 |
| HSL | 186.67º | 0.1% | 0.35% | - |
| HSV(B) | 186.67º | 0.19% | 0.38% | - |
| XYZ | 9.47 | 10.71 | 12.88 | - |
| YUV | 90.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 97 | 0.19 | 0.02 | 0 | 0.62 | 186.67 | 0.1 | 0.35 |
| Hex | 4F | 5F | 61 | 13 | 2 | 0 | 3E | BB | A | 23 |
| Octal | 117 | 137 | 141 | 23 | 2 | 0 | 76 | 273 | 12 | 43 |
| Binary | 1001111 | 1011111 | 1100001 | 10011 | 10 | 0 | 111110 | 10111011 | 1010 | 100011 |
Color Harmonies of #4F5F61
Complementary color
Monochromatic Colors of #4F5F61
Black with #4F5F61
Text Example
Text Example
White with #4F5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F61; }
p { color: rgb(79,95,97); }
H1.HeaderClassName
{
color: #4F5F61;
}
.AnyTagClassName
{
color: #4F5F61;
}
</style>
background-color css
<style>
a { background-color: #4F5F61; }
a { background-color: rgb(79,95,97); }
div.DivClassName
{
background-color: #4F5F61;
}
.BgClassName
{
background-color: #4F5F61;
}
</style>
border-color css
<style>
span { border-color: #4F5F61; }
span { border-color: rgb(79,95,97); }
td.TdClassName
{
border-color: #4F5F61;
}
.TagClassName
{
border-color: #4F5F61;
}
</style>