Shades of Dell #4F683D
Tints of Dell #4F683D
RGB
CMYK
RGB Variations
Color information
#4F683D (or 0x4F683D) is known color: Dell. HEX triplet: 4F, 68 and 3D. RGB value is (79,104,61). Sum of RGB (Red+Green+Blue) = 79+104+61=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #4F683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F683D is #B097C2. Grayscale: #5B5B5B. Windows color (decimal): -11573187 or 4024399. OLE color: 4024399.
HSL color Cylindrical-coordinate representation of color #4F683D: hue angle of 94.88º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F683D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 61 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.59 |
| HSL | 94.88º | 0.26% | 0.32% | - |
| HSV(B) | 94.88º | 0.41% | 0.41% | - |
| XYZ | 9.02 | 11.9 | 6.24 | - |
| YUV | 91.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 61 | 0.24 | 0 | 0.41 | 0.59 | 94.88 | 0.26 | 0.32 |
| Hex | 4F | 68 | 3D | 18 | 0 | 29 | 3B | 5F | 1A | 20 |
| Octal | 117 | 150 | 75 | 30 | 0 | 51 | 73 | 137 | 32 | 40 |
| Binary | 1001111 | 1101000 | 111101 | 11000 | 0 | 101001 | 111011 | 1011111 | 11010 | 100000 |
Color Harmonies of #4F683D
Complementary color
Monochromatic Colors of #4F683D
Black with #4F683D
Text Example
Text Example
White with #4F683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F683D; }
p { color: rgb(79,104,61); }
H1.HeaderClassName
{
color: #4F683D;
}
.AnyTagClassName
{
color: #4F683D;
}
</style>
background-color css
<style>
a { background-color: #4F683D; }
a { background-color: rgb(79,104,61); }
div.DivClassName
{
background-color: #4F683D;
}
.BgClassName
{
background-color: #4F683D;
}
</style>
border-color css
<style>
span { border-color: #4F683D; }
span { border-color: rgb(79,104,61); }
td.TdClassName
{
border-color: #4F683D;
}
.TagClassName
{
border-color: #4F683D;
}
</style>