Shades of Dell #476F26
Tints of Dell #476F26
RGB
CMYK
RGB Variations
Color information
#476F26 (or 0x476F26) is known color: Dell. HEX triplet: 47, 6F and 26. RGB value is (71,111,38). Sum of RGB (Red+Green+Blue) = 71+111+38=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #476F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F26 is #B890D9. Grayscale: #5A5A5A. Windows color (decimal): -12095706 or 2518855. OLE color: 2518855.
HSL color Cylindrical-coordinate representation of color #476F26: hue angle of 92.88º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476F26 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 38 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.56 |
| HSL | 92.88º | 0.49% | 0.29% | - |
| HSV(B) | 92.88º | 0.66% | 0.44% | - |
| XYZ | 8.63 | 12.85 | 3.86 | - |
| YUV | 90.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 38 | 0.36 | 0 | 0.66 | 0.56 | 92.88 | 0.49 | 0.29 |
| Hex | 47 | 6F | 26 | 24 | 0 | 42 | 38 | 5D | 31 | 1D |
| Octal | 107 | 157 | 46 | 44 | 0 | 102 | 70 | 135 | 61 | 35 |
| Binary | 1000111 | 1101111 | 100110 | 100100 | 0 | 1000010 | 111000 | 1011101 | 110001 | 11101 |
Color Harmonies of #476F26
Complementary color
Monochromatic Colors of #476F26
Black with #476F26
Text Example
Text Example
White with #476F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F26; }
p { color: rgb(71,111,38); }
H1.HeaderClassName
{
color: #476F26;
}
.AnyTagClassName
{
color: #476F26;
}
</style>
background-color css
<style>
a { background-color: #476F26; }
a { background-color: rgb(71,111,38); }
div.DivClassName
{
background-color: #476F26;
}
.BgClassName
{
background-color: #476F26;
}
</style>
border-color css
<style>
span { border-color: #476F26; }
span { border-color: rgb(71,111,38); }
td.TdClassName
{
border-color: #476F26;
}
.TagClassName
{
border-color: #476F26;
}
</style>