Shades of Dell #4A6A35
Tints of Dell #4A6A35
RGB
CMYK
RGB Variations
Color information
#4A6A35 (or 0x4A6A35) is known color: Dell. HEX triplet: 4A, 6A and 35. RGB value is (74,106,53). Sum of RGB (Red+Green+Blue) = 74+106+53=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A35 is #B595CA. Grayscale: #5A5A5A. Windows color (decimal): -11900363 or 3500618. OLE color: 3500618.
HSL color Cylindrical-coordinate representation of color #4A6A35: hue angle of 96.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6A35 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 106 | 53 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.58 |
| HSL | 96.23º | 0.33% | 0.31% | - |
| HSV(B) | 96.23º | 0.5% | 0.42% | - |
| XYZ | 8.62 | 12.02 | 5.23 | - |
| YUV | 90.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 53 | 0.30 | 0 | 0.5 | 0.58 | 96.23 | 0.33 | 0.31 |
| Hex | 4A | 6A | 35 | 1E | 0 | 32 | 3A | 60 | 21 | 1F |
| Octal | 112 | 152 | 65 | 36 | 0 | 62 | 72 | 140 | 41 | 37 |
| Binary | 1001010 | 1101010 | 110101 | 11110 | 0 | 110010 | 111010 | 1100000 | 100001 | 11111 |
Color Harmonies of #4A6A35
Complementary color
Monochromatic Colors of #4A6A35
Black with #4A6A35
Text Example
Text Example
White with #4A6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A35; }
p { color: rgb(74,106,53); }
H1.HeaderClassName
{
color: #4A6A35;
}
.AnyTagClassName
{
color: #4A6A35;
}
</style>
background-color css
<style>
a { background-color: #4A6A35; }
a { background-color: rgb(74,106,53); }
div.DivClassName
{
background-color: #4A6A35;
}
.BgClassName
{
background-color: #4A6A35;
}
</style>
border-color css
<style>
span { border-color: #4A6A35; }
span { border-color: rgb(74,106,53); }
td.TdClassName
{
border-color: #4A6A35;
}
.TagClassName
{
border-color: #4A6A35;
}
</style>