Shades of River Bed #4E6565
Tints of River Bed #4E6565
RGB
CMYK
RGB Variations
Color information
#4E6565 (or 0x4E6565) is known color: River Bed. HEX triplet: 4E, 65 and 65. RGB value is (78,101,101). Sum of RGB (Red+Green+Blue) = 78+101+101=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #4E6565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6565 is #B19A9A. Grayscale: #5E5E5E. Windows color (decimal): -11639451 or 6645070. OLE color: 6645070.
HSL color Cylindrical-coordinate representation of color #4E6565: hue angle of 180º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E6565 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 101 | - |
| CMYK | 0.23 | 0 | 0 | 0.60 |
| HSL | 180º | 0.13% | 0.35% | - |
| HSV(B) | 180º | 0.23% | 0.4% | - |
| XYZ | 10.14 | 11.87 | 14.07 | - |
| YUV | 94.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 101 | 0.23 | 0 | 0 | 0.60 | 180 | 0.13 | 0.35 |
| Hex | 4E | 65 | 65 | 17 | 0 | 0 | 3C | B4 | D | 23 |
| Octal | 116 | 145 | 145 | 27 | 0 | 0 | 74 | 264 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1100101 | 10111 | 0 | 0 | 111100 | 10110100 | 1101 | 100011 |
Color Harmonies of #4E6565
Complementary color
Monochromatic Colors of #4E6565
Black with #4E6565
Text Example
Text Example
White with #4E6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6565; }
p { color: rgb(78,101,101); }
H1.HeaderClassName
{
color: #4E6565;
}
.AnyTagClassName
{
color: #4E6565;
}
</style>
background-color css
<style>
a { background-color: #4E6565; }
a { background-color: rgb(78,101,101); }
div.DivClassName
{
background-color: #4E6565;
}
.BgClassName
{
background-color: #4E6565;
}
</style>
border-color css
<style>
span { border-color: #4E6565; }
span { border-color: rgb(78,101,101); }
td.TdClassName
{
border-color: #4E6565;
}
.TagClassName
{
border-color: #4E6565;
}
</style>