Shades of Dell #476A2C
Tints of Dell #476A2C
RGB
CMYK
RGB Variations
Color information
#476A2C (or 0x476A2C) is known color: Dell. HEX triplet: 47, 6A and 2C. RGB value is (71,106,44). Sum of RGB (Red+Green+Blue) = 71+106+44=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #476A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A2C is #B895D3. Grayscale: #585858. Windows color (decimal): -12096980 or 2910791. OLE color: 2910791.
HSL color Cylindrical-coordinate representation of color #476A2C: hue angle of 93.87º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476A2C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 106 | 44 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.58 |
| HSL | 93.87º | 0.41% | 0.29% | - |
| HSV(B) | 93.87º | 0.58% | 0.42% | - |
| XYZ | 8.21 | 11.83 | 4.23 | - |
| YUV | 88.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 44 | 0.33 | 0 | 0.58 | 0.58 | 93.87 | 0.41 | 0.29 |
| Hex | 47 | 6A | 2C | 21 | 0 | 3A | 3A | 5E | 29 | 1D |
| Octal | 107 | 152 | 54 | 41 | 0 | 72 | 72 | 136 | 51 | 35 |
| Binary | 1000111 | 1101010 | 101100 | 100001 | 0 | 111010 | 111010 | 1011110 | 101001 | 11101 |
Color Harmonies of #476A2C
Complementary color
Monochromatic Colors of #476A2C
Black with #476A2C
Text Example
Text Example
White with #476A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A2C; }
p { color: rgb(71,106,44); }
H1.HeaderClassName
{
color: #476A2C;
}
.AnyTagClassName
{
color: #476A2C;
}
</style>
background-color css
<style>
a { background-color: #476A2C; }
a { background-color: rgb(71,106,44); }
div.DivClassName
{
background-color: #476A2C;
}
.BgClassName
{
background-color: #476A2C;
}
</style>
border-color css
<style>
span { border-color: #476A2C; }
span { border-color: rgb(71,106,44); }
td.TdClassName
{
border-color: #476A2C;
}
.TagClassName
{
border-color: #476A2C;
}
</style>