Shades of River Bed #4B6562
Tints of River Bed #4B6562
RGB
CMYK
RGB Variations
Color information
#4B6562 (or 0x4B6562) is known color: River Bed. HEX triplet: 4B, 65 and 62. RGB value is (75,101,98). Sum of RGB (Red+Green+Blue) = 75+101+98=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6562 is #B49A9D. Grayscale: #5C5C5C. Windows color (decimal): -11836062 or 6448459. OLE color: 6448459.
HSL color Cylindrical-coordinate representation of color #4B6562: hue angle of 173.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6562 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 98 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.60 |
| HSL | 173.08º | 0.15% | 0.35% | - |
| HSV(B) | 173.08º | 0.26% | 0.4% | - |
| XYZ | 9.76 | 11.69 | 13.3 | - |
| YUV | 92.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 98 | 0.26 | 0 | 0.03 | 0.60 | 173.08 | 0.15 | 0.35 |
| Hex | 4B | 65 | 62 | 1A | 0 | 3 | 3C | AD | F | 23 |
| Octal | 113 | 145 | 142 | 32 | 0 | 3 | 74 | 255 | 17 | 43 |
| Binary | 1001011 | 1100101 | 1100010 | 11010 | 0 | 11 | 111100 | 10101101 | 1111 | 100011 |
Color Harmonies of #4B6562
Complementary color
Monochromatic Colors of #4B6562
Black with #4B6562
Text Example
Text Example
White with #4B6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6562; }
p { color: rgb(75,101,98); }
H1.HeaderClassName
{
color: #4B6562;
}
.AnyTagClassName
{
color: #4B6562;
}
</style>
background-color css
<style>
a { background-color: #4B6562; }
a { background-color: rgb(75,101,98); }
div.DivClassName
{
background-color: #4B6562;
}
.BgClassName
{
background-color: #4B6562;
}
</style>
border-color css
<style>
span { border-color: #4B6562; }
span { border-color: rgb(75,101,98); }
td.TdClassName
{
border-color: #4B6562;
}
.TagClassName
{
border-color: #4B6562;
}
</style>