Shades of Onion #464238
Tints of Onion #464238
RGB
CMYK
RGB Variations
Color information
#464238 (or 0x464238) is known color: Onion. HEX triplet: 46, 42 and 38. RGB value is (70,66,56). Sum of RGB (Red+Green+Blue) = 70+66+56=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #464238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464238 is #B9BDC7. Grayscale: #424242. Windows color (decimal): -12172744 or 3686982. OLE color: 3686982.
HSL color Cylindrical-coordinate representation of color #464238: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464238 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 56 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.73 |
| HSL | 42.86º | 0.11% | 0.25% | - |
| HSV(B) | 42.86º | 0.2% | 0.27% | - |
| XYZ | 5.19 | 5.48 | 4.53 | - |
| YUV | 66.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 56 | 0 | 0.06 | 0.20 | 0.73 | 42.86 | 0.11 | 0.25 |
| Hex | 46 | 42 | 38 | 0 | 6 | 14 | 49 | 2B | B | 19 |
| Octal | 106 | 102 | 70 | 0 | 6 | 24 | 111 | 53 | 13 | 31 |
| Binary | 1000110 | 1000010 | 111000 | 0 | 110 | 10100 | 1001001 | 101011 | 1011 | 11001 |
Color Harmonies of #464238
Complementary color
Monochromatic Colors of #464238
Black with #464238
Text Example
Text Example
White with #464238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464238; }
p { color: rgb(70,66,56); }
H1.HeaderClassName
{
color: #464238;
}
.AnyTagClassName
{
color: #464238;
}
</style>
background-color css
<style>
a { background-color: #464238; }
a { background-color: rgb(70,66,56); }
div.DivClassName
{
background-color: #464238;
}
.BgClassName
{
background-color: #464238;
}
</style>
border-color css
<style>
span { border-color: #464238; }
span { border-color: rgb(70,66,56); }
td.TdClassName
{
border-color: #464238;
}
.TagClassName
{
border-color: #464238;
}
</style>