Shades of Dell #46702A
Tints of Dell #46702A
RGB
CMYK
RGB Variations
Color information
#46702A (or 0x46702A) is known color: Dell. HEX triplet: 46, 70 and 2A. RGB value is (70,112,42). Sum of RGB (Red+Green+Blue) = 70+112+42=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #46702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46702A is #B98FD5. Grayscale: #5B5B5B. Windows color (decimal): -12160982 or 2781254. OLE color: 2781254.
HSL color Cylindrical-coordinate representation of color #46702A: hue angle of 96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46702A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 42 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.56 |
| HSL | 96º | 0.45% | 0.3% | - |
| HSV(B) | 96º | 0.63% | 0.44% | - |
| XYZ | 8.74 | 13.06 | 4.25 | - |
| YUV | 91.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 42 | 0.38 | 0 | 0.62 | 0.56 | 96 | 0.45 | 0.3 |
| Hex | 46 | 70 | 2A | 26 | 0 | 3E | 38 | 60 | 2D | 1E |
| Octal | 106 | 160 | 52 | 46 | 0 | 76 | 70 | 140 | 55 | 36 |
| Binary | 1000110 | 1110000 | 101010 | 100110 | 0 | 111110 | 111000 | 1100000 | 101101 | 11110 |
Color Harmonies of #46702A
Complementary color
Monochromatic Colors of #46702A
Black with #46702A
Text Example
Text Example
White with #46702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46702A; }
p { color: rgb(70,112,42); }
H1.HeaderClassName
{
color: #46702A;
}
.AnyTagClassName
{
color: #46702A;
}
</style>
background-color css
<style>
a { background-color: #46702A; }
a { background-color: rgb(70,112,42); }
div.DivClassName
{
background-color: #46702A;
}
.BgClassName
{
background-color: #46702A;
}
</style>
border-color css
<style>
span { border-color: #46702A; }
span { border-color: rgb(70,112,42); }
td.TdClassName
{
border-color: #46702A;
}
.TagClassName
{
border-color: #46702A;
}
</style>