Shades of Dell #49742B
Tints of Dell #49742B
RGB
CMYK
RGB Variations
Color information
#49742B (or 0x49742B) is known color: Dell. HEX triplet: 49, 74 and 2B. RGB value is (73,116,43). Sum of RGB (Red+Green+Blue) = 73+116+43=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #49742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49742B is #B68BD4. Grayscale: #5F5F5F. Windows color (decimal): -11963349 or 2847817. OLE color: 2847817.
HSL color Cylindrical-coordinate representation of color #49742B: hue angle of 95.34º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49742B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 43 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.55 |
| HSL | 95.34º | 0.46% | 0.31% | - |
| HSV(B) | 95.34º | 0.63% | 0.45% | - |
| XYZ | 9.43 | 14.08 | 4.51 | - |
| YUV | 94.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 43 | 0.37 | 0 | 0.63 | 0.55 | 95.34 | 0.46 | 0.31 |
| Hex | 49 | 74 | 2B | 25 | 0 | 3F | 37 | 5F | 2E | 1F |
| Octal | 111 | 164 | 53 | 45 | 0 | 77 | 67 | 137 | 56 | 37 |
| Binary | 1001001 | 1110100 | 101011 | 100101 | 0 | 111111 | 110111 | 1011111 | 101110 | 11111 |
Color Harmonies of #49742B
Complementary color
Monochromatic Colors of #49742B
Black with #49742B
Text Example
Text Example
White with #49742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49742B; }
p { color: rgb(73,116,43); }
H1.HeaderClassName
{
color: #49742B;
}
.AnyTagClassName
{
color: #49742B;
}
</style>
background-color css
<style>
a { background-color: #49742B; }
a { background-color: rgb(73,116,43); }
div.DivClassName
{
background-color: #49742B;
}
.BgClassName
{
background-color: #49742B;
}
</style>
border-color css
<style>
span { border-color: #49742B; }
span { border-color: rgb(73,116,43); }
td.TdClassName
{
border-color: #49742B;
}
.TagClassName
{
border-color: #49742B;
}
</style>