Shades of River Bed #4B6262
Tints of River Bed #4B6262
RGB
CMYK
RGB Variations
Color information
#4B6262 (or 0x4B6262) is known color: River Bed. HEX triplet: 4B, 62 and 62. RGB value is (75,98,98). Sum of RGB (Red+Green+Blue) = 75+98+98=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #4B6262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6262 is #B49D9D. Grayscale: #5B5B5B. Windows color (decimal): -11836830 or 6447691. OLE color: 6447691.
HSL color Cylindrical-coordinate representation of color #4B6262: hue angle of 180º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B6262 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 98 | - |
| CMYK | 0.23 | 0 | 0 | 0.62 |
| HSL | 180º | 0.13% | 0.34% | - |
| HSV(B) | 180º | 0.23% | 0.38% | - |
| XYZ | 9.47 | 11.11 | 13.2 | - |
| YUV | 91.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 98 | 0.23 | 0 | 0 | 0.62 | 180 | 0.13 | 0.34 |
| Hex | 4B | 62 | 62 | 17 | 0 | 0 | 3E | B4 | D | 22 |
| Octal | 113 | 142 | 142 | 27 | 0 | 0 | 76 | 264 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1100010 | 10111 | 0 | 0 | 111110 | 10110100 | 1101 | 100010 |
Color Harmonies of #4B6262
Complementary color
Monochromatic Colors of #4B6262
Black with #4B6262
Text Example
Text Example
White with #4B6262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6262; }
p { color: rgb(75,98,98); }
H1.HeaderClassName
{
color: #4B6262;
}
.AnyTagClassName
{
color: #4B6262;
}
</style>
background-color css
<style>
a { background-color: #4B6262; }
a { background-color: rgb(75,98,98); }
div.DivClassName
{
background-color: #4B6262;
}
.BgClassName
{
background-color: #4B6262;
}
</style>
border-color css
<style>
span { border-color: #4B6262; }
span { border-color: rgb(75,98,98); }
td.TdClassName
{
border-color: #4B6262;
}
.TagClassName
{
border-color: #4B6262;
}
</style>