Shades of Dell #4A692C
Tints of Dell #4A692C
RGB
CMYK
RGB Variations
Color information
#4A692C (or 0x4A692C) is known color: Dell. HEX triplet: 4A, 69 and 2C. RGB value is (74,105,44). Sum of RGB (Red+Green+Blue) = 74+105+44=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #4A692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A692C is #B596D3. Grayscale: #585858. Windows color (decimal): -11900628 or 2910538. OLE color: 2910538.
HSL color Cylindrical-coordinate representation of color #4A692C: hue angle of 90.49º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A692C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 44 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.59 |
| HSL | 90.49º | 0.41% | 0.29% | - |
| HSV(B) | 90.49º | 0.58% | 0.41% | - |
| XYZ | 8.33 | 11.74 | 4.21 | - |
| YUV | 88.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 44 | 0.30 | 0 | 0.58 | 0.59 | 90.49 | 0.41 | 0.29 |
| Hex | 4A | 69 | 2C | 1E | 0 | 3A | 3B | 5A | 29 | 1D |
| Octal | 112 | 151 | 54 | 36 | 0 | 72 | 73 | 132 | 51 | 35 |
| Binary | 1001010 | 1101001 | 101100 | 11110 | 0 | 111010 | 111011 | 1011010 | 101001 | 11101 |
Color Harmonies of #4A692C
Complementary color
Monochromatic Colors of #4A692C
Black with #4A692C
Text Example
Text Example
White with #4A692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A692C; }
p { color: rgb(74,105,44); }
H1.HeaderClassName
{
color: #4A692C;
}
.AnyTagClassName
{
color: #4A692C;
}
</style>
background-color css
<style>
a { background-color: #4A692C; }
a { background-color: rgb(74,105,44); }
div.DivClassName
{
background-color: #4A692C;
}
.BgClassName
{
background-color: #4A692C;
}
</style>
border-color css
<style>
span { border-color: #4A692C; }
span { border-color: rgb(74,105,44); }
td.TdClassName
{
border-color: #4A692C;
}
.TagClassName
{
border-color: #4A692C;
}
</style>