Shades of Dell #49682E
Tints of Dell #49682E
RGB
CMYK
RGB Variations
Color information
#49682E (or 0x49682E) is known color: Dell. HEX triplet: 49, 68 and 2E. RGB value is (73,104,46). Sum of RGB (Red+Green+Blue) = 73+104+46=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #49682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49682E is #B697D1. Grayscale: #585858. Windows color (decimal): -11966418 or 3041353. OLE color: 3041353.
HSL color Cylindrical-coordinate representation of color #49682E: hue angle of 92.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49682E is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 104 | 46 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.59 |
| HSL | 92.07º | 0.39% | 0.29% | - |
| HSV(B) | 92.07º | 0.56% | 0.41% | - |
| XYZ | 8.19 | 11.51 | 4.38 | - |
| YUV | 88.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 46 | 0.30 | 0 | 0.56 | 0.59 | 92.07 | 0.39 | 0.29 |
| Hex | 49 | 68 | 2E | 1E | 0 | 38 | 3B | 5C | 27 | 1D |
| Octal | 111 | 150 | 56 | 36 | 0 | 70 | 73 | 134 | 47 | 35 |
| Binary | 1001001 | 1101000 | 101110 | 11110 | 0 | 111000 | 111011 | 1011100 | 100111 | 11101 |
Color Harmonies of #49682E
Complementary color
Monochromatic Colors of #49682E
Black with #49682E
Text Example
Text Example
White with #49682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49682E; }
p { color: rgb(73,104,46); }
H1.HeaderClassName
{
color: #49682E;
}
.AnyTagClassName
{
color: #49682E;
}
</style>
background-color css
<style>
a { background-color: #49682E; }
a { background-color: rgb(73,104,46); }
div.DivClassName
{
background-color: #49682E;
}
.BgClassName
{
background-color: #49682E;
}
</style>
border-color css
<style>
span { border-color: #49682E; }
span { border-color: rgb(73,104,46); }
td.TdClassName
{
border-color: #49682E;
}
.TagClassName
{
border-color: #49682E;
}
</style>