Shades of Dell #46701F
Tints of Dell #46701F
RGB
CMYK
RGB Variations
Color information
#46701F (or 0x46701F) is known color: Dell. HEX triplet: 46, 70 and 1F. RGB value is (70,112,31). Sum of RGB (Red+Green+Blue) = 70+112+31=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #46701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46701F is #B98FE0. Grayscale: #5A5A5A. Windows color (decimal): -12160993 or 2060358. OLE color: 2060358.
HSL color Cylindrical-coordinate representation of color #46701F: hue angle of 91.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46701F is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 31 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.56 |
| HSL | 91.11º | 0.57% | 0.28% | - |
| HSV(B) | 91.11º | 0.72% | 0.44% | - |
| XYZ | 8.57 | 12.99 | 3.35 | - |
| YUV | 90.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 31 | 0.38 | 0 | 0.72 | 0.56 | 91.11 | 0.57 | 0.28 |
| Hex | 46 | 70 | 1F | 26 | 0 | 48 | 38 | 5B | 39 | 1C |
| Octal | 106 | 160 | 37 | 46 | 0 | 110 | 70 | 133 | 71 | 34 |
| Binary | 1000110 | 1110000 | 11111 | 100110 | 0 | 1001000 | 111000 | 1011011 | 111001 | 11100 |
Color Harmonies of #46701F
Complementary color
Monochromatic Colors of #46701F
Black with #46701F
Text Example
Text Example
White with #46701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46701F; }
p { color: rgb(70,112,31); }
H1.HeaderClassName
{
color: #46701F;
}
.AnyTagClassName
{
color: #46701F;
}
</style>
background-color css
<style>
a { background-color: #46701F; }
a { background-color: rgb(70,112,31); }
div.DivClassName
{
background-color: #46701F;
}
.BgClassName
{
background-color: #46701F;
}
</style>
border-color css
<style>
span { border-color: #46701F; }
span { border-color: rgb(70,112,31); }
td.TdClassName
{
border-color: #46701F;
}
.TagClassName
{
border-color: #46701F;
}
</style>