Shades of Dell #4A6637
Tints of Dell #4A6637
RGB
CMYK
RGB Variations
Color information
#4A6637 (or 0x4A6637) is known color: Dell. HEX triplet: 4A, 66 and 37. RGB value is (74,102,55). Sum of RGB (Red+Green+Blue) = 74+102+55=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6637 is #B599C8. Grayscale: #585858. Windows color (decimal): -11901385 or 3630666. OLE color: 3630666.
HSL color Cylindrical-coordinate representation of color #4A6637: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6637 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 55 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.6 |
| HSL | 95.74º | 0.3% | 0.31% | - |
| HSV(B) | 95.74º | 0.46% | 0.4% | - |
| XYZ | 8.27 | 11.23 | 5.35 | - |
| YUV | 88.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 55 | 0.27 | 0 | 0.46 | 0.6 | 95.74 | 0.3 | 0.31 |
| Hex | 4A | 66 | 37 | 1B | 0 | 2E | 3C | 60 | 1E | 1F |
| Octal | 112 | 146 | 67 | 33 | 0 | 56 | 74 | 140 | 36 | 37 |
| Binary | 1001010 | 1100110 | 110111 | 11011 | 0 | 101110 | 111100 | 1100000 | 11110 | 11111 |
Color Harmonies of #4A6637
Complementary color
Monochromatic Colors of #4A6637
Black with #4A6637
Text Example
Text Example
White with #4A6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6637; }
p { color: rgb(74,102,55); }
H1.HeaderClassName
{
color: #4A6637;
}
.AnyTagClassName
{
color: #4A6637;
}
</style>
background-color css
<style>
a { background-color: #4A6637; }
a { background-color: rgb(74,102,55); }
div.DivClassName
{
background-color: #4A6637;
}
.BgClassName
{
background-color: #4A6637;
}
</style>
border-color css
<style>
span { border-color: #4A6637; }
span { border-color: rgb(74,102,55); }
td.TdClassName
{
border-color: #4A6637;
}
.TagClassName
{
border-color: #4A6637;
}
</style>