Shades of Dell #4E623B
Tints of Dell #4E623B
RGB
CMYK
RGB Variations
Color information
#4E623B (or 0x4E623B) is known color: Dell. HEX triplet: 4E, 62 and 3B. RGB value is (78,98,59). Sum of RGB (Red+Green+Blue) = 78+98+59=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #4E623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E623B is #B19DC4. Grayscale: #575757. Windows color (decimal): -11640261 or 3891790. OLE color: 3891790.
HSL color Cylindrical-coordinate representation of color #4E623B: hue angle of 90.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E623B is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 59 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.62 |
| HSL | 90.77º | 0.25% | 0.31% | - |
| HSV(B) | 90.77º | 0.4% | 0.38% | - |
| XYZ | 8.3 | 10.67 | 5.76 | - |
| YUV | 87.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 59 | 0.20 | 0 | 0.40 | 0.62 | 90.77 | 0.25 | 0.31 |
| Hex | 4E | 62 | 3B | 14 | 0 | 28 | 3E | 5B | 19 | 1F |
| Octal | 116 | 142 | 73 | 24 | 0 | 50 | 76 | 133 | 31 | 37 |
| Binary | 1001110 | 1100010 | 111011 | 10100 | 0 | 101000 | 111110 | 1011011 | 11001 | 11111 |
Color Harmonies of #4E623B
Complementary color
Monochromatic Colors of #4E623B
Black with #4E623B
Text Example
Text Example
White with #4E623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E623B; }
p { color: rgb(78,98,59); }
H1.HeaderClassName
{
color: #4E623B;
}
.AnyTagClassName
{
color: #4E623B;
}
</style>
background-color css
<style>
a { background-color: #4E623B; }
a { background-color: rgb(78,98,59); }
div.DivClassName
{
background-color: #4E623B;
}
.BgClassName
{
background-color: #4E623B;
}
</style>
border-color css
<style>
span { border-color: #4E623B; }
span { border-color: rgb(78,98,59); }
td.TdClassName
{
border-color: #4E623B;
}
.TagClassName
{
border-color: #4E623B;
}
</style>