Shades of Dell #466E28
Tints of Dell #466E28
RGB
CMYK
RGB Variations
Color information
#466E28 (or 0x466E28) is known color: Dell. HEX triplet: 46, 6E and 28. RGB value is (70,110,40). Sum of RGB (Red+Green+Blue) = 70+110+40=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #466E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E28 is #B991D7. Grayscale: #5A5A5A. Windows color (decimal): -12161496 or 2649670. OLE color: 2649670.
HSL color Cylindrical-coordinate representation of color #466E28: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #466E28 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 40 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.57 |
| HSL | 94.29º | 0.47% | 0.29% | - |
| HSV(B) | 94.29º | 0.64% | 0.43% | - |
| XYZ | 8.48 | 12.61 | 3.99 | - |
| YUV | 90.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 40 | 0.36 | 0 | 0.64 | 0.57 | 94.29 | 0.47 | 0.29 |
| Hex | 46 | 6E | 28 | 24 | 0 | 40 | 39 | 5E | 2F | 1D |
| Octal | 106 | 156 | 50 | 44 | 0 | 100 | 71 | 136 | 57 | 35 |
| Binary | 1000110 | 1101110 | 101000 | 100100 | 0 | 1000000 | 111001 | 1011110 | 101111 | 11101 |
Color Harmonies of #466E28
Complementary color
Monochromatic Colors of #466E28
Black with #466E28
Text Example
Text Example
White with #466E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E28; }
p { color: rgb(70,110,40); }
H1.HeaderClassName
{
color: #466E28;
}
.AnyTagClassName
{
color: #466E28;
}
</style>
background-color css
<style>
a { background-color: #466E28; }
a { background-color: rgb(70,110,40); }
div.DivClassName
{
background-color: #466E28;
}
.BgClassName
{
background-color: #466E28;
}
</style>
border-color css
<style>
span { border-color: #466E28; }
span { border-color: rgb(70,110,40); }
td.TdClassName
{
border-color: #466E28;
}
.TagClassName
{
border-color: #466E28;
}
</style>