Shades of Dell #466F21
Tints of Dell #466F21
RGB
CMYK
RGB Variations
Color information
#466F21 (or 0x466F21) is known color: Dell. HEX triplet: 46, 6F and 21. RGB value is (70,111,33). Sum of RGB (Red+Green+Blue) = 70+111+33=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #466F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F21 is #B990DE. Grayscale: #5A5A5A. Windows color (decimal): -12161247 or 2191174. OLE color: 2191174.
HSL color Cylindrical-coordinate representation of color #466F21: hue angle of 91.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466F21 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 33 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.56 |
| HSL | 91.54º | 0.54% | 0.28% | - |
| HSV(B) | 91.54º | 0.7% | 0.44% | - |
| XYZ | 8.48 | 12.78 | 3.46 | - |
| YUV | 89.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 33 | 0.37 | 0 | 0.70 | 0.56 | 91.54 | 0.54 | 0.28 |
| Hex | 46 | 6F | 21 | 25 | 0 | 46 | 38 | 5C | 36 | 1C |
| Octal | 106 | 157 | 41 | 45 | 0 | 106 | 70 | 134 | 66 | 34 |
| Binary | 1000110 | 1101111 | 100001 | 100101 | 0 | 1000110 | 111000 | 1011100 | 110110 | 11100 |
Color Harmonies of #466F21
Complementary color
Monochromatic Colors of #466F21
Black with #466F21
Text Example
Text Example
White with #466F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F21; }
p { color: rgb(70,111,33); }
H1.HeaderClassName
{
color: #466F21;
}
.AnyTagClassName
{
color: #466F21;
}
</style>
background-color css
<style>
a { background-color: #466F21; }
a { background-color: rgb(70,111,33); }
div.DivClassName
{
background-color: #466F21;
}
.BgClassName
{
background-color: #466F21;
}
</style>
border-color css
<style>
span { border-color: #466F21; }
span { border-color: rgb(70,111,33); }
td.TdClassName
{
border-color: #466F21;
}
.TagClassName
{
border-color: #466F21;
}
</style>