Shades of Dell #4A6532
Tints of Dell #4A6532
RGB
CMYK
RGB Variations
Color information
#4A6532 (or 0x4A6532) is known color: Dell. HEX triplet: 4A, 65 and 32. RGB value is (74,101,50). Sum of RGB (Red+Green+Blue) = 74+101+50=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6532 is #B59ACD. Grayscale: #575757. Windows color (decimal): -11901646 or 3302730. OLE color: 3302730.
HSL color Cylindrical-coordinate representation of color #4A6532: hue angle of 91.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6532 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 50 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.60 |
| HSL | 91.76º | 0.34% | 0.3% | - |
| HSV(B) | 91.76º | 0.5% | 0.4% | - |
| XYZ | 8.05 | 10.99 | 4.72 | - |
| YUV | 87.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 50 | 0.27 | 0 | 0.50 | 0.60 | 91.76 | 0.34 | 0.3 |
| Hex | 4A | 65 | 32 | 1B | 0 | 32 | 3C | 5C | 22 | 1E |
| Octal | 112 | 145 | 62 | 33 | 0 | 62 | 74 | 134 | 42 | 36 |
| Binary | 1001010 | 1100101 | 110010 | 11011 | 0 | 110010 | 111100 | 1011100 | 100010 | 11110 |
Color Harmonies of #4A6532
Complementary color
Monochromatic Colors of #4A6532
Black with #4A6532
Text Example
Text Example
White with #4A6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6532; }
p { color: rgb(74,101,50); }
H1.HeaderClassName
{
color: #4A6532;
}
.AnyTagClassName
{
color: #4A6532;
}
</style>
background-color css
<style>
a { background-color: #4A6532; }
a { background-color: rgb(74,101,50); }
div.DivClassName
{
background-color: #4A6532;
}
.BgClassName
{
background-color: #4A6532;
}
</style>
border-color css
<style>
span { border-color: #4A6532; }
span { border-color: rgb(74,101,50); }
td.TdClassName
{
border-color: #4A6532;
}
.TagClassName
{
border-color: #4A6532;
}
</style>