Shades of Dell #4E6C31
Tints of Dell #4E6C31
RGB
CMYK
RGB Variations
Color information
#4E6C31 (or 0x4E6C31) is known color: Dell. HEX triplet: 4E, 6C and 31. RGB value is (78,108,49). Sum of RGB (Red+Green+Blue) = 78+108+49=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6C31 is #B193CE. Grayscale: #5C5C5C. Windows color (decimal): -11637711 or 3238990. OLE color: 3238990.
HSL color Cylindrical-coordinate representation of color #4E6C31: hue angle of 90.51º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E6C31 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 108 | 49 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.58 |
| HSL | 90.51º | 0.38% | 0.31% | - |
| HSV(B) | 90.51º | 0.55% | 0.42% | - |
| XYZ | 9.06 | 12.57 | 4.85 | - |
| YUV | 92.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 49 | 0.28 | 0 | 0.55 | 0.58 | 90.51 | 0.38 | 0.31 |
| Hex | 4E | 6C | 31 | 1C | 0 | 37 | 3A | 5B | 26 | 1F |
| Octal | 116 | 154 | 61 | 34 | 0 | 67 | 72 | 133 | 46 | 37 |
| Binary | 1001110 | 1101100 | 110001 | 11100 | 0 | 110111 | 111010 | 1011011 | 100110 | 11111 |
Color Harmonies of #4E6C31
Complementary color
Monochromatic Colors of #4E6C31
Black with #4E6C31
Text Example
Text Example
White with #4E6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C31; }
p { color: rgb(78,108,49); }
H1.HeaderClassName
{
color: #4E6C31;
}
.AnyTagClassName
{
color: #4E6C31;
}
</style>
background-color css
<style>
a { background-color: #4E6C31; }
a { background-color: rgb(78,108,49); }
div.DivClassName
{
background-color: #4E6C31;
}
.BgClassName
{
background-color: #4E6C31;
}
</style>
border-color css
<style>
span { border-color: #4E6C31; }
span { border-color: rgb(78,108,49); }
td.TdClassName
{
border-color: #4E6C31;
}
.TagClassName
{
border-color: #4E6C31;
}
</style>