Shades of Dell #4F623C
Tints of Dell #4F623C
RGB
CMYK
RGB Variations
Color information
#4F623C (or 0x4F623C) is known color: Dell. HEX triplet: 4F, 62 and 3C. RGB value is (79,98,60). Sum of RGB (Red+Green+Blue) = 79+98+60=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #4F623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F623C is #B09DC3. Grayscale: #585858. Windows color (decimal): -11574724 or 3957327. OLE color: 3957327.
HSL color Cylindrical-coordinate representation of color #4F623C: hue angle of 90º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F623C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 60 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.62 |
| HSL | 90º | 0.24% | 0.31% | - |
| HSV(B) | 90º | 0.39% | 0.38% | - |
| XYZ | 8.41 | 10.72 | 5.9 | - |
| YUV | 87.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 60 | 0.19 | 0 | 0.39 | 0.62 | 90 | 0.24 | 0.31 |
| Hex | 4F | 62 | 3C | 13 | 0 | 27 | 3E | 5A | 18 | 1F |
| Octal | 117 | 142 | 74 | 23 | 0 | 47 | 76 | 132 | 30 | 37 |
| Binary | 1001111 | 1100010 | 111100 | 10011 | 0 | 100111 | 111110 | 1011010 | 11000 | 11111 |
Color Harmonies of #4F623C
Complementary color
Monochromatic Colors of #4F623C
Black with #4F623C
Text Example
Text Example
White with #4F623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F623C; }
p { color: rgb(79,98,60); }
H1.HeaderClassName
{
color: #4F623C;
}
.AnyTagClassName
{
color: #4F623C;
}
</style>
background-color css
<style>
a { background-color: #4F623C; }
a { background-color: rgb(79,98,60); }
div.DivClassName
{
background-color: #4F623C;
}
.BgClassName
{
background-color: #4F623C;
}
</style>
border-color css
<style>
span { border-color: #4F623C; }
span { border-color: rgb(79,98,60); }
td.TdClassName
{
border-color: #4F623C;
}
.TagClassName
{
border-color: #4F623C;
}
</style>