Shades of Dell #4A622C
Tints of Dell #4A622C
RGB
CMYK
RGB Variations
Color information
#4A622C (or 0x4A622C) is known color: Dell. HEX triplet: 4A, 62 and 2C. RGB value is (74,98,44). Sum of RGB (Red+Green+Blue) = 74+98+44=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #4A622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A622C is #B59DD3. Grayscale: #545454. Windows color (decimal): -11902420 or 2908746. OLE color: 2908746.
HSL color Cylindrical-coordinate representation of color #4A622C: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A622C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 44 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.62 |
| HSL | 86.67º | 0.38% | 0.28% | - |
| HSV(B) | 86.67º | 0.55% | 0.38% | - |
| XYZ | 7.65 | 10.37 | 3.98 | - |
| YUV | 84.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 44 | 0.24 | 0 | 0.55 | 0.62 | 86.67 | 0.38 | 0.28 |
| Hex | 4A | 62 | 2C | 18 | 0 | 37 | 3E | 57 | 26 | 1C |
| Octal | 112 | 142 | 54 | 30 | 0 | 67 | 76 | 127 | 46 | 34 |
| Binary | 1001010 | 1100010 | 101100 | 11000 | 0 | 110111 | 111110 | 1010111 | 100110 | 11100 |
Color Harmonies of #4A622C
Complementary color
Monochromatic Colors of #4A622C
Black with #4A622C
Text Example
Text Example
White with #4A622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A622C; }
p { color: rgb(74,98,44); }
H1.HeaderClassName
{
color: #4A622C;
}
.AnyTagClassName
{
color: #4A622C;
}
</style>
background-color css
<style>
a { background-color: #4A622C; }
a { background-color: rgb(74,98,44); }
div.DivClassName
{
background-color: #4A622C;
}
.BgClassName
{
background-color: #4A622C;
}
</style>
border-color css
<style>
span { border-color: #4A622C; }
span { border-color: rgb(74,98,44); }
td.TdClassName
{
border-color: #4A622C;
}
.TagClassName
{
border-color: #4A622C;
}
</style>