Shades of Dell #466F33
Tints of Dell #466F33
RGB
CMYK
RGB Variations
Color information
#466F33 (or 0x466F33) is known color: Dell. HEX triplet: 46, 6F and 33. RGB value is (70,111,51). Sum of RGB (Red+Green+Blue) = 70+111+51=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #466F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F33 is #B990CC. Grayscale: #5C5C5C. Windows color (decimal): -12161229 or 3370822. OLE color: 3370822.
HSL color Cylindrical-coordinate representation of color #466F33: hue angle of 101º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466F33 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 51 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.56 |
| HSL | 101º | 0.37% | 0.32% | - |
| HSV(B) | 101º | 0.54% | 0.44% | - |
| XYZ | 8.81 | 12.91 | 5.16 | - |
| YUV | 91.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 51 | 0.37 | 0 | 0.54 | 0.56 | 101 | 0.37 | 0.32 |
| Hex | 46 | 6F | 33 | 25 | 0 | 36 | 38 | 65 | 25 | 20 |
| Octal | 106 | 157 | 63 | 45 | 0 | 66 | 70 | 145 | 45 | 40 |
| Binary | 1000110 | 1101111 | 110011 | 100101 | 0 | 110110 | 111000 | 1100101 | 100101 | 100000 |
Color Harmonies of #466F33
Complementary color
Monochromatic Colors of #466F33
Black with #466F33
Text Example
Text Example
White with #466F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F33; }
p { color: rgb(70,111,51); }
H1.HeaderClassName
{
color: #466F33;
}
.AnyTagClassName
{
color: #466F33;
}
</style>
background-color css
<style>
a { background-color: #466F33; }
a { background-color: rgb(70,111,51); }
div.DivClassName
{
background-color: #466F33;
}
.BgClassName
{
background-color: #466F33;
}
</style>
border-color css
<style>
span { border-color: #466F33; }
span { border-color: rgb(70,111,51); }
td.TdClassName
{
border-color: #466F33;
}
.TagClassName
{
border-color: #466F33;
}
</style>