Shades of Dell #466F2A
Tints of Dell #466F2A
RGB
CMYK
RGB Variations
Color information
#466F2A (or 0x466F2A) is known color: Dell. HEX triplet: 46, 6F and 2A. RGB value is (70,111,42). Sum of RGB (Red+Green+Blue) = 70+111+42=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #466F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F2A is #B990D5. Grayscale: #5B5B5B. Windows color (decimal): -12161238 or 2780998. OLE color: 2780998.
HSL color Cylindrical-coordinate representation of color #466F2A: hue angle of 95.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466F2A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 42 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.56 |
| HSL | 95.65º | 0.45% | 0.3% | - |
| HSV(B) | 95.65º | 0.62% | 0.44% | - |
| XYZ | 8.63 | 12.84 | 4.21 | - |
| YUV | 90.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 42 | 0.37 | 0 | 0.62 | 0.56 | 95.65 | 0.45 | 0.3 |
| Hex | 46 | 6F | 2A | 25 | 0 | 3E | 38 | 60 | 2D | 1E |
| Octal | 106 | 157 | 52 | 45 | 0 | 76 | 70 | 140 | 55 | 36 |
| Binary | 1000110 | 1101111 | 101010 | 100101 | 0 | 111110 | 111000 | 1100000 | 101101 | 11110 |
Color Harmonies of #466F2A
Complementary color
Monochromatic Colors of #466F2A
Black with #466F2A
Text Example
Text Example
White with #466F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F2A; }
p { color: rgb(70,111,42); }
H1.HeaderClassName
{
color: #466F2A;
}
.AnyTagClassName
{
color: #466F2A;
}
</style>
background-color css
<style>
a { background-color: #466F2A; }
a { background-color: rgb(70,111,42); }
div.DivClassName
{
background-color: #466F2A;
}
.BgClassName
{
background-color: #466F2A;
}
</style>
border-color css
<style>
span { border-color: #466F2A; }
span { border-color: rgb(70,111,42); }
td.TdClassName
{
border-color: #466F2A;
}
.TagClassName
{
border-color: #466F2A;
}
</style>