Shades of Dell #4E643D
Tints of Dell #4E643D
RGB
CMYK
RGB Variations
Color information
#4E643D (or 0x4E643D) is known color: Dell. HEX triplet: 4E, 64 and 3D. RGB value is (78,100,61). Sum of RGB (Red+Green+Blue) = 78+100+61=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #4E643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E643D is #B19BC2. Grayscale: #595959. Windows color (decimal): -11639747 or 4023374. OLE color: 4023374.
HSL color Cylindrical-coordinate representation of color #4E643D: hue angle of 93.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E643D is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 61 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.61 |
| HSL | 93.85º | 0.24% | 0.32% | - |
| HSV(B) | 93.85º | 0.39% | 0.39% | - |
| XYZ | 8.54 | 11.07 | 6.1 | - |
| YUV | 88.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 61 | 0.22 | 0 | 0.39 | 0.61 | 93.85 | 0.24 | 0.32 |
| Hex | 4E | 64 | 3D | 16 | 0 | 27 | 3D | 5E | 18 | 20 |
| Octal | 116 | 144 | 75 | 26 | 0 | 47 | 75 | 136 | 30 | 40 |
| Binary | 1001110 | 1100100 | 111101 | 10110 | 0 | 100111 | 111101 | 1011110 | 11000 | 100000 |
Color Harmonies of #4E643D
Complementary color
Monochromatic Colors of #4E643D
Black with #4E643D
Text Example
Text Example
White with #4E643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E643D; }
p { color: rgb(78,100,61); }
H1.HeaderClassName
{
color: #4E643D;
}
.AnyTagClassName
{
color: #4E643D;
}
</style>
background-color css
<style>
a { background-color: #4E643D; }
a { background-color: rgb(78,100,61); }
div.DivClassName
{
background-color: #4E643D;
}
.BgClassName
{
background-color: #4E643D;
}
</style>
border-color css
<style>
span { border-color: #4E643D; }
span { border-color: rgb(78,100,61); }
td.TdClassName
{
border-color: #4E643D;
}
.TagClassName
{
border-color: #4E643D;
}
</style>