Shades of Dell #4A6134
Tints of Dell #4A6134
RGB
CMYK
RGB Variations
Color information
#4A6134 (or 0x4A6134) is known color: Dell. HEX triplet: 4A, 61 and 34. RGB value is (74,97,52). Sum of RGB (Red+Green+Blue) = 74+97+52=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6134 is #B59ECB. Grayscale: #555555. Windows color (decimal): -11902668 or 3432778. OLE color: 3432778.
HSL color Cylindrical-coordinate representation of color #4A6134: hue angle of 90.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6134 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 52 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.62 |
| HSL | 90.67º | 0.3% | 0.29% | - |
| HSV(B) | 90.67º | 0.46% | 0.38% | - |
| XYZ | 7.72 | 10.25 | 4.82 | - |
| YUV | 84.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 52 | 0.24 | 0 | 0.46 | 0.62 | 90.67 | 0.3 | 0.29 |
| Hex | 4A | 61 | 34 | 18 | 0 | 2E | 3E | 5B | 1E | 1D |
| Octal | 112 | 141 | 64 | 30 | 0 | 56 | 76 | 133 | 36 | 35 |
| Binary | 1001010 | 1100001 | 110100 | 11000 | 0 | 101110 | 111110 | 1011011 | 11110 | 11101 |
Color Harmonies of #4A6134
Complementary color
Monochromatic Colors of #4A6134
Black with #4A6134
Text Example
Text Example
White with #4A6134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6134; }
p { color: rgb(74,97,52); }
H1.HeaderClassName
{
color: #4A6134;
}
.AnyTagClassName
{
color: #4A6134;
}
</style>
background-color css
<style>
a { background-color: #4A6134; }
a { background-color: rgb(74,97,52); }
div.DivClassName
{
background-color: #4A6134;
}
.BgClassName
{
background-color: #4A6134;
}
</style>
border-color css
<style>
span { border-color: #4A6134; }
span { border-color: rgb(74,97,52); }
td.TdClassName
{
border-color: #4A6134;
}
.TagClassName
{
border-color: #4A6134;
}
</style>