Shades of Dell #46632C
Tints of Dell #46632C
RGB
CMYK
RGB Variations
Color information
#46632C (or 0x46632C) is known color: Dell. HEX triplet: 46, 63 and 2C. RGB value is (70,99,44). Sum of RGB (Red+Green+Blue) = 70+99+44=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #46632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46632C is #B99CD3. Grayscale: #545454. Windows color (decimal): -12164308 or 2908998. OLE color: 2908998.
HSL color Cylindrical-coordinate representation of color #46632C: hue angle of 91.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46632C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 44 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.61 |
| HSL | 91.64º | 0.38% | 0.28% | - |
| HSV(B) | 91.64º | 0.56% | 0.39% | - |
| XYZ | 7.44 | 10.41 | 4 | - |
| YUV | 84.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 44 | 0.29 | 0 | 0.56 | 0.61 | 91.64 | 0.38 | 0.28 |
| Hex | 46 | 63 | 2C | 1D | 0 | 38 | 3D | 5C | 26 | 1C |
| Octal | 106 | 143 | 54 | 35 | 0 | 70 | 75 | 134 | 46 | 34 |
| Binary | 1000110 | 1100011 | 101100 | 11101 | 0 | 111000 | 111101 | 1011100 | 100110 | 11100 |
Color Harmonies of #46632C
Complementary color
Monochromatic Colors of #46632C
Black with #46632C
Text Example
Text Example
White with #46632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46632C; }
p { color: rgb(70,99,44); }
H1.HeaderClassName
{
color: #46632C;
}
.AnyTagClassName
{
color: #46632C;
}
</style>
background-color css
<style>
a { background-color: #46632C; }
a { background-color: rgb(70,99,44); }
div.DivClassName
{
background-color: #46632C;
}
.BgClassName
{
background-color: #46632C;
}
</style>
border-color css
<style>
span { border-color: #46632C; }
span { border-color: rgb(70,99,44); }
td.TdClassName
{
border-color: #46632C;
}
.TagClassName
{
border-color: #46632C;
}
</style>