Shades of Dell #4A692E
Tints of Dell #4A692E
RGB
CMYK
RGB Variations
Color information
#4A692E (or 0x4A692E) is known color: Dell. HEX triplet: 4A, 69 and 2E. RGB value is (74,105,46). Sum of RGB (Red+Green+Blue) = 74+105+46=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #4A692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A692E is #B596D1. Grayscale: #595959. Windows color (decimal): -11900626 or 3041610. OLE color: 3041610.
HSL color Cylindrical-coordinate representation of color #4A692E: hue angle of 91.53º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A692E is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 46 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.59 |
| HSL | 91.53º | 0.39% | 0.3% | - |
| HSV(B) | 91.53º | 0.56% | 0.41% | - |
| XYZ | 8.37 | 11.76 | 4.41 | - |
| YUV | 89.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 46 | 0.30 | 0 | 0.56 | 0.59 | 91.53 | 0.39 | 0.3 |
| Hex | 4A | 69 | 2E | 1E | 0 | 38 | 3B | 5C | 27 | 1E |
| Octal | 112 | 151 | 56 | 36 | 0 | 70 | 73 | 134 | 47 | 36 |
| Binary | 1001010 | 1101001 | 101110 | 11110 | 0 | 111000 | 111011 | 1011100 | 100111 | 11110 |
Color Harmonies of #4A692E
Complementary color
Monochromatic Colors of #4A692E
Black with #4A692E
Text Example
Text Example
White with #4A692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A692E; }
p { color: rgb(74,105,46); }
H1.HeaderClassName
{
color: #4A692E;
}
.AnyTagClassName
{
color: #4A692E;
}
</style>
background-color css
<style>
a { background-color: #4A692E; }
a { background-color: rgb(74,105,46); }
div.DivClassName
{
background-color: #4A692E;
}
.BgClassName
{
background-color: #4A692E;
}
</style>
border-color css
<style>
span { border-color: #4A692E; }
span { border-color: rgb(74,105,46); }
td.TdClassName
{
border-color: #4A692E;
}
.TagClassName
{
border-color: #4A692E;
}
</style>