Shades of River Bed #4F6564
Tints of River Bed #4F6564
RGB
CMYK
RGB Variations
Color information
#4F6564 (or 0x4F6564) is known color: River Bed. HEX triplet: 4F, 65 and 64. RGB value is (79,101,100). Sum of RGB (Red+Green+Blue) = 79+101+100=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6564 is #B09A9B. Grayscale: #5E5E5E. Windows color (decimal): -11573916 or 6579535. OLE color: 6579535.
HSL color Cylindrical-coordinate representation of color #4F6564: hue angle of 177.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F6564 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 100 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.60 |
| HSL | 177.27º | 0.12% | 0.35% | - |
| HSV(B) | 177.27º | 0.22% | 0.4% | - |
| XYZ | 10.18 | 11.89 | 13.82 | - |
| YUV | 94.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 100 | 0.22 | 0 | 0.01 | 0.60 | 177.27 | 0.12 | 0.35 |
| Hex | 4F | 65 | 64 | 16 | 0 | 1 | 3C | B1 | C | 23 |
| Octal | 117 | 145 | 144 | 26 | 0 | 1 | 74 | 261 | 14 | 43 |
| Binary | 1001111 | 1100101 | 1100100 | 10110 | 0 | 1 | 111100 | 10110001 | 1100 | 100011 |
Color Harmonies of #4F6564
Complementary color
Monochromatic Colors of #4F6564
Black with #4F6564
Text Example
Text Example
White with #4F6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6564; }
p { color: rgb(79,101,100); }
H1.HeaderClassName
{
color: #4F6564;
}
.AnyTagClassName
{
color: #4F6564;
}
</style>
background-color css
<style>
a { background-color: #4F6564; }
a { background-color: rgb(79,101,100); }
div.DivClassName
{
background-color: #4F6564;
}
.BgClassName
{
background-color: #4F6564;
}
</style>
border-color css
<style>
span { border-color: #4F6564; }
span { border-color: rgb(79,101,100); }
td.TdClassName
{
border-color: #4F6564;
}
.TagClassName
{
border-color: #4F6564;
}
</style>