Shades of Dell #46732F
Tints of Dell #46732F
RGB
CMYK
RGB Variations
Color information
#46732F (or 0x46732F) is known color: Dell. HEX triplet: 46, 73 and 2F. RGB value is (70,115,47). Sum of RGB (Red+Green+Blue) = 70+115+47=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #46732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46732F is #B98CD0. Grayscale: #5E5E5E. Windows color (decimal): -12160209 or 3109702. OLE color: 3109702.
HSL color Cylindrical-coordinate representation of color #46732F: hue angle of 99.71º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46732F is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 47 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.55 |
| HSL | 99.71º | 0.42% | 0.32% | - |
| HSV(B) | 99.71º | 0.59% | 0.45% | - |
| XYZ | 9.17 | 13.77 | 4.86 | - |
| YUV | 93.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 47 | 0.39 | 0 | 0.59 | 0.55 | 99.71 | 0.42 | 0.32 |
| Hex | 46 | 73 | 2F | 27 | 0 | 3B | 37 | 64 | 2A | 20 |
| Octal | 106 | 163 | 57 | 47 | 0 | 73 | 67 | 144 | 52 | 40 |
| Binary | 1000110 | 1110011 | 101111 | 100111 | 0 | 111011 | 110111 | 1100100 | 101010 | 100000 |
Color Harmonies of #46732F
Complementary color
Monochromatic Colors of #46732F
Black with #46732F
Text Example
Text Example
White with #46732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46732F; }
p { color: rgb(70,115,47); }
H1.HeaderClassName
{
color: #46732F;
}
.AnyTagClassName
{
color: #46732F;
}
</style>
background-color css
<style>
a { background-color: #46732F; }
a { background-color: rgb(70,115,47); }
div.DivClassName
{
background-color: #46732F;
}
.BgClassName
{
background-color: #46732F;
}
</style>
border-color css
<style>
span { border-color: #46732F; }
span { border-color: rgb(70,115,47); }
td.TdClassName
{
border-color: #46732F;
}
.TagClassName
{
border-color: #46732F;
}
</style>