Shades of Dell #46731F
Tints of Dell #46731F
RGB
CMYK
RGB Variations
Color information
#46731F (or 0x46731F) is known color: Dell. HEX triplet: 46, 73 and 1F. RGB value is (70,115,31). Sum of RGB (Red+Green+Blue) = 70+115+31=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #46731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46731F is #B98CE0. Grayscale: #5C5C5C. Windows color (decimal): -12160225 or 2061126. OLE color: 2061126.
HSL color Cylindrical-coordinate representation of color #46731F: hue angle of 92.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46731F is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 31 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.55 |
| HSL | 92.14º | 0.58% | 0.29% | - |
| HSV(B) | 92.14º | 0.73% | 0.45% | - |
| XYZ | 8.9 | 13.66 | 3.46 | - |
| YUV | 91.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 31 | 0.39 | 0 | 0.73 | 0.55 | 92.14 | 0.58 | 0.29 |
| Hex | 46 | 73 | 1F | 27 | 0 | 49 | 37 | 5C | 3A | 1D |
| Octal | 106 | 163 | 37 | 47 | 0 | 111 | 67 | 134 | 72 | 35 |
| Binary | 1000110 | 1110011 | 11111 | 100111 | 0 | 1001001 | 110111 | 1011100 | 111010 | 11101 |
Color Harmonies of #46731F
Complementary color
Monochromatic Colors of #46731F
Black with #46731F
Text Example
Text Example
White with #46731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46731F; }
p { color: rgb(70,115,31); }
H1.HeaderClassName
{
color: #46731F;
}
.AnyTagClassName
{
color: #46731F;
}
</style>
background-color css
<style>
a { background-color: #46731F; }
a { background-color: rgb(70,115,31); }
div.DivClassName
{
background-color: #46731F;
}
.BgClassName
{
background-color: #46731F;
}
</style>
border-color css
<style>
span { border-color: #46731F; }
span { border-color: rgb(70,115,31); }
td.TdClassName
{
border-color: #46731F;
}
.TagClassName
{
border-color: #46731F;
}
</style>