Shades of River Bed #4D6162
Tints of River Bed #4D6162
RGB
CMYK
RGB Variations
Color information
#4D6162 (or 0x4D6162) is known color: River Bed. HEX triplet: 4D, 61 and 62. RGB value is (77,97,98). Sum of RGB (Red+Green+Blue) = 77+97+98=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D6162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6162 is #B29E9D. Grayscale: #5B5B5B. Windows color (decimal): -11706014 or 6447437. OLE color: 6447437.
HSL color Cylindrical-coordinate representation of color #4D6162: hue angle of 182.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D6162 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 98 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.62 |
| HSL | 182.86º | 0.12% | 0.34% | - |
| HSV(B) | 182.86º | 0.21% | 0.38% | - |
| XYZ | 9.54 | 11.01 | 13.18 | - |
| YUV | 91.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 98 | 0.21 | 0.01 | 0 | 0.62 | 182.86 | 0.12 | 0.34 |
| Hex | 4D | 61 | 62 | 15 | 1 | 0 | 3E | B7 | C | 22 |
| Octal | 115 | 141 | 142 | 25 | 1 | 0 | 76 | 267 | 14 | 42 |
| Binary | 1001101 | 1100001 | 1100010 | 10101 | 1 | 0 | 111110 | 10110111 | 1100 | 100010 |
Color Harmonies of #4D6162
Complementary color
Monochromatic Colors of #4D6162
Black with #4D6162
Text Example
Text Example
White with #4D6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6162; }
p { color: rgb(77,97,98); }
H1.HeaderClassName
{
color: #4D6162;
}
.AnyTagClassName
{
color: #4D6162;
}
</style>
background-color css
<style>
a { background-color: #4D6162; }
a { background-color: rgb(77,97,98); }
div.DivClassName
{
background-color: #4D6162;
}
.BgClassName
{
background-color: #4D6162;
}
</style>
border-color css
<style>
span { border-color: #4D6162; }
span { border-color: rgb(77,97,98); }
td.TdClassName
{
border-color: #4D6162;
}
.TagClassName
{
border-color: #4D6162;
}
</style>