Shades of Dell #46712C
Tints of Dell #46712C
RGB
CMYK
RGB Variations
Color information
#46712C (or 0x46712C) is known color: Dell. HEX triplet: 46, 71 and 2C. RGB value is (70,113,44). Sum of RGB (Red+Green+Blue) = 70+113+44=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #46712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46712C is #B98ED3. Grayscale: #5C5C5C. Windows color (decimal): -12160724 or 2912582. OLE color: 2912582.
HSL color Cylindrical-coordinate representation of color #46712C: hue angle of 97.39º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46712C is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 44 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.56 |
| HSL | 97.39º | 0.44% | 0.31% | - |
| HSV(B) | 97.39º | 0.61% | 0.44% | - |
| XYZ | 8.89 | 13.29 | 4.48 | - |
| YUV | 92.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 44 | 0.38 | 0 | 0.61 | 0.56 | 97.39 | 0.44 | 0.31 |
| Hex | 46 | 71 | 2C | 26 | 0 | 3D | 38 | 61 | 2C | 1F |
| Octal | 106 | 161 | 54 | 46 | 0 | 75 | 70 | 141 | 54 | 37 |
| Binary | 1000110 | 1110001 | 101100 | 100110 | 0 | 111101 | 111000 | 1100001 | 101100 | 11111 |
Color Harmonies of #46712C
Complementary color
Monochromatic Colors of #46712C
Black with #46712C
Text Example
Text Example
White with #46712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46712C; }
p { color: rgb(70,113,44); }
H1.HeaderClassName
{
color: #46712C;
}
.AnyTagClassName
{
color: #46712C;
}
</style>
background-color css
<style>
a { background-color: #46712C; }
a { background-color: rgb(70,113,44); }
div.DivClassName
{
background-color: #46712C;
}
.BgClassName
{
background-color: #46712C;
}
</style>
border-color css
<style>
span { border-color: #46712C; }
span { border-color: rgb(70,113,44); }
td.TdClassName
{
border-color: #46712C;
}
.TagClassName
{
border-color: #46712C;
}
</style>