Shades of Dell #46612C
Tints of Dell #46612C
RGB
CMYK
RGB Variations
Color information
#46612C (or 0x46612C) is known color: Dell. HEX triplet: 46, 61 and 2C. RGB value is (70,97,44). Sum of RGB (Red+Green+Blue) = 70+97+44=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #46612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46612C is #B99ED3. Grayscale: #535353. Windows color (decimal): -12164820 or 2908486. OLE color: 2908486.
HSL color Cylindrical-coordinate representation of color #46612C: hue angle of 90.57º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46612C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 44 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.62 |
| HSL | 90.57º | 0.38% | 0.28% | - |
| HSV(B) | 90.57º | 0.55% | 0.38% | - |
| XYZ | 7.26 | 10.03 | 3.94 | - |
| YUV | 82.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 44 | 0.28 | 0 | 0.55 | 0.62 | 90.57 | 0.38 | 0.28 |
| Hex | 46 | 61 | 2C | 1C | 0 | 37 | 3E | 5B | 26 | 1C |
| Octal | 106 | 141 | 54 | 34 | 0 | 67 | 76 | 133 | 46 | 34 |
| Binary | 1000110 | 1100001 | 101100 | 11100 | 0 | 110111 | 111110 | 1011011 | 100110 | 11100 |
Color Harmonies of #46612C
Complementary color
Monochromatic Colors of #46612C
Black with #46612C
Text Example
Text Example
White with #46612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46612C; }
p { color: rgb(70,97,44); }
H1.HeaderClassName
{
color: #46612C;
}
.AnyTagClassName
{
color: #46612C;
}
</style>
background-color css
<style>
a { background-color: #46612C; }
a { background-color: rgb(70,97,44); }
div.DivClassName
{
background-color: #46612C;
}
.BgClassName
{
background-color: #46612C;
}
</style>
border-color css
<style>
span { border-color: #46612C; }
span { border-color: rgb(70,97,44); }
td.TdClassName
{
border-color: #46612C;
}
.TagClassName
{
border-color: #46612C;
}
</style>