Shades of Dell #4E663C
Tints of Dell #4E663C
RGB
CMYK
RGB Variations
Color information
#4E663C (or 0x4E663C) is known color: Dell. HEX triplet: 4E, 66 and 3C. RGB value is (78,102,60). Sum of RGB (Red+Green+Blue) = 78+102+60=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #4E663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E663C is #B199C3. Grayscale: #5A5A5A. Windows color (decimal): -11639236 or 3958350. OLE color: 3958350.
HSL color Cylindrical-coordinate representation of color #4E663C: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E663C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 60 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.6 |
| HSL | 94.29º | 0.26% | 0.32% | - |
| HSV(B) | 94.29º | 0.41% | 0.4% | - |
| XYZ | 8.71 | 11.45 | 6.03 | - |
| YUV | 90.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 60 | 0.24 | 0 | 0.41 | 0.6 | 94.29 | 0.26 | 0.32 |
| Hex | 4E | 66 | 3C | 18 | 0 | 29 | 3C | 5E | 1A | 20 |
| Octal | 116 | 146 | 74 | 30 | 0 | 51 | 74 | 136 | 32 | 40 |
| Binary | 1001110 | 1100110 | 111100 | 11000 | 0 | 101001 | 111100 | 1011110 | 11010 | 100000 |
Color Harmonies of #4E663C
Complementary color
Monochromatic Colors of #4E663C
Black with #4E663C
Text Example
Text Example
White with #4E663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E663C; }
p { color: rgb(78,102,60); }
H1.HeaderClassName
{
color: #4E663C;
}
.AnyTagClassName
{
color: #4E663C;
}
</style>
background-color css
<style>
a { background-color: #4E663C; }
a { background-color: rgb(78,102,60); }
div.DivClassName
{
background-color: #4E663C;
}
.BgClassName
{
background-color: #4E663C;
}
</style>
border-color css
<style>
span { border-color: #4E663C; }
span { border-color: rgb(78,102,60); }
td.TdClassName
{
border-color: #4E663C;
}
.TagClassName
{
border-color: #4E663C;
}
</style>