Shades of River Bed #4E6461
Tints of River Bed #4E6461
RGB
CMYK
RGB Variations
Color information
#4E6461 (or 0x4E6461) is known color: River Bed. HEX triplet: 4E, 64 and 61. RGB value is (78,100,97). Sum of RGB (Red+Green+Blue) = 78+100+97=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6461 is #B19B9E. Grayscale: #5D5D5D. Windows color (decimal): -11639711 or 6382670. OLE color: 6382670.
HSL color Cylindrical-coordinate representation of color #4E6461: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E6461 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 97 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.61 |
| HSL | 171.82º | 0.12% | 0.35% | - |
| HSV(B) | 171.82º | 0.22% | 0.39% | - |
| XYZ | 9.86 | 11.6 | 13.03 | - |
| YUV | 93.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 97 | 0.22 | 0 | 0.03 | 0.61 | 171.82 | 0.12 | 0.35 |
| Hex | 4E | 64 | 61 | 16 | 0 | 3 | 3D | AC | C | 23 |
| Octal | 116 | 144 | 141 | 26 | 0 | 3 | 75 | 254 | 14 | 43 |
| Binary | 1001110 | 1100100 | 1100001 | 10110 | 0 | 11 | 111101 | 10101100 | 1100 | 100011 |
Color Harmonies of #4E6461
Complementary color
Monochromatic Colors of #4E6461
Black with #4E6461
Text Example
Text Example
White with #4E6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6461; }
p { color: rgb(78,100,97); }
H1.HeaderClassName
{
color: #4E6461;
}
.AnyTagClassName
{
color: #4E6461;
}
</style>
background-color css
<style>
a { background-color: #4E6461; }
a { background-color: rgb(78,100,97); }
div.DivClassName
{
background-color: #4E6461;
}
.BgClassName
{
background-color: #4E6461;
}
</style>
border-color css
<style>
span { border-color: #4E6461; }
span { border-color: rgb(78,100,97); }
td.TdClassName
{
border-color: #4E6461;
}
.TagClassName
{
border-color: #4E6461;
}
</style>