Shades of Dell #466D33
Tints of Dell #466D33
RGB
CMYK
RGB Variations
Color information
#466D33 (or 0x466D33) is known color: Dell. HEX triplet: 46, 6D and 33. RGB value is (70,109,51). Sum of RGB (Red+Green+Blue) = 70+109+51=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #466D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D33 is #B992CC. Grayscale: #5A5A5A. Windows color (decimal): -12161741 or 3370310. OLE color: 3370310.
HSL color Cylindrical-coordinate representation of color #466D33: hue angle of 100.34º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466D33 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 51 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.57 |
| HSL | 100.34º | 0.36% | 0.31% | - |
| HSV(B) | 100.34º | 0.53% | 0.43% | - |
| XYZ | 8.59 | 12.48 | 5.09 | - |
| YUV | 90.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 51 | 0.36 | 0 | 0.53 | 0.57 | 100.34 | 0.36 | 0.31 |
| Hex | 46 | 6D | 33 | 24 | 0 | 35 | 39 | 64 | 24 | 1F |
| Octal | 106 | 155 | 63 | 44 | 0 | 65 | 71 | 144 | 44 | 37 |
| Binary | 1000110 | 1101101 | 110011 | 100100 | 0 | 110101 | 111001 | 1100100 | 100100 | 11111 |
Color Harmonies of #466D33
Complementary color
Monochromatic Colors of #466D33
Black with #466D33
Text Example
Text Example
White with #466D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D33; }
p { color: rgb(70,109,51); }
H1.HeaderClassName
{
color: #466D33;
}
.AnyTagClassName
{
color: #466D33;
}
</style>
background-color css
<style>
a { background-color: #466D33; }
a { background-color: rgb(70,109,51); }
div.DivClassName
{
background-color: #466D33;
}
.BgClassName
{
background-color: #466D33;
}
</style>
border-color css
<style>
span { border-color: #466D33; }
span { border-color: rgb(70,109,51); }
td.TdClassName
{
border-color: #466D33;
}
.TagClassName
{
border-color: #466D33;
}
</style>