Shades of Dell #4A6E34
Tints of Dell #4A6E34
RGB
CMYK
RGB Variations
Color information
#4A6E34 (or 0x4A6E34) is known color: Dell. HEX triplet: 4A, 6E and 34. RGB value is (74,110,52). Sum of RGB (Red+Green+Blue) = 74+110+52=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E34 is #B591CB. Grayscale: #5C5C5C. Windows color (decimal): -11899340 or 3436106. OLE color: 3436106.
HSL color Cylindrical-coordinate representation of color #4A6E34: hue angle of 97.24º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A6E34 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 52 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.57 |
| HSL | 97.24º | 0.36% | 0.32% | - |
| HSV(B) | 97.24º | 0.53% | 0.43% | - |
| XYZ | 9.02 | 12.86 | 5.25 | - |
| YUV | 92.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 52 | 0.33 | 0 | 0.53 | 0.57 | 97.24 | 0.36 | 0.32 |
| Hex | 4A | 6E | 34 | 21 | 0 | 35 | 39 | 61 | 24 | 20 |
| Octal | 112 | 156 | 64 | 41 | 0 | 65 | 71 | 141 | 44 | 40 |
| Binary | 1001010 | 1101110 | 110100 | 100001 | 0 | 110101 | 111001 | 1100001 | 100100 | 100000 |
Color Harmonies of #4A6E34
Complementary color
Monochromatic Colors of #4A6E34
Black with #4A6E34
Text Example
Text Example
White with #4A6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E34; }
p { color: rgb(74,110,52); }
H1.HeaderClassName
{
color: #4A6E34;
}
.AnyTagClassName
{
color: #4A6E34;
}
</style>
background-color css
<style>
a { background-color: #4A6E34; }
a { background-color: rgb(74,110,52); }
div.DivClassName
{
background-color: #4A6E34;
}
.BgClassName
{
background-color: #4A6E34;
}
</style>
border-color css
<style>
span { border-color: #4A6E34; }
span { border-color: rgb(74,110,52); }
td.TdClassName
{
border-color: #4A6E34;
}
.TagClassName
{
border-color: #4A6E34;
}
</style>