Shades of Dell #4F633C
Tints of Dell #4F633C
RGB
CMYK
RGB Variations
Color information
#4F633C (or 0x4F633C) is known color: Dell. HEX triplet: 4F, 63 and 3C. RGB value is (79,99,60). Sum of RGB (Red+Green+Blue) = 79+99+60=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #4F633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F633C is #B09CC3. Grayscale: #585858. Windows color (decimal): -11574468 or 3957583. OLE color: 3957583.
HSL color Cylindrical-coordinate representation of color #4F633C: hue angle of 90.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F633C is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 60 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.61 |
| HSL | 90.77º | 0.25% | 0.31% | - |
| HSV(B) | 90.77º | 0.39% | 0.39% | - |
| XYZ | 8.5 | 10.91 | 5.93 | - |
| YUV | 88.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 60 | 0.20 | 0 | 0.39 | 0.61 | 90.77 | 0.25 | 0.31 |
| Hex | 4F | 63 | 3C | 14 | 0 | 27 | 3D | 5B | 19 | 1F |
| Octal | 117 | 143 | 74 | 24 | 0 | 47 | 75 | 133 | 31 | 37 |
| Binary | 1001111 | 1100011 | 111100 | 10100 | 0 | 100111 | 111101 | 1011011 | 11001 | 11111 |
Color Harmonies of #4F633C
Complementary color
Monochromatic Colors of #4F633C
Black with #4F633C
Text Example
Text Example
White with #4F633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F633C; }
p { color: rgb(79,99,60); }
H1.HeaderClassName
{
color: #4F633C;
}
.AnyTagClassName
{
color: #4F633C;
}
</style>
background-color css
<style>
a { background-color: #4F633C; }
a { background-color: rgb(79,99,60); }
div.DivClassName
{
background-color: #4F633C;
}
.BgClassName
{
background-color: #4F633C;
}
</style>
border-color css
<style>
span { border-color: #4F633C; }
span { border-color: rgb(79,99,60); }
td.TdClassName
{
border-color: #4F633C;
}
.TagClassName
{
border-color: #4F633C;
}
</style>