Shades of Dell #4E613B
Tints of Dell #4E613B
RGB
CMYK
RGB Variations
Color information
#4E613B (or 0x4E613B) is known color: Dell. HEX triplet: 4E, 61 and 3B. RGB value is (78,97,59). Sum of RGB (Red+Green+Blue) = 78+97+59=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #4E613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E613B is #B19EC4. Grayscale: #575757. Windows color (decimal): -11640517 or 3891534. OLE color: 3891534.
HSL color Cylindrical-coordinate representation of color #4E613B: hue angle of 90º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E613B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 59 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.62 |
| HSL | 90º | 0.24% | 0.31% | - |
| HSV(B) | 90º | 0.39% | 0.38% | - |
| XYZ | 8.21 | 10.48 | 5.73 | - |
| YUV | 86.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 59 | 0.20 | 0 | 0.39 | 0.62 | 90 | 0.24 | 0.31 |
| Hex | 4E | 61 | 3B | 14 | 0 | 27 | 3E | 5A | 18 | 1F |
| Octal | 116 | 141 | 73 | 24 | 0 | 47 | 76 | 132 | 30 | 37 |
| Binary | 1001110 | 1100001 | 111011 | 10100 | 0 | 100111 | 111110 | 1011010 | 11000 | 11111 |
Color Harmonies of #4E613B
Complementary color
Monochromatic Colors of #4E613B
Black with #4E613B
Text Example
Text Example
White with #4E613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E613B; }
p { color: rgb(78,97,59); }
H1.HeaderClassName
{
color: #4E613B;
}
.AnyTagClassName
{
color: #4E613B;
}
</style>
background-color css
<style>
a { background-color: #4E613B; }
a { background-color: rgb(78,97,59); }
div.DivClassName
{
background-color: #4E613B;
}
.BgClassName
{
background-color: #4E613B;
}
</style>
border-color css
<style>
span { border-color: #4E613B; }
span { border-color: rgb(78,97,59); }
td.TdClassName
{
border-color: #4E613B;
}
.TagClassName
{
border-color: #4E613B;
}
</style>