Shades of Dell #4A692D
Tints of Dell #4A692D
RGB
CMYK
RGB Variations
Color information
#4A692D (or 0x4A692D) is known color: Dell. HEX triplet: 4A, 69 and 2D. RGB value is (74,105,45). Sum of RGB (Red+Green+Blue) = 74+105+45=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #4A692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A692D is #B596D2. Grayscale: #595959. Windows color (decimal): -11900627 or 2976074. OLE color: 2976074.
HSL color Cylindrical-coordinate representation of color #4A692D: hue angle of 91º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A692D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 45 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.59 |
| HSL | 91º | 0.4% | 0.29% | - |
| HSV(B) | 91º | 0.57% | 0.41% | - |
| XYZ | 8.35 | 11.75 | 4.31 | - |
| YUV | 88.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 45 | 0.30 | 0 | 0.57 | 0.59 | 91 | 0.4 | 0.29 |
| Hex | 4A | 69 | 2D | 1E | 0 | 39 | 3B | 5B | 28 | 1D |
| Octal | 112 | 151 | 55 | 36 | 0 | 71 | 73 | 133 | 50 | 35 |
| Binary | 1001010 | 1101001 | 101101 | 11110 | 0 | 111001 | 111011 | 1011011 | 101000 | 11101 |
Color Harmonies of #4A692D
Complementary color
Monochromatic Colors of #4A692D
Black with #4A692D
Text Example
Text Example
White with #4A692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A692D; }
p { color: rgb(74,105,45); }
H1.HeaderClassName
{
color: #4A692D;
}
.AnyTagClassName
{
color: #4A692D;
}
</style>
background-color css
<style>
a { background-color: #4A692D; }
a { background-color: rgb(74,105,45); }
div.DivClassName
{
background-color: #4A692D;
}
.BgClassName
{
background-color: #4A692D;
}
</style>
border-color css
<style>
span { border-color: #4A692D; }
span { border-color: rgb(74,105,45); }
td.TdClassName
{
border-color: #4A692D;
}
.TagClassName
{
border-color: #4A692D;
}
</style>