Shades of Dell #4A6E28
Tints of Dell #4A6E28
RGB
CMYK
RGB Variations
Color information
#4A6E28 (or 0x4A6E28) is known color: Dell. HEX triplet: 4A, 6E and 28. RGB value is (74,110,40). Sum of RGB (Red+Green+Blue) = 74+110+40=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E28 is #B591D7. Grayscale: #5B5B5B. Windows color (decimal): -11899352 or 2649674. OLE color: 2649674.
HSL color Cylindrical-coordinate representation of color #4A6E28: hue angle of 90.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6E28 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 40 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.57 |
| HSL | 90.86º | 0.47% | 0.29% | - |
| HSV(B) | 90.86º | 0.64% | 0.43% | - |
| XYZ | 8.78 | 12.76 | 4.01 | - |
| YUV | 91.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 40 | 0.33 | 0 | 0.64 | 0.57 | 90.86 | 0.47 | 0.29 |
| Hex | 4A | 6E | 28 | 21 | 0 | 40 | 39 | 5B | 2F | 1D |
| Octal | 112 | 156 | 50 | 41 | 0 | 100 | 71 | 133 | 57 | 35 |
| Binary | 1001010 | 1101110 | 101000 | 100001 | 0 | 1000000 | 111001 | 1011011 | 101111 | 11101 |
Color Harmonies of #4A6E28
Complementary color
Monochromatic Colors of #4A6E28
Black with #4A6E28
Text Example
Text Example
White with #4A6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E28; }
p { color: rgb(74,110,40); }
H1.HeaderClassName
{
color: #4A6E28;
}
.AnyTagClassName
{
color: #4A6E28;
}
</style>
background-color css
<style>
a { background-color: #4A6E28; }
a { background-color: rgb(74,110,40); }
div.DivClassName
{
background-color: #4A6E28;
}
.BgClassName
{
background-color: #4A6E28;
}
</style>
border-color css
<style>
span { border-color: #4A6E28; }
span { border-color: rgb(74,110,40); }
td.TdClassName
{
border-color: #4A6E28;
}
.TagClassName
{
border-color: #4A6E28;
}
</style>