Shades of Dell #4A6538
Tints of Dell #4A6538
RGB
CMYK
RGB Variations
Color information
#4A6538 (or 0x4A6538) is known color: Dell. HEX triplet: 4A, 65 and 38. RGB value is (74,101,56). Sum of RGB (Red+Green+Blue) = 74+101+56=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6538 is #B59AC7. Grayscale: #575757. Windows color (decimal): -11901640 or 3695946. OLE color: 3695946.
HSL color Cylindrical-coordinate representation of color #4A6538: hue angle of 96º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A6538 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 56 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.60 |
| HSL | 96º | 0.29% | 0.31% | - |
| HSV(B) | 96º | 0.45% | 0.4% | - |
| XYZ | 8.19 | 11.05 | 5.44 | - |
| YUV | 87.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 56 | 0.27 | 0 | 0.45 | 0.60 | 96 | 0.29 | 0.31 |
| Hex | 4A | 65 | 38 | 1B | 0 | 2D | 3C | 60 | 1D | 1F |
| Octal | 112 | 145 | 70 | 33 | 0 | 55 | 74 | 140 | 35 | 37 |
| Binary | 1001010 | 1100101 | 111000 | 11011 | 0 | 101101 | 111100 | 1100000 | 11101 | 11111 |
Color Harmonies of #4A6538
Complementary color
Monochromatic Colors of #4A6538
Black with #4A6538
Text Example
Text Example
White with #4A6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6538; }
p { color: rgb(74,101,56); }
H1.HeaderClassName
{
color: #4A6538;
}
.AnyTagClassName
{
color: #4A6538;
}
</style>
background-color css
<style>
a { background-color: #4A6538; }
a { background-color: rgb(74,101,56); }
div.DivClassName
{
background-color: #4A6538;
}
.BgClassName
{
background-color: #4A6538;
}
</style>
border-color css
<style>
span { border-color: #4A6538; }
span { border-color: rgb(74,101,56); }
td.TdClassName
{
border-color: #4A6538;
}
.TagClassName
{
border-color: #4A6538;
}
</style>