Shades of Dell #4A5C39
Tints of Dell #4A5C39
RGB
CMYK
RGB Variations
Color information
#4A5C39 (or 0x4A5C39) is known color: Dell. HEX triplet: 4A, 5C and 39. RGB value is (74,92,57). Sum of RGB (Red+Green+Blue) = 74+92+57=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #4A5C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5C39 is #B5A3C6. Grayscale: #525252. Windows color (decimal): -11903943 or 3759178. OLE color: 3759178.
HSL color Cylindrical-coordinate representation of color #4A5C39: hue angle of 90.86º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5C39 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 92 | 57 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.64 |
| HSL | 90.86º | 0.23% | 0.29% | - |
| HSV(B) | 90.86º | 0.38% | 0.36% | - |
| XYZ | 7.39 | 9.41 | 5.3 | - |
| YUV | 82.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 92 | 57 | 0.20 | 0 | 0.38 | 0.64 | 90.86 | 0.23 | 0.29 |
| Hex | 4A | 5C | 39 | 14 | 0 | 26 | 40 | 5B | 17 | 1D |
| Octal | 112 | 134 | 71 | 24 | 0 | 46 | 100 | 133 | 27 | 35 |
| Binary | 1001010 | 1011100 | 111001 | 10100 | 0 | 100110 | 1000000 | 1011011 | 10111 | 11101 |
Color Harmonies of #4A5C39
Complementary color
Monochromatic Colors of #4A5C39
Black with #4A5C39
Text Example
Text Example
White with #4A5C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5C39; }
p { color: rgb(74,92,57); }
H1.HeaderClassName
{
color: #4A5C39;
}
.AnyTagClassName
{
color: #4A5C39;
}
</style>
background-color css
<style>
a { background-color: #4A5C39; }
a { background-color: rgb(74,92,57); }
div.DivClassName
{
background-color: #4A5C39;
}
.BgClassName
{
background-color: #4A5C39;
}
</style>
border-color css
<style>
span { border-color: #4A5C39; }
span { border-color: rgb(74,92,57); }
td.TdClassName
{
border-color: #4A5C39;
}
.TagClassName
{
border-color: #4A5C39;
}
</style>