Shades of River Bed #4E605F
Tints of River Bed #4E605F
RGB
CMYK
RGB Variations
Color information
#4E605F (or 0x4E605F) is known color: River Bed. HEX triplet: 4E, 60 and 5F. RGB value is (78,96,95). Sum of RGB (Red+Green+Blue) = 78+96+95=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #4E605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E605F is #B19FA0. Grayscale: #5A5A5A. Windows color (decimal): -11640737 or 6250574. OLE color: 6250574.
HSL color Cylindrical-coordinate representation of color #4E605F: hue angle of 176.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E605F is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 95 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.62 |
| HSL | 176.67º | 0.1% | 0.34% | - |
| HSV(B) | 176.67º | 0.19% | 0.38% | - |
| XYZ | 9.39 | 10.81 | 12.42 | - |
| YUV | 90.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 95 | 0.19 | 0 | 0.01 | 0.62 | 176.67 | 0.1 | 0.34 |
| Hex | 4E | 60 | 5F | 13 | 0 | 1 | 3E | B1 | A | 22 |
| Octal | 116 | 140 | 137 | 23 | 0 | 1 | 76 | 261 | 12 | 42 |
| Binary | 1001110 | 1100000 | 1011111 | 10011 | 0 | 1 | 111110 | 10110001 | 1010 | 100010 |
Color Harmonies of #4E605F
Complementary color
Monochromatic Colors of #4E605F
Black with #4E605F
Text Example
Text Example
White with #4E605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E605F; }
p { color: rgb(78,96,95); }
H1.HeaderClassName
{
color: #4E605F;
}
.AnyTagClassName
{
color: #4E605F;
}
</style>
background-color css
<style>
a { background-color: #4E605F; }
a { background-color: rgb(78,96,95); }
div.DivClassName
{
background-color: #4E605F;
}
.BgClassName
{
background-color: #4E605F;
}
</style>
border-color css
<style>
span { border-color: #4E605F; }
span { border-color: rgb(78,96,95); }
td.TdClassName
{
border-color: #4E605F;
}
.TagClassName
{
border-color: #4E605F;
}
</style>