Shades of River Bed #4E6360
Tints of River Bed #4E6360
RGB
CMYK
RGB Variations
Color information
#4E6360 (or 0x4E6360) is known color: River Bed. HEX triplet: 4E, 63 and 60. RGB value is (78,99,96). Sum of RGB (Red+Green+Blue) = 78+99+96=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6360 is #B19C9F. Grayscale: #5C5C5C. Windows color (decimal): -11639968 or 6316878. OLE color: 6316878.
HSL color Cylindrical-coordinate representation of color #4E6360: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E6360 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 96 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.61 |
| HSL | 171.43º | 0.12% | 0.35% | - |
| HSV(B) | 171.43º | 0.21% | 0.39% | - |
| XYZ | 9.72 | 11.39 | 12.75 | - |
| YUV | 92.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 96 | 0.21 | 0 | 0.03 | 0.61 | 171.43 | 0.12 | 0.35 |
| Hex | 4E | 63 | 60 | 15 | 0 | 3 | 3D | AB | C | 23 |
| Octal | 116 | 143 | 140 | 25 | 0 | 3 | 75 | 253 | 14 | 43 |
| Binary | 1001110 | 1100011 | 1100000 | 10101 | 0 | 11 | 111101 | 10101011 | 1100 | 100011 |
Color Harmonies of #4E6360
Complementary color
Monochromatic Colors of #4E6360
Black with #4E6360
Text Example
Text Example
White with #4E6360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6360; }
p { color: rgb(78,99,96); }
H1.HeaderClassName
{
color: #4E6360;
}
.AnyTagClassName
{
color: #4E6360;
}
</style>
background-color css
<style>
a { background-color: #4E6360; }
a { background-color: rgb(78,99,96); }
div.DivClassName
{
background-color: #4E6360;
}
.BgClassName
{
background-color: #4E6360;
}
</style>
border-color css
<style>
span { border-color: #4E6360; }
span { border-color: rgb(78,99,96); }
td.TdClassName
{
border-color: #4E6360;
}
.TagClassName
{
border-color: #4E6360;
}
</style>