Shades of Dell #4A662F
Tints of Dell #4A662F
RGB
CMYK
RGB Variations
Color information
#4A662F (or 0x4A662F) is known color: Dell. HEX triplet: 4A, 66 and 2F. RGB value is (74,102,47). Sum of RGB (Red+Green+Blue) = 74+102+47=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #4A662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A662F is #B599D0. Grayscale: #575757. Windows color (decimal): -11901393 or 3106378. OLE color: 3106378.
HSL color Cylindrical-coordinate representation of color #4A662F: hue angle of 90.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A662F is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 47 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.6 |
| HSL | 90.55º | 0.37% | 0.29% | - |
| HSV(B) | 90.55º | 0.54% | 0.4% | - |
| XYZ | 8.09 | 11.16 | 4.42 | - |
| YUV | 87.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 47 | 0.27 | 0 | 0.54 | 0.6 | 90.55 | 0.37 | 0.29 |
| Hex | 4A | 66 | 2F | 1B | 0 | 36 | 3C | 5B | 25 | 1D |
| Octal | 112 | 146 | 57 | 33 | 0 | 66 | 74 | 133 | 45 | 35 |
| Binary | 1001010 | 1100110 | 101111 | 11011 | 0 | 110110 | 111100 | 1011011 | 100101 | 11101 |
Color Harmonies of #4A662F
Complementary color
Monochromatic Colors of #4A662F
Black with #4A662F
Text Example
Text Example
White with #4A662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A662F; }
p { color: rgb(74,102,47); }
H1.HeaderClassName
{
color: #4A662F;
}
.AnyTagClassName
{
color: #4A662F;
}
</style>
background-color css
<style>
a { background-color: #4A662F; }
a { background-color: rgb(74,102,47); }
div.DivClassName
{
background-color: #4A662F;
}
.BgClassName
{
background-color: #4A662F;
}
</style>
border-color css
<style>
span { border-color: #4A662F; }
span { border-color: rgb(74,102,47); }
td.TdClassName
{
border-color: #4A662F;
}
.TagClassName
{
border-color: #4A662F;
}
</style>