Shades of Dell #4B642E
Tints of Dell #4B642E
RGB
CMYK
RGB Variations
Color information
#4B642E (or 0x4B642E) is known color: Dell. HEX triplet: 4B, 64 and 2E. RGB value is (75,100,46). Sum of RGB (Red+Green+Blue) = 75+100+46=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #4B642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B642E is #B49BD1. Grayscale: #565656. Windows color (decimal): -11836370 or 3040331. OLE color: 3040331.
HSL color Cylindrical-coordinate representation of color #4B642E: hue angle of 87.78º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B642E is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 46 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.61 |
| HSL | 87.78º | 0.37% | 0.29% | - |
| HSV(B) | 87.78º | 0.54% | 0.39% | - |
| XYZ | 7.95 | 10.81 | 4.25 | - |
| YUV | 86.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 46 | 0.25 | 0 | 0.54 | 0.61 | 87.78 | 0.37 | 0.29 |
| Hex | 4B | 64 | 2E | 19 | 0 | 36 | 3D | 58 | 25 | 1D |
| Octal | 113 | 144 | 56 | 31 | 0 | 66 | 75 | 130 | 45 | 35 |
| Binary | 1001011 | 1100100 | 101110 | 11001 | 0 | 110110 | 111101 | 1011000 | 100101 | 11101 |
Color Harmonies of #4B642E
Complementary color
Monochromatic Colors of #4B642E
Black with #4B642E
Text Example
Text Example
White with #4B642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B642E; }
p { color: rgb(75,100,46); }
H1.HeaderClassName
{
color: #4B642E;
}
.AnyTagClassName
{
color: #4B642E;
}
</style>
background-color css
<style>
a { background-color: #4B642E; }
a { background-color: rgb(75,100,46); }
div.DivClassName
{
background-color: #4B642E;
}
.BgClassName
{
background-color: #4B642E;
}
</style>
border-color css
<style>
span { border-color: #4B642E; }
span { border-color: rgb(75,100,46); }
td.TdClassName
{
border-color: #4B642E;
}
.TagClassName
{
border-color: #4B642E;
}
</style>