Shades of Dell #49662F
Tints of Dell #49662F
RGB
CMYK
RGB Variations
Color information
#49662F (or 0x49662F) is known color: Dell. HEX triplet: 49, 66 and 2F. RGB value is (73,102,47). Sum of RGB (Red+Green+Blue) = 73+102+47=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #49662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49662F is #B699D0. Grayscale: #575757. Windows color (decimal): -11966929 or 3106377. OLE color: 3106377.
HSL color Cylindrical-coordinate representation of color #49662F: hue angle of 91.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49662F is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 47 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.6 |
| HSL | 91.64º | 0.37% | 0.29% | - |
| HSV(B) | 91.64º | 0.54% | 0.4% | - |
| XYZ | 8.01 | 11.12 | 4.41 | - |
| YUV | 87.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 47 | 0.28 | 0 | 0.54 | 0.6 | 91.64 | 0.37 | 0.29 |
| Hex | 49 | 66 | 2F | 1C | 0 | 36 | 3C | 5C | 25 | 1D |
| Octal | 111 | 146 | 57 | 34 | 0 | 66 | 74 | 134 | 45 | 35 |
| Binary | 1001001 | 1100110 | 101111 | 11100 | 0 | 110110 | 111100 | 1011100 | 100101 | 11101 |
Color Harmonies of #49662F
Complementary color
Monochromatic Colors of #49662F
Black with #49662F
Text Example
Text Example
White with #49662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49662F; }
p { color: rgb(73,102,47); }
H1.HeaderClassName
{
color: #49662F;
}
.AnyTagClassName
{
color: #49662F;
}
</style>
background-color css
<style>
a { background-color: #49662F; }
a { background-color: rgb(73,102,47); }
div.DivClassName
{
background-color: #49662F;
}
.BgClassName
{
background-color: #49662F;
}
</style>
border-color css
<style>
span { border-color: #49662F; }
span { border-color: rgb(73,102,47); }
td.TdClassName
{
border-color: #49662F;
}
.TagClassName
{
border-color: #49662F;
}
</style>