Shades of Dell #466E21
Tints of Dell #466E21
RGB
CMYK
RGB Variations
Color information
#466E21 (or 0x466E21) is known color: Dell. HEX triplet: 46, 6E and 21. RGB value is (70,110,33). Sum of RGB (Red+Green+Blue) = 70+110+33=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #466E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E21 is #B991DE. Grayscale: #595959. Windows color (decimal): -12161503 or 2190918. OLE color: 2190918.
HSL color Cylindrical-coordinate representation of color #466E21: hue angle of 91.17º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466E21 is Cyan = 0.36, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 33 | - |
| CMYK | 0.36 | 0 | 0.7 | 0.57 |
| HSL | 91.17º | 0.54% | 0.28% | - |
| HSV(B) | 91.17º | 0.7% | 0.43% | - |
| XYZ | 8.38 | 12.56 | 3.42 | - |
| YUV | 89.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 33 | 0.36 | 0 | 0.7 | 0.57 | 91.17 | 0.54 | 0.28 |
| Hex | 46 | 6E | 21 | 24 | 0 | 46 | 39 | 5B | 36 | 1C |
| Octal | 106 | 156 | 41 | 44 | 0 | 106 | 71 | 133 | 66 | 34 |
| Binary | 1000110 | 1101110 | 100001 | 100100 | 0 | 1000110 | 111001 | 1011011 | 110110 | 11100 |
Color Harmonies of #466E21
Complementary color
Monochromatic Colors of #466E21
Black with #466E21
Text Example
Text Example
White with #466E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E21; }
p { color: rgb(70,110,33); }
H1.HeaderClassName
{
color: #466E21;
}
.AnyTagClassName
{
color: #466E21;
}
</style>
background-color css
<style>
a { background-color: #466E21; }
a { background-color: rgb(70,110,33); }
div.DivClassName
{
background-color: #466E21;
}
.BgClassName
{
background-color: #466E21;
}
</style>
border-color css
<style>
span { border-color: #466E21; }
span { border-color: rgb(70,110,33); }
td.TdClassName
{
border-color: #466E21;
}
.TagClassName
{
border-color: #466E21;
}
</style>