Shades of Dell #4A6237
Tints of Dell #4A6237
RGB
CMYK
RGB Variations
Color information
#4A6237 (or 0x4A6237) is known color: Dell. HEX triplet: 4A, 62 and 37. RGB value is (74,98,55). Sum of RGB (Red+Green+Blue) = 74+98+55=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6237 is #B59DC8. Grayscale: #565656. Windows color (decimal): -11902409 or 3629642. OLE color: 3629642.
HSL color Cylindrical-coordinate representation of color #4A6237: hue angle of 93.49º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A6237 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 55 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.62 |
| HSL | 93.49º | 0.28% | 0.3% | - |
| HSV(B) | 93.49º | 0.44% | 0.38% | - |
| XYZ | 7.88 | 10.47 | 5.22 | - |
| YUV | 85.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 55 | 0.24 | 0 | 0.44 | 0.62 | 93.49 | 0.28 | 0.3 |
| Hex | 4A | 62 | 37 | 18 | 0 | 2C | 3E | 5D | 1C | 1E |
| Octal | 112 | 142 | 67 | 30 | 0 | 54 | 76 | 135 | 34 | 36 |
| Binary | 1001010 | 1100010 | 110111 | 11000 | 0 | 101100 | 111110 | 1011101 | 11100 | 11110 |
Color Harmonies of #4A6237
Complementary color
Monochromatic Colors of #4A6237
Black with #4A6237
Text Example
Text Example
White with #4A6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6237; }
p { color: rgb(74,98,55); }
H1.HeaderClassName
{
color: #4A6237;
}
.AnyTagClassName
{
color: #4A6237;
}
</style>
background-color css
<style>
a { background-color: #4A6237; }
a { background-color: rgb(74,98,55); }
div.DivClassName
{
background-color: #4A6237;
}
.BgClassName
{
background-color: #4A6237;
}
</style>
border-color css
<style>
span { border-color: #4A6237; }
span { border-color: rgb(74,98,55); }
td.TdClassName
{
border-color: #4A6237;
}
.TagClassName
{
border-color: #4A6237;
}
</style>