Shades of Dell #4B682E
Tints of Dell #4B682E
RGB
CMYK
RGB Variations
Color information
#4B682E (or 0x4B682E) is known color: Dell. HEX triplet: 4B, 68 and 2E. RGB value is (75,104,46). Sum of RGB (Red+Green+Blue) = 75+104+46=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #4B682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B682E is #B497D1. Grayscale: #585858. Windows color (decimal): -11835346 or 3041355. OLE color: 3041355.
HSL color Cylindrical-coordinate representation of color #4B682E: hue angle of 90º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B682E is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 46 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.59 |
| HSL | 90º | 0.39% | 0.29% | - |
| HSV(B) | 90º | 0.56% | 0.41% | - |
| XYZ | 8.35 | 11.59 | 4.38 | - |
| YUV | 88.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 46 | 0.28 | 0 | 0.56 | 0.59 | 90 | 0.39 | 0.29 |
| Hex | 4B | 68 | 2E | 1C | 0 | 38 | 3B | 5A | 27 | 1D |
| Octal | 113 | 150 | 56 | 34 | 0 | 70 | 73 | 132 | 47 | 35 |
| Binary | 1001011 | 1101000 | 101110 | 11100 | 0 | 111000 | 111011 | 1011010 | 100111 | 11101 |
Color Harmonies of #4B682E
Complementary color
Monochromatic Colors of #4B682E
Black with #4B682E
Text Example
Text Example
White with #4B682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B682E; }
p { color: rgb(75,104,46); }
H1.HeaderClassName
{
color: #4B682E;
}
.AnyTagClassName
{
color: #4B682E;
}
</style>
background-color css
<style>
a { background-color: #4B682E; }
a { background-color: rgb(75,104,46); }
div.DivClassName
{
background-color: #4B682E;
}
.BgClassName
{
background-color: #4B682E;
}
</style>
border-color css
<style>
span { border-color: #4B682E; }
span { border-color: rgb(75,104,46); }
td.TdClassName
{
border-color: #4B682E;
}
.TagClassName
{
border-color: #4B682E;
}
</style>