Shades of Dell #4B683A
Tints of Dell #4B683A
RGB
CMYK
RGB Variations
Color information
#4B683A (or 0x4B683A) is known color: Dell. HEX triplet: 4B, 68 and 3A. RGB value is (75,104,58). Sum of RGB (Red+Green+Blue) = 75+104+58=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #4B683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B683A is #B497C5. Grayscale: #5A5A5A. Windows color (decimal): -11835334 or 3827787. OLE color: 3827787.
HSL color Cylindrical-coordinate representation of color #4B683A: hue angle of 97.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B683A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 58 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.59 |
| HSL | 97.83º | 0.28% | 0.32% | - |
| HSV(B) | 97.83º | 0.44% | 0.41% | - |
| XYZ | 8.62 | 11.7 | 5.81 | - |
| YUV | 90.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 58 | 0.28 | 0 | 0.44 | 0.59 | 97.83 | 0.28 | 0.32 |
| Hex | 4B | 68 | 3A | 1C | 0 | 2C | 3B | 62 | 1C | 20 |
| Octal | 113 | 150 | 72 | 34 | 0 | 54 | 73 | 142 | 34 | 40 |
| Binary | 1001011 | 1101000 | 111010 | 11100 | 0 | 101100 | 111011 | 1100010 | 11100 | 100000 |
Color Harmonies of #4B683A
Complementary color
Monochromatic Colors of #4B683A
Black with #4B683A
Text Example
Text Example
White with #4B683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B683A; }
p { color: rgb(75,104,58); }
H1.HeaderClassName
{
color: #4B683A;
}
.AnyTagClassName
{
color: #4B683A;
}
</style>
background-color css
<style>
a { background-color: #4B683A; }
a { background-color: rgb(75,104,58); }
div.DivClassName
{
background-color: #4B683A;
}
.BgClassName
{
background-color: #4B683A;
}
</style>
border-color css
<style>
span { border-color: #4B683A; }
span { border-color: rgb(75,104,58); }
td.TdClassName
{
border-color: #4B683A;
}
.TagClassName
{
border-color: #4B683A;
}
</style>