Shades of Dell #49662E
Tints of Dell #49662E
RGB
CMYK
RGB Variations
Color information
#49662E (or 0x49662E) is known color: Dell. HEX triplet: 49, 66 and 2E. RGB value is (73,102,46). Sum of RGB (Red+Green+Blue) = 73+102+46=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #49662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49662E is #B699D1. Grayscale: #575757. Windows color (decimal): -11966930 or 3040841. OLE color: 3040841.
HSL color Cylindrical-coordinate representation of color #49662E: hue angle of 91.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49662E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 46 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.6 |
| HSL | 91.07º | 0.38% | 0.29% | - |
| HSV(B) | 91.07º | 0.55% | 0.4% | - |
| XYZ | 7.99 | 11.12 | 4.31 | - |
| YUV | 86.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 46 | 0.28 | 0 | 0.55 | 0.6 | 91.07 | 0.38 | 0.29 |
| Hex | 49 | 66 | 2E | 1C | 0 | 37 | 3C | 5B | 26 | 1D |
| Octal | 111 | 146 | 56 | 34 | 0 | 67 | 74 | 133 | 46 | 35 |
| Binary | 1001001 | 1100110 | 101110 | 11100 | 0 | 110111 | 111100 | 1011011 | 100110 | 11101 |
Color Harmonies of #49662E
Complementary color
Monochromatic Colors of #49662E
Black with #49662E
Text Example
Text Example
White with #49662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49662E; }
p { color: rgb(73,102,46); }
H1.HeaderClassName
{
color: #49662E;
}
.AnyTagClassName
{
color: #49662E;
}
</style>
background-color css
<style>
a { background-color: #49662E; }
a { background-color: rgb(73,102,46); }
div.DivClassName
{
background-color: #49662E;
}
.BgClassName
{
background-color: #49662E;
}
</style>
border-color css
<style>
span { border-color: #49662E; }
span { border-color: rgb(73,102,46); }
td.TdClassName
{
border-color: #49662E;
}
.TagClassName
{
border-color: #49662E;
}
</style>