Shades of Dell #4A6B39
Tints of Dell #4A6B39
RGB
CMYK
RGB Variations
Color information
#4A6B39 (or 0x4A6B39) is known color: Dell. HEX triplet: 4A, 6B and 39. RGB value is (74,107,57). Sum of RGB (Red+Green+Blue) = 74+107+57=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B39 is #B594C6. Grayscale: #5B5B5B. Windows color (decimal): -11900103 or 3763018. OLE color: 3763018.
HSL color Cylindrical-coordinate representation of color #4A6B39: hue angle of 99.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A6B39 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 107 | 57 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.58 |
| HSL | 99.6º | 0.3% | 0.32% | - |
| HSV(B) | 99.6º | 0.47% | 0.42% | - |
| XYZ | 8.82 | 12.27 | 5.77 | - |
| YUV | 91.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 57 | 0.31 | 0 | 0.47 | 0.58 | 99.6 | 0.3 | 0.32 |
| Hex | 4A | 6B | 39 | 1F | 0 | 2F | 3A | 64 | 1E | 20 |
| Octal | 112 | 153 | 71 | 37 | 0 | 57 | 72 | 144 | 36 | 40 |
| Binary | 1001010 | 1101011 | 111001 | 11111 | 0 | 101111 | 111010 | 1100100 | 11110 | 100000 |
Color Harmonies of #4A6B39
Complementary color
Monochromatic Colors of #4A6B39
Black with #4A6B39
Text Example
Text Example
White with #4A6B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B39; }
p { color: rgb(74,107,57); }
H1.HeaderClassName
{
color: #4A6B39;
}
.AnyTagClassName
{
color: #4A6B39;
}
</style>
background-color css
<style>
a { background-color: #4A6B39; }
a { background-color: rgb(74,107,57); }
div.DivClassName
{
background-color: #4A6B39;
}
.BgClassName
{
background-color: #4A6B39;
}
</style>
border-color css
<style>
span { border-color: #4A6B39; }
span { border-color: rgb(74,107,57); }
td.TdClassName
{
border-color: #4A6B39;
}
.TagClassName
{
border-color: #4A6B39;
}
</style>