Shades of Dell #4E6B33
Tints of Dell #4E6B33
RGB
CMYK
RGB Variations
Color information
#4E6B33 (or 0x4E6B33) is known color: Dell. HEX triplet: 4E, 6B and 33. RGB value is (78,107,51). Sum of RGB (Red+Green+Blue) = 78+107+51=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B33 is #B194CC. Grayscale: #5C5C5C. Windows color (decimal): -11637965 or 3369806. OLE color: 3369806.
HSL color Cylindrical-coordinate representation of color #4E6B33: hue angle of 91.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E6B33 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 51 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.58 |
| HSL | 91.07º | 0.35% | 0.31% | - |
| HSV(B) | 91.07º | 0.52% | 0.42% | - |
| XYZ | 9 | 12.37 | 5.05 | - |
| YUV | 91.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 51 | 0.27 | 0 | 0.52 | 0.58 | 91.07 | 0.35 | 0.31 |
| Hex | 4E | 6B | 33 | 1B | 0 | 34 | 3A | 5B | 23 | 1F |
| Octal | 116 | 153 | 63 | 33 | 0 | 64 | 72 | 133 | 43 | 37 |
| Binary | 1001110 | 1101011 | 110011 | 11011 | 0 | 110100 | 111010 | 1011011 | 100011 | 11111 |
Color Harmonies of #4E6B33
Complementary color
Monochromatic Colors of #4E6B33
Black with #4E6B33
Text Example
Text Example
White with #4E6B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B33; }
p { color: rgb(78,107,51); }
H1.HeaderClassName
{
color: #4E6B33;
}
.AnyTagClassName
{
color: #4E6B33;
}
</style>
background-color css
<style>
a { background-color: #4E6B33; }
a { background-color: rgb(78,107,51); }
div.DivClassName
{
background-color: #4E6B33;
}
.BgClassName
{
background-color: #4E6B33;
}
</style>
border-color css
<style>
span { border-color: #4E6B33; }
span { border-color: rgb(78,107,51); }
td.TdClassName
{
border-color: #4E6B33;
}
.TagClassName
{
border-color: #4E6B33;
}
</style>