Shades of River Bed #4C6463
Tints of River Bed #4C6463
RGB
CMYK
RGB Variations
Color information
#4C6463 (or 0x4C6463) is known color: River Bed. HEX triplet: 4C, 64 and 63. RGB value is (76,100,99). Sum of RGB (Red+Green+Blue) = 76+100+99=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6463 is #B39B9C. Grayscale: #5C5C5C. Windows color (decimal): -11770781 or 6513740. OLE color: 6513740.
HSL color Cylindrical-coordinate representation of color #4C6463: hue angle of 177.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C6463 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 99 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.61 |
| HSL | 177.5º | 0.14% | 0.35% | - |
| HSV(B) | 177.5º | 0.24% | 0.39% | - |
| XYZ | 9.79 | 11.55 | 13.52 | - |
| YUV | 92.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 99 | 0.24 | 0 | 0.01 | 0.61 | 177.5 | 0.14 | 0.35 |
| Hex | 4C | 64 | 63 | 18 | 0 | 1 | 3D | B2 | E | 23 |
| Octal | 114 | 144 | 143 | 30 | 0 | 1 | 75 | 262 | 16 | 43 |
| Binary | 1001100 | 1100100 | 1100011 | 11000 | 0 | 1 | 111101 | 10110010 | 1110 | 100011 |
Color Harmonies of #4C6463
Complementary color
Monochromatic Colors of #4C6463
Black with #4C6463
Text Example
Text Example
White with #4C6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6463; }
p { color: rgb(76,100,99); }
H1.HeaderClassName
{
color: #4C6463;
}
.AnyTagClassName
{
color: #4C6463;
}
</style>
background-color css
<style>
a { background-color: #4C6463; }
a { background-color: rgb(76,100,99); }
div.DivClassName
{
background-color: #4C6463;
}
.BgClassName
{
background-color: #4C6463;
}
</style>
border-color css
<style>
span { border-color: #4C6463; }
span { border-color: rgb(76,100,99); }
td.TdClassName
{
border-color: #4C6463;
}
.TagClassName
{
border-color: #4C6463;
}
</style>