Shades of Dell #466A24
Tints of Dell #466A24
RGB
CMYK
RGB Variations
Color information
#466A24 (or 0x466A24) is known color: Dell. HEX triplet: 46, 6A and 24. RGB value is (70,106,36). Sum of RGB (Red+Green+Blue) = 70+106+36=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #466A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A24 is #B995DB. Grayscale: #575757. Windows color (decimal): -12162524 or 2386502. OLE color: 2386502.
HSL color Cylindrical-coordinate representation of color #466A24: hue angle of 90.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466A24 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 36 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.58 |
| HSL | 90.86º | 0.49% | 0.28% | - |
| HSV(B) | 90.86º | 0.66% | 0.42% | - |
| XYZ | 8 | 11.74 | 3.51 | - |
| YUV | 87.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 36 | 0.34 | 0 | 0.66 | 0.58 | 90.86 | 0.49 | 0.28 |
| Hex | 46 | 6A | 24 | 22 | 0 | 42 | 3A | 5B | 31 | 1C |
| Octal | 106 | 152 | 44 | 42 | 0 | 102 | 72 | 133 | 61 | 34 |
| Binary | 1000110 | 1101010 | 100100 | 100010 | 0 | 1000010 | 111010 | 1011011 | 110001 | 11100 |
Color Harmonies of #466A24
Complementary color
Monochromatic Colors of #466A24
Black with #466A24
Text Example
Text Example
White with #466A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A24; }
p { color: rgb(70,106,36); }
H1.HeaderClassName
{
color: #466A24;
}
.AnyTagClassName
{
color: #466A24;
}
</style>
background-color css
<style>
a { background-color: #466A24; }
a { background-color: rgb(70,106,36); }
div.DivClassName
{
background-color: #466A24;
}
.BgClassName
{
background-color: #466A24;
}
</style>
border-color css
<style>
span { border-color: #466A24; }
span { border-color: rgb(70,106,36); }
td.TdClassName
{
border-color: #466A24;
}
.TagClassName
{
border-color: #466A24;
}
</style>