Shades of Dell #4A612D
Tints of Dell #4A612D
RGB
CMYK
RGB Variations
Color information
#4A612D (or 0x4A612D) is known color: Dell. HEX triplet: 4A, 61 and 2D. RGB value is (74,97,45). Sum of RGB (Red+Green+Blue) = 74+97+45=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #4A612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A612D is #B59ED2. Grayscale: #545454. Windows color (decimal): -11902675 or 2974026. OLE color: 2974026.
HSL color Cylindrical-coordinate representation of color #4A612D: hue angle of 86.54º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A612D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 45 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.62 |
| HSL | 86.54º | 0.37% | 0.28% | - |
| HSV(B) | 86.54º | 0.54% | 0.38% | - |
| XYZ | 7.57 | 10.19 | 4.05 | - |
| YUV | 84.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 45 | 0.24 | 0 | 0.54 | 0.62 | 86.54 | 0.37 | 0.28 |
| Hex | 4A | 61 | 2D | 18 | 0 | 36 | 3E | 57 | 25 | 1C |
| Octal | 112 | 141 | 55 | 30 | 0 | 66 | 76 | 127 | 45 | 34 |
| Binary | 1001010 | 1100001 | 101101 | 11000 | 0 | 110110 | 111110 | 1010111 | 100101 | 11100 |
Color Harmonies of #4A612D
Complementary color
Monochromatic Colors of #4A612D
Black with #4A612D
Text Example
Text Example
White with #4A612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A612D; }
p { color: rgb(74,97,45); }
H1.HeaderClassName
{
color: #4A612D;
}
.AnyTagClassName
{
color: #4A612D;
}
</style>
background-color css
<style>
a { background-color: #4A612D; }
a { background-color: rgb(74,97,45); }
div.DivClassName
{
background-color: #4A612D;
}
.BgClassName
{
background-color: #4A612D;
}
</style>
border-color css
<style>
span { border-color: #4A612D; }
span { border-color: rgb(74,97,45); }
td.TdClassName
{
border-color: #4A612D;
}
.TagClassName
{
border-color: #4A612D;
}
</style>