Shades of Dell #4A6E32
Tints of Dell #4A6E32
RGB
CMYK
RGB Variations
Color information
#4A6E32 (or 0x4A6E32) is known color: Dell. HEX triplet: 4A, 6E and 32. RGB value is (74,110,50). Sum of RGB (Red+Green+Blue) = 74+110+50=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E32 is #B591CD. Grayscale: #5C5C5C. Windows color (decimal): -11899342 or 3305034. OLE color: 3305034.
HSL color Cylindrical-coordinate representation of color #4A6E32: hue angle of 96º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A6E32 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 50 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.57 |
| HSL | 96º | 0.38% | 0.31% | - |
| HSV(B) | 96º | 0.55% | 0.43% | - |
| XYZ | 8.98 | 12.84 | 5.02 | - |
| YUV | 92.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 50 | 0.33 | 0 | 0.55 | 0.57 | 96 | 0.38 | 0.31 |
| Hex | 4A | 6E | 32 | 21 | 0 | 37 | 39 | 60 | 26 | 1F |
| Octal | 112 | 156 | 62 | 41 | 0 | 67 | 71 | 140 | 46 | 37 |
| Binary | 1001010 | 1101110 | 110010 | 100001 | 0 | 110111 | 111001 | 1100000 | 100110 | 11111 |
Color Harmonies of #4A6E32
Complementary color
Monochromatic Colors of #4A6E32
Black with #4A6E32
Text Example
Text Example
White with #4A6E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E32; }
p { color: rgb(74,110,50); }
H1.HeaderClassName
{
color: #4A6E32;
}
.AnyTagClassName
{
color: #4A6E32;
}
</style>
background-color css
<style>
a { background-color: #4A6E32; }
a { background-color: rgb(74,110,50); }
div.DivClassName
{
background-color: #4A6E32;
}
.BgClassName
{
background-color: #4A6E32;
}
</style>
border-color css
<style>
span { border-color: #4A6E32; }
span { border-color: rgb(74,110,50); }
td.TdClassName
{
border-color: #4A6E32;
}
.TagClassName
{
border-color: #4A6E32;
}
</style>