Shades of Dell #466D31
Tints of Dell #466D31
RGB
CMYK
RGB Variations
Color information
#466D31 (or 0x466D31) is known color: Dell. HEX triplet: 46, 6D and 31. RGB value is (70,109,49). Sum of RGB (Red+Green+Blue) = 70+109+49=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #466D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D31 is #B992CE. Grayscale: #5A5A5A. Windows color (decimal): -12161743 or 3239238. OLE color: 3239238.
HSL color Cylindrical-coordinate representation of color #466D31: hue angle of 99º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466D31 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 49 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.57 |
| HSL | 99º | 0.38% | 0.31% | - |
| HSV(B) | 99º | 0.55% | 0.43% | - |
| XYZ | 8.55 | 12.46 | 4.86 | - |
| YUV | 90.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 49 | 0.36 | 0 | 0.55 | 0.57 | 99 | 0.38 | 0.31 |
| Hex | 46 | 6D | 31 | 24 | 0 | 37 | 39 | 63 | 26 | 1F |
| Octal | 106 | 155 | 61 | 44 | 0 | 67 | 71 | 143 | 46 | 37 |
| Binary | 1000110 | 1101101 | 110001 | 100100 | 0 | 110111 | 111001 | 1100011 | 100110 | 11111 |
Color Harmonies of #466D31
Complementary color
Monochromatic Colors of #466D31
Black with #466D31
Text Example
Text Example
White with #466D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D31; }
p { color: rgb(70,109,49); }
H1.HeaderClassName
{
color: #466D31;
}
.AnyTagClassName
{
color: #466D31;
}
</style>
background-color css
<style>
a { background-color: #466D31; }
a { background-color: rgb(70,109,49); }
div.DivClassName
{
background-color: #466D31;
}
.BgClassName
{
background-color: #466D31;
}
</style>
border-color css
<style>
span { border-color: #466D31; }
span { border-color: rgb(70,109,49); }
td.TdClassName
{
border-color: #466D31;
}
.TagClassName
{
border-color: #466D31;
}
</style>