Shades of Dell #4E633D
Tints of Dell #4E633D
RGB
CMYK
RGB Variations
Color information
#4E633D (or 0x4E633D) is known color: Dell. HEX triplet: 4E, 63 and 3D. RGB value is (78,99,61). Sum of RGB (Red+Green+Blue) = 78+99+61=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #4E633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E633D is #B19CC2. Grayscale: #585858. Windows color (decimal): -11640003 or 4023118. OLE color: 4023118.
HSL color Cylindrical-coordinate representation of color #4E633D: hue angle of 93.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E633D is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 61 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.61 |
| HSL | 93.16º | 0.24% | 0.31% | - |
| HSV(B) | 93.16º | 0.38% | 0.39% | - |
| XYZ | 8.45 | 10.88 | 6.07 | - |
| YUV | 88.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 61 | 0.21 | 0 | 0.38 | 0.61 | 93.16 | 0.24 | 0.31 |
| Hex | 4E | 63 | 3D | 15 | 0 | 26 | 3D | 5D | 18 | 1F |
| Octal | 116 | 143 | 75 | 25 | 0 | 46 | 75 | 135 | 30 | 37 |
| Binary | 1001110 | 1100011 | 111101 | 10101 | 0 | 100110 | 111101 | 1011101 | 11000 | 11111 |
Color Harmonies of #4E633D
Complementary color
Monochromatic Colors of #4E633D
Black with #4E633D
Text Example
Text Example
White with #4E633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E633D; }
p { color: rgb(78,99,61); }
H1.HeaderClassName
{
color: #4E633D;
}
.AnyTagClassName
{
color: #4E633D;
}
</style>
background-color css
<style>
a { background-color: #4E633D; }
a { background-color: rgb(78,99,61); }
div.DivClassName
{
background-color: #4E633D;
}
.BgClassName
{
background-color: #4E633D;
}
</style>
border-color css
<style>
span { border-color: #4E633D; }
span { border-color: rgb(78,99,61); }
td.TdClassName
{
border-color: #4E633D;
}
.TagClassName
{
border-color: #4E633D;
}
</style>