Shades of Dell #466E32
Tints of Dell #466E32
RGB
CMYK
RGB Variations
Color information
#466E32 (or 0x466E32) is known color: Dell. HEX triplet: 46, 6E and 32. RGB value is (70,110,50). Sum of RGB (Red+Green+Blue) = 70+110+50=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #466E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E32 is #B991CD. Grayscale: #5B5B5B. Windows color (decimal): -12161486 or 3305030. OLE color: 3305030.
HSL color Cylindrical-coordinate representation of color #466E32: hue angle of 100º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466E32 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 50 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.57 |
| HSL | 100º | 0.38% | 0.31% | - |
| HSV(B) | 100º | 0.55% | 0.43% | - |
| XYZ | 8.68 | 12.68 | 5.01 | - |
| YUV | 91.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 50 | 0.36 | 0 | 0.55 | 0.57 | 100 | 0.38 | 0.31 |
| Hex | 46 | 6E | 32 | 24 | 0 | 37 | 39 | 64 | 26 | 1F |
| Octal | 106 | 156 | 62 | 44 | 0 | 67 | 71 | 144 | 46 | 37 |
| Binary | 1000110 | 1101110 | 110010 | 100100 | 0 | 110111 | 111001 | 1100100 | 100110 | 11111 |
Color Harmonies of #466E32
Complementary color
Monochromatic Colors of #466E32
Black with #466E32
Text Example
Text Example
White with #466E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E32; }
p { color: rgb(70,110,50); }
H1.HeaderClassName
{
color: #466E32;
}
.AnyTagClassName
{
color: #466E32;
}
</style>
background-color css
<style>
a { background-color: #466E32; }
a { background-color: rgb(70,110,50); }
div.DivClassName
{
background-color: #466E32;
}
.BgClassName
{
background-color: #466E32;
}
</style>
border-color css
<style>
span { border-color: #466E32; }
span { border-color: rgb(70,110,50); }
td.TdClassName
{
border-color: #466E32;
}
.TagClassName
{
border-color: #466E32;
}
</style>