Shades of River Bed #4F5D60
Tints of River Bed #4F5D60
RGB
CMYK
RGB Variations
Color information
#4F5D60 (or 0x4F5D60) is known color: River Bed. HEX triplet: 4F, 5D and 60. RGB value is (79,93,96). Sum of RGB (Red+Green+Blue) = 79+93+96=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D60 is #B0A29F. Grayscale: #595959. Windows color (decimal): -11575968 or 6315343. OLE color: 6315343.
HSL color Cylindrical-coordinate representation of color #4F5D60: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5D60 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 93 | 96 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.62 |
| HSL | 190.59º | 0.1% | 0.34% | - |
| HSV(B) | 190.59º | 0.18% | 0.38% | - |
| XYZ | 9.25 | 10.34 | 12.57 | - |
| YUV | 89.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 96 | 0.18 | 0.03 | 0 | 0.62 | 190.59 | 0.1 | 0.34 |
| Hex | 4F | 5D | 60 | 12 | 3 | 0 | 3E | BF | A | 22 |
| Octal | 117 | 135 | 140 | 22 | 3 | 0 | 76 | 277 | 12 | 42 |
| Binary | 1001111 | 1011101 | 1100000 | 10010 | 11 | 0 | 111110 | 10111111 | 1010 | 100010 |
Color Harmonies of #4F5D60
Complementary color
Monochromatic Colors of #4F5D60
Black with #4F5D60
Text Example
Text Example
White with #4F5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D60; }
p { color: rgb(79,93,96); }
H1.HeaderClassName
{
color: #4F5D60;
}
.AnyTagClassName
{
color: #4F5D60;
}
</style>
background-color css
<style>
a { background-color: #4F5D60; }
a { background-color: rgb(79,93,96); }
div.DivClassName
{
background-color: #4F5D60;
}
.BgClassName
{
background-color: #4F5D60;
}
</style>
border-color css
<style>
span { border-color: #4F5D60; }
span { border-color: rgb(79,93,96); }
td.TdClassName
{
border-color: #4F5D60;
}
.TagClassName
{
border-color: #4F5D60;
}
</style>