Shades of Dell #4A6829
Tints of Dell #4A6829
RGB
CMYK
RGB Variations
Color information
#4A6829 (or 0x4A6829) is known color: Dell. HEX triplet: 4A, 68 and 29. RGB value is (74,104,41). Sum of RGB (Red+Green+Blue) = 74+104+41=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6829 is #B597D6. Grayscale: #585858. Windows color (decimal): -11900887 or 2713674. OLE color: 2713674.
HSL color Cylindrical-coordinate representation of color #4A6829: hue angle of 88.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6829 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 41 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.59 |
| HSL | 88.57º | 0.43% | 0.28% | - |
| HSV(B) | 88.57º | 0.61% | 0.41% | - |
| XYZ | 8.17 | 11.52 | 3.89 | - |
| YUV | 87.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 41 | 0.29 | 0 | 0.61 | 0.59 | 88.57 | 0.43 | 0.28 |
| Hex | 4A | 68 | 29 | 1D | 0 | 3D | 3B | 59 | 2B | 1C |
| Octal | 112 | 150 | 51 | 35 | 0 | 75 | 73 | 131 | 53 | 34 |
| Binary | 1001010 | 1101000 | 101001 | 11101 | 0 | 111101 | 111011 | 1011001 | 101011 | 11100 |
Color Harmonies of #4A6829
Complementary color
Monochromatic Colors of #4A6829
Black with #4A6829
Text Example
Text Example
White with #4A6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6829; }
p { color: rgb(74,104,41); }
H1.HeaderClassName
{
color: #4A6829;
}
.AnyTagClassName
{
color: #4A6829;
}
</style>
background-color css
<style>
a { background-color: #4A6829; }
a { background-color: rgb(74,104,41); }
div.DivClassName
{
background-color: #4A6829;
}
.BgClassName
{
background-color: #4A6829;
}
</style>
border-color css
<style>
span { border-color: #4A6829; }
span { border-color: rgb(74,104,41); }
td.TdClassName
{
border-color: #4A6829;
}
.TagClassName
{
border-color: #4A6829;
}
</style>