Shades of Dell #4A6A2C
Tints of Dell #4A6A2C
RGB
CMYK
RGB Variations
Color information
#4A6A2C (or 0x4A6A2C) is known color: Dell. HEX triplet: 4A, 6A and 2C. RGB value is (74,106,44). Sum of RGB (Red+Green+Blue) = 74+106+44=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A2C is #B595D3. Grayscale: #595959. Windows color (decimal): -11900372 or 2910794. OLE color: 2910794.
HSL color Cylindrical-coordinate representation of color #4A6A2C: hue angle of 90.97º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A6A2C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 106 | 44 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.58 |
| HSL | 90.97º | 0.41% | 0.29% | - |
| HSV(B) | 90.97º | 0.58% | 0.42% | - |
| XYZ | 8.43 | 11.95 | 4.24 | - |
| YUV | 89.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 44 | 0.30 | 0 | 0.58 | 0.58 | 90.97 | 0.41 | 0.29 |
| Hex | 4A | 6A | 2C | 1E | 0 | 3A | 3A | 5B | 29 | 1D |
| Octal | 112 | 152 | 54 | 36 | 0 | 72 | 72 | 133 | 51 | 35 |
| Binary | 1001010 | 1101010 | 101100 | 11110 | 0 | 111010 | 111010 | 1011011 | 101001 | 11101 |
Color Harmonies of #4A6A2C
Complementary color
Monochromatic Colors of #4A6A2C
Black with #4A6A2C
Text Example
Text Example
White with #4A6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A2C; }
p { color: rgb(74,106,44); }
H1.HeaderClassName
{
color: #4A6A2C;
}
.AnyTagClassName
{
color: #4A6A2C;
}
</style>
background-color css
<style>
a { background-color: #4A6A2C; }
a { background-color: rgb(74,106,44); }
div.DivClassName
{
background-color: #4A6A2C;
}
.BgClassName
{
background-color: #4A6A2C;
}
</style>
border-color css
<style>
span { border-color: #4A6A2C; }
span { border-color: rgb(74,106,44); }
td.TdClassName
{
border-color: #4A6A2C;
}
.TagClassName
{
border-color: #4A6A2C;
}
</style>