Shades of Onion #4B462F
Tints of Onion #4B462F
RGB
CMYK
RGB Variations
Color information
#4B462F (or 0x4B462F) is known color: Onion. HEX triplet: 4B, 46 and 2F. RGB value is (75,70,47). Sum of RGB (Red+Green+Blue) = 75+70+47=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B462F is #B4B9D0. Grayscale: #444444. Windows color (decimal): -11844049 or 3098187. OLE color: 3098187.
HSL color Cylindrical-coordinate representation of color #4B462F: hue angle of 49.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B462F is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 70 | 47 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.71 |
| HSL | 49.29º | 0.23% | 0.24% | - |
| HSV(B) | 49.29º | 0.37% | 0.29% | - |
| XYZ | 5.6 | 6.08 | 3.57 | - |
| YUV | 68.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 47 | 0 | 0.07 | 0.37 | 0.71 | 49.29 | 0.23 | 0.24 |
| Hex | 4B | 46 | 2F | 0 | 7 | 25 | 47 | 31 | 17 | 18 |
| Octal | 113 | 106 | 57 | 0 | 7 | 45 | 107 | 61 | 27 | 30 |
| Binary | 1001011 | 1000110 | 101111 | 0 | 111 | 100101 | 1000111 | 110001 | 10111 | 11000 |
Color Harmonies of #4B462F
Complementary color
Monochromatic Colors of #4B462F
Black with #4B462F
Text Example
Text Example
White with #4B462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B462F; }
p { color: rgb(75,70,47); }
H1.HeaderClassName
{
color: #4B462F;
}
.AnyTagClassName
{
color: #4B462F;
}
</style>
background-color css
<style>
a { background-color: #4B462F; }
a { background-color: rgb(75,70,47); }
div.DivClassName
{
background-color: #4B462F;
}
.BgClassName
{
background-color: #4B462F;
}
</style>
border-color css
<style>
span { border-color: #4B462F; }
span { border-color: rgb(75,70,47); }
td.TdClassName
{
border-color: #4B462F;
}
.TagClassName
{
border-color: #4B462F;
}
</style>