Shades of Dell #4F643B
Tints of Dell #4F643B
RGB
CMYK
RGB Variations
Color information
#4F643B (or 0x4F643B) is known color: Dell. HEX triplet: 4F, 64 and 3B. RGB value is (79,100,59). Sum of RGB (Red+Green+Blue) = 79+100+59=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #4F643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F643B is #B09BC4. Grayscale: #595959. Windows color (decimal): -11574213 or 3892303. OLE color: 3892303.
HSL color Cylindrical-coordinate representation of color #4F643B: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F643B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 59 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.61 |
| HSL | 90.73º | 0.26% | 0.31% | - |
| HSV(B) | 90.73º | 0.41% | 0.39% | - |
| XYZ | 8.57 | 11.09 | 5.83 | - |
| YUV | 89.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 59 | 0.21 | 0 | 0.41 | 0.61 | 90.73 | 0.26 | 0.31 |
| Hex | 4F | 64 | 3B | 15 | 0 | 29 | 3D | 5B | 1A | 1F |
| Octal | 117 | 144 | 73 | 25 | 0 | 51 | 75 | 133 | 32 | 37 |
| Binary | 1001111 | 1100100 | 111011 | 10101 | 0 | 101001 | 111101 | 1011011 | 11010 | 11111 |
Color Harmonies of #4F643B
Complementary color
Monochromatic Colors of #4F643B
Black with #4F643B
Text Example
Text Example
White with #4F643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F643B; }
p { color: rgb(79,100,59); }
H1.HeaderClassName
{
color: #4F643B;
}
.AnyTagClassName
{
color: #4F643B;
}
</style>
background-color css
<style>
a { background-color: #4F643B; }
a { background-color: rgb(79,100,59); }
div.DivClassName
{
background-color: #4F643B;
}
.BgClassName
{
background-color: #4F643B;
}
</style>
border-color css
<style>
span { border-color: #4F643B; }
span { border-color: rgb(79,100,59); }
td.TdClassName
{
border-color: #4F643B;
}
.TagClassName
{
border-color: #4F643B;
}
</style>