Shades of Dell #4A662D
Tints of Dell #4A662D
RGB
CMYK
RGB Variations
Color information
#4A662D (or 0x4A662D) is known color: Dell. HEX triplet: 4A, 66 and 2D. RGB value is (74,102,45). Sum of RGB (Red+Green+Blue) = 74+102+45=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #4A662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A662D is #B599D2. Grayscale: #575757. Windows color (decimal): -11901395 or 2975306. OLE color: 2975306.
HSL color Cylindrical-coordinate representation of color #4A662D: hue angle of 89.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A662D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 45 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.6 |
| HSL | 89.47º | 0.39% | 0.29% | - |
| HSV(B) | 89.47º | 0.56% | 0.4% | - |
| XYZ | 8.05 | 11.15 | 4.21 | - |
| YUV | 87.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 45 | 0.27 | 0 | 0.56 | 0.6 | 89.47 | 0.39 | 0.29 |
| Hex | 4A | 66 | 2D | 1B | 0 | 38 | 3C | 59 | 27 | 1D |
| Octal | 112 | 146 | 55 | 33 | 0 | 70 | 74 | 131 | 47 | 35 |
| Binary | 1001010 | 1100110 | 101101 | 11011 | 0 | 111000 | 111100 | 1011001 | 100111 | 11101 |
Color Harmonies of #4A662D
Complementary color
Monochromatic Colors of #4A662D
Black with #4A662D
Text Example
Text Example
White with #4A662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A662D; }
p { color: rgb(74,102,45); }
H1.HeaderClassName
{
color: #4A662D;
}
.AnyTagClassName
{
color: #4A662D;
}
</style>
background-color css
<style>
a { background-color: #4A662D; }
a { background-color: rgb(74,102,45); }
div.DivClassName
{
background-color: #4A662D;
}
.BgClassName
{
background-color: #4A662D;
}
</style>
border-color css
<style>
span { border-color: #4A662D; }
span { border-color: rgb(74,102,45); }
td.TdClassName
{
border-color: #4A662D;
}
.TagClassName
{
border-color: #4A662D;
}
</style>