Shades of Dell #466A2E
Tints of Dell #466A2E
RGB
CMYK
RGB Variations
Color information
#466A2E (or 0x466A2E) is known color: Dell. HEX triplet: 46, 6A and 2E. RGB value is (70,106,46). Sum of RGB (Red+Green+Blue) = 70+106+46=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #466A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A2E is #B995D1. Grayscale: #585858. Windows color (decimal): -12162514 or 3041862. OLE color: 3041862.
HSL color Cylindrical-coordinate representation of color #466A2E: hue angle of 96º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466A2E is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 46 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.58 |
| HSL | 96º | 0.39% | 0.3% | - |
| HSV(B) | 96º | 0.57% | 0.42% | - |
| XYZ | 8.17 | 11.81 | 4.43 | - |
| YUV | 88.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 46 | 0.34 | 0 | 0.57 | 0.58 | 96 | 0.39 | 0.3 |
| Hex | 46 | 6A | 2E | 22 | 0 | 39 | 3A | 60 | 27 | 1E |
| Octal | 106 | 152 | 56 | 42 | 0 | 71 | 72 | 140 | 47 | 36 |
| Binary | 1000110 | 1101010 | 101110 | 100010 | 0 | 111001 | 111010 | 1100000 | 100111 | 11110 |
Color Harmonies of #466A2E
Complementary color
Monochromatic Colors of #466A2E
Black with #466A2E
Text Example
Text Example
White with #466A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A2E; }
p { color: rgb(70,106,46); }
H1.HeaderClassName
{
color: #466A2E;
}
.AnyTagClassName
{
color: #466A2E;
}
</style>
background-color css
<style>
a { background-color: #466A2E; }
a { background-color: rgb(70,106,46); }
div.DivClassName
{
background-color: #466A2E;
}
.BgClassName
{
background-color: #466A2E;
}
</style>
border-color css
<style>
span { border-color: #466A2E; }
span { border-color: rgb(70,106,46); }
td.TdClassName
{
border-color: #466A2E;
}
.TagClassName
{
border-color: #466A2E;
}
</style>