Shades of Dell #4A6137
Tints of Dell #4A6137
RGB
CMYK
RGB Variations
Color information
#4A6137 (or 0x4A6137) is known color: Dell. HEX triplet: 4A, 61 and 37. RGB value is (74,97,55). Sum of RGB (Red+Green+Blue) = 74+97+55=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6137 is #B59EC8. Grayscale: #555555. Windows color (decimal): -11902665 or 3629386. OLE color: 3629386.
HSL color Cylindrical-coordinate representation of color #4A6137: hue angle of 92.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6137 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 55 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.62 |
| HSL | 92.86º | 0.28% | 0.3% | - |
| HSV(B) | 92.86º | 0.43% | 0.38% | - |
| XYZ | 7.79 | 10.28 | 5.19 | - |
| YUV | 85.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 55 | 0.24 | 0 | 0.43 | 0.62 | 92.86 | 0.28 | 0.3 |
| Hex | 4A | 61 | 37 | 18 | 0 | 2B | 3E | 5D | 1C | 1E |
| Octal | 112 | 141 | 67 | 30 | 0 | 53 | 76 | 135 | 34 | 36 |
| Binary | 1001010 | 1100001 | 110111 | 11000 | 0 | 101011 | 111110 | 1011101 | 11100 | 11110 |
Color Harmonies of #4A6137
Complementary color
Monochromatic Colors of #4A6137
Black with #4A6137
Text Example
Text Example
White with #4A6137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6137; }
p { color: rgb(74,97,55); }
H1.HeaderClassName
{
color: #4A6137;
}
.AnyTagClassName
{
color: #4A6137;
}
</style>
background-color css
<style>
a { background-color: #4A6137; }
a { background-color: rgb(74,97,55); }
div.DivClassName
{
background-color: #4A6137;
}
.BgClassName
{
background-color: #4A6137;
}
</style>
border-color css
<style>
span { border-color: #4A6137; }
span { border-color: rgb(74,97,55); }
td.TdClassName
{
border-color: #4A6137;
}
.TagClassName
{
border-color: #4A6137;
}
</style>