Shades of Dell #46622E
Tints of Dell #46622E
RGB
CMYK
RGB Variations
Color information
#46622E (or 0x46622E) is known color: Dell. HEX triplet: 46, 62 and 2E. RGB value is (70,98,46). Sum of RGB (Red+Green+Blue) = 70+98+46=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #46622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46622E is #B99DD1. Grayscale: #535353. Windows color (decimal): -12164562 or 3039814. OLE color: 3039814.
HSL color Cylindrical-coordinate representation of color #46622E: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46622E is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 46 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.62 |
| HSL | 92.31º | 0.36% | 0.28% | - |
| HSV(B) | 92.31º | 0.53% | 0.38% | - |
| XYZ | 7.39 | 10.23 | 4.17 | - |
| YUV | 83.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 46 | 0.29 | 0 | 0.53 | 0.62 | 92.31 | 0.36 | 0.28 |
| Hex | 46 | 62 | 2E | 1D | 0 | 35 | 3E | 5C | 24 | 1C |
| Octal | 106 | 142 | 56 | 35 | 0 | 65 | 76 | 134 | 44 | 34 |
| Binary | 1000110 | 1100010 | 101110 | 11101 | 0 | 110101 | 111110 | 1011100 | 100100 | 11100 |
Color Harmonies of #46622E
Complementary color
Monochromatic Colors of #46622E
Black with #46622E
Text Example
Text Example
White with #46622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46622E; }
p { color: rgb(70,98,46); }
H1.HeaderClassName
{
color: #46622E;
}
.AnyTagClassName
{
color: #46622E;
}
</style>
background-color css
<style>
a { background-color: #46622E; }
a { background-color: rgb(70,98,46); }
div.DivClassName
{
background-color: #46622E;
}
.BgClassName
{
background-color: #46622E;
}
</style>
border-color css
<style>
span { border-color: #46622E; }
span { border-color: rgb(70,98,46); }
td.TdClassName
{
border-color: #46622E;
}
.TagClassName
{
border-color: #46622E;
}
</style>