Shades of Dell #496B31
Tints of Dell #496B31
RGB
CMYK
RGB Variations
Color information
#496B31 (or 0x496B31) is known color: Dell. HEX triplet: 49, 6B and 31. RGB value is (73,107,49). Sum of RGB (Red+Green+Blue) = 73+107+49=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #496B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B31 is #B694CE. Grayscale: #5A5A5A. Windows color (decimal): -11965647 or 3238729. OLE color: 3238729.
HSL color Cylindrical-coordinate representation of color #496B31: hue angle of 95.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496B31 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 107 | 49 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.58 |
| HSL | 95.17º | 0.37% | 0.31% | - |
| HSV(B) | 95.17º | 0.54% | 0.42% | - |
| XYZ | 8.56 | 12.15 | 4.8 | - |
| YUV | 90.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 49 | 0.32 | 0 | 0.54 | 0.58 | 95.17 | 0.37 | 0.31 |
| Hex | 49 | 6B | 31 | 20 | 0 | 36 | 3A | 5F | 25 | 1F |
| Octal | 111 | 153 | 61 | 40 | 0 | 66 | 72 | 137 | 45 | 37 |
| Binary | 1001001 | 1101011 | 110001 | 100000 | 0 | 110110 | 111010 | 1011111 | 100101 | 11111 |
Color Harmonies of #496B31
Complementary color
Monochromatic Colors of #496B31
Black with #496B31
Text Example
Text Example
White with #496B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496B31; }
p { color: rgb(73,107,49); }
H1.HeaderClassName
{
color: #496B31;
}
.AnyTagClassName
{
color: #496B31;
}
</style>
background-color css
<style>
a { background-color: #496B31; }
a { background-color: rgb(73,107,49); }
div.DivClassName
{
background-color: #496B31;
}
.BgClassName
{
background-color: #496B31;
}
</style>
border-color css
<style>
span { border-color: #496B31; }
span { border-color: rgb(73,107,49); }
td.TdClassName
{
border-color: #496B31;
}
.TagClassName
{
border-color: #496B31;
}
</style>