Shades of Dell #4A702E
Tints of Dell #4A702E
RGB
CMYK
RGB Variations
Color information
#4A702E (or 0x4A702E) is known color: Dell. HEX triplet: 4A, 70 and 2E. RGB value is (74,112,46). Sum of RGB (Red+Green+Blue) = 74+112+46=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #4A702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A702E is #B58FD1. Grayscale: #5D5D5D. Windows color (decimal): -11898834 or 3043402. OLE color: 3043402.
HSL color Cylindrical-coordinate representation of color #4A702E: hue angle of 94.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A702E is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 46 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.56 |
| HSL | 94.55º | 0.42% | 0.31% | - |
| HSV(B) | 94.55º | 0.59% | 0.44% | - |
| XYZ | 9.11 | 13.24 | 4.66 | - |
| YUV | 93.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 46 | 0.34 | 0 | 0.59 | 0.56 | 94.55 | 0.42 | 0.31 |
| Hex | 4A | 70 | 2E | 22 | 0 | 3B | 38 | 5F | 2A | 1F |
| Octal | 112 | 160 | 56 | 42 | 0 | 73 | 70 | 137 | 52 | 37 |
| Binary | 1001010 | 1110000 | 101110 | 100010 | 0 | 111011 | 111000 | 1011111 | 101010 | 11111 |
Color Harmonies of #4A702E
Complementary color
Monochromatic Colors of #4A702E
Black with #4A702E
Text Example
Text Example
White with #4A702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A702E; }
p { color: rgb(74,112,46); }
H1.HeaderClassName
{
color: #4A702E;
}
.AnyTagClassName
{
color: #4A702E;
}
</style>
background-color css
<style>
a { background-color: #4A702E; }
a { background-color: rgb(74,112,46); }
div.DivClassName
{
background-color: #4A702E;
}
.BgClassName
{
background-color: #4A702E;
}
</style>
border-color css
<style>
span { border-color: #4A702E; }
span { border-color: rgb(74,112,46); }
td.TdClassName
{
border-color: #4A702E;
}
.TagClassName
{
border-color: #4A702E;
}
</style>