Shades of Dell #466A2A
Tints of Dell #466A2A
RGB
CMYK
RGB Variations
Color information
#466A2A (or 0x466A2A) is known color: Dell. HEX triplet: 46, 6A and 2A. RGB value is (70,106,42). Sum of RGB (Red+Green+Blue) = 70+106+42=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #466A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A2A is #B995D5. Grayscale: #585858. Windows color (decimal): -12162518 or 2779718. OLE color: 2779718.
HSL color Cylindrical-coordinate representation of color #466A2A: hue angle of 93.75º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466A2A is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 42 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.58 |
| HSL | 93.75º | 0.43% | 0.29% | - |
| HSV(B) | 93.75º | 0.6% | 0.42% | - |
| XYZ | 8.1 | 11.78 | 4.04 | - |
| YUV | 87.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 42 | 0.34 | 0 | 0.60 | 0.58 | 93.75 | 0.43 | 0.29 |
| Hex | 46 | 6A | 2A | 22 | 0 | 3C | 3A | 5E | 2B | 1D |
| Octal | 106 | 152 | 52 | 42 | 0 | 74 | 72 | 136 | 53 | 35 |
| Binary | 1000110 | 1101010 | 101010 | 100010 | 0 | 111100 | 111010 | 1011110 | 101011 | 11101 |
Color Harmonies of #466A2A
Complementary color
Monochromatic Colors of #466A2A
Black with #466A2A
Text Example
Text Example
White with #466A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A2A; }
p { color: rgb(70,106,42); }
H1.HeaderClassName
{
color: #466A2A;
}
.AnyTagClassName
{
color: #466A2A;
}
</style>
background-color css
<style>
a { background-color: #466A2A; }
a { background-color: rgb(70,106,42); }
div.DivClassName
{
background-color: #466A2A;
}
.BgClassName
{
background-color: #466A2A;
}
</style>
border-color css
<style>
span { border-color: #466A2A; }
span { border-color: rgb(70,106,42); }
td.TdClassName
{
border-color: #466A2A;
}
.TagClassName
{
border-color: #466A2A;
}
</style>