Shades of Dell #496633
Tints of Dell #496633
RGB
CMYK
RGB Variations
Color information
#496633 (or 0x496633) is known color: Dell. HEX triplet: 49, 66 and 33. RGB value is (73,102,51). Sum of RGB (Red+Green+Blue) = 73+102+51=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #496633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496633 is #B699CC. Grayscale: #575757. Windows color (decimal): -11966925 or 3368521. OLE color: 3368521.
HSL color Cylindrical-coordinate representation of color #496633: hue angle of 94.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496633 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 51 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.6 |
| HSL | 94.12º | 0.33% | 0.3% | - |
| HSV(B) | 94.12º | 0.5% | 0.4% | - |
| XYZ | 8.1 | 11.16 | 4.86 | - |
| YUV | 87.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 51 | 0.28 | 0 | 0.5 | 0.6 | 94.12 | 0.33 | 0.3 |
| Hex | 49 | 66 | 33 | 1C | 0 | 32 | 3C | 5E | 21 | 1E |
| Octal | 111 | 146 | 63 | 34 | 0 | 62 | 74 | 136 | 41 | 36 |
| Binary | 1001001 | 1100110 | 110011 | 11100 | 0 | 110010 | 111100 | 1011110 | 100001 | 11110 |
Color Harmonies of #496633
Complementary color
Monochromatic Colors of #496633
Black with #496633
Text Example
Text Example
White with #496633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496633; }
p { color: rgb(73,102,51); }
H1.HeaderClassName
{
color: #496633;
}
.AnyTagClassName
{
color: #496633;
}
</style>
background-color css
<style>
a { background-color: #496633; }
a { background-color: rgb(73,102,51); }
div.DivClassName
{
background-color: #496633;
}
.BgClassName
{
background-color: #496633;
}
</style>
border-color css
<style>
span { border-color: #496633; }
span { border-color: rgb(73,102,51); }
td.TdClassName
{
border-color: #496633;
}
.TagClassName
{
border-color: #496633;
}
</style>