Shades of Dell #466E2B
Tints of Dell #466E2B
RGB
CMYK
RGB Variations
Color information
#466E2B (or 0x466E2B) is known color: Dell. HEX triplet: 46, 6E and 2B. RGB value is (70,110,43). Sum of RGB (Red+Green+Blue) = 70+110+43=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #466E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E2B is #B991D4. Grayscale: #5A5A5A. Windows color (decimal): -12161493 or 2846278. OLE color: 2846278.
HSL color Cylindrical-coordinate representation of color #466E2B: hue angle of 95.82º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466E2B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 43 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.57 |
| HSL | 95.82º | 0.44% | 0.3% | - |
| HSV(B) | 95.82º | 0.61% | 0.43% | - |
| XYZ | 8.54 | 12.63 | 4.27 | - |
| YUV | 90.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 43 | 0.36 | 0 | 0.61 | 0.57 | 95.82 | 0.44 | 0.3 |
| Hex | 46 | 6E | 2B | 24 | 0 | 3D | 39 | 60 | 2C | 1E |
| Octal | 106 | 156 | 53 | 44 | 0 | 75 | 71 | 140 | 54 | 36 |
| Binary | 1000110 | 1101110 | 101011 | 100100 | 0 | 111101 | 111001 | 1100000 | 101100 | 11110 |
Color Harmonies of #466E2B
Complementary color
Monochromatic Colors of #466E2B
Black with #466E2B
Text Example
Text Example
White with #466E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E2B; }
p { color: rgb(70,110,43); }
H1.HeaderClassName
{
color: #466E2B;
}
.AnyTagClassName
{
color: #466E2B;
}
</style>
background-color css
<style>
a { background-color: #466E2B; }
a { background-color: rgb(70,110,43); }
div.DivClassName
{
background-color: #466E2B;
}
.BgClassName
{
background-color: #466E2B;
}
</style>
border-color css
<style>
span { border-color: #466E2B; }
span { border-color: rgb(70,110,43); }
td.TdClassName
{
border-color: #466E2B;
}
.TagClassName
{
border-color: #466E2B;
}
</style>