Shades of Dell #4E683D
Tints of Dell #4E683D
RGB
CMYK
RGB Variations
Color information
#4E683D (or 0x4E683D) is known color: Dell. HEX triplet: 4E, 68 and 3D. RGB value is (78,104,61). Sum of RGB (Red+Green+Blue) = 78+104+61=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #4E683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E683D is #B197C2. Grayscale: #5B5B5B. Windows color (decimal): -11638723 or 4024398. OLE color: 4024398.
HSL color Cylindrical-coordinate representation of color #4E683D: hue angle of 96.28º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E683D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 61 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.59 |
| HSL | 96.28º | 0.26% | 0.32% | - |
| HSV(B) | 96.28º | 0.41% | 0.41% | - |
| XYZ | 8.93 | 11.86 | 6.23 | - |
| YUV | 91.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 61 | 0.25 | 0 | 0.41 | 0.59 | 96.28 | 0.26 | 0.32 |
| Hex | 4E | 68 | 3D | 19 | 0 | 29 | 3B | 60 | 1A | 20 |
| Octal | 116 | 150 | 75 | 31 | 0 | 51 | 73 | 140 | 32 | 40 |
| Binary | 1001110 | 1101000 | 111101 | 11001 | 0 | 101001 | 111011 | 1100000 | 11010 | 100000 |
Color Harmonies of #4E683D
Complementary color
Monochromatic Colors of #4E683D
Black with #4E683D
Text Example
Text Example
White with #4E683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E683D; }
p { color: rgb(78,104,61); }
H1.HeaderClassName
{
color: #4E683D;
}
.AnyTagClassName
{
color: #4E683D;
}
</style>
background-color css
<style>
a { background-color: #4E683D; }
a { background-color: rgb(78,104,61); }
div.DivClassName
{
background-color: #4E683D;
}
.BgClassName
{
background-color: #4E683D;
}
</style>
border-color css
<style>
span { border-color: #4E683D; }
span { border-color: rgb(78,104,61); }
td.TdClassName
{
border-color: #4E683D;
}
.TagClassName
{
border-color: #4E683D;
}
</style>