Shades of Dell #47622B
Tints of Dell #47622B
RGB
CMYK
RGB Variations
Color information
#47622B (or 0x47622B) is known color: Dell. HEX triplet: 47, 62 and 2B. RGB value is (71,98,43). Sum of RGB (Red+Green+Blue) = 71+98+43=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #47622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47622B is #B89DD4. Grayscale: #535353. Windows color (decimal): -12099029 or 2843207. OLE color: 2843207.
HSL color Cylindrical-coordinate representation of color #47622B: hue angle of 89.45º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47622B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 43 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.62 |
| HSL | 89.45º | 0.39% | 0.28% | - |
| HSV(B) | 89.45º | 0.56% | 0.38% | - |
| XYZ | 7.4 | 10.25 | 3.87 | - |
| YUV | 83.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 43 | 0.28 | 0 | 0.56 | 0.62 | 89.45 | 0.39 | 0.28 |
| Hex | 47 | 62 | 2B | 1C | 0 | 38 | 3E | 59 | 27 | 1C |
| Octal | 107 | 142 | 53 | 34 | 0 | 70 | 76 | 131 | 47 | 34 |
| Binary | 1000111 | 1100010 | 101011 | 11100 | 0 | 111000 | 111110 | 1011001 | 100111 | 11100 |
Color Harmonies of #47622B
Complementary color
Monochromatic Colors of #47622B
Black with #47622B
Text Example
Text Example
White with #47622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47622B; }
p { color: rgb(71,98,43); }
H1.HeaderClassName
{
color: #47622B;
}
.AnyTagClassName
{
color: #47622B;
}
</style>
background-color css
<style>
a { background-color: #47622B; }
a { background-color: rgb(71,98,43); }
div.DivClassName
{
background-color: #47622B;
}
.BgClassName
{
background-color: #47622B;
}
</style>
border-color css
<style>
span { border-color: #47622B; }
span { border-color: rgb(71,98,43); }
td.TdClassName
{
border-color: #47622B;
}
.TagClassName
{
border-color: #47622B;
}
</style>