Shades of Dell #46632B
Tints of Dell #46632B
RGB
CMYK
RGB Variations
Color information
#46632B (or 0x46632B) is known color: Dell. HEX triplet: 46, 63 and 2B. RGB value is (70,99,43). Sum of RGB (Red+Green+Blue) = 70+99+43=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #46632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46632B is #B99CD4. Grayscale: #545454. Windows color (decimal): -12164309 or 2843462. OLE color: 2843462.
HSL color Cylindrical-coordinate representation of color #46632B: hue angle of 91.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46632B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 43 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.61 |
| HSL | 91.07º | 0.39% | 0.28% | - |
| HSV(B) | 91.07º | 0.57% | 0.39% | - |
| XYZ | 7.42 | 10.4 | 3.9 | - |
| YUV | 83.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 43 | 0.29 | 0 | 0.57 | 0.61 | 91.07 | 0.39 | 0.28 |
| Hex | 46 | 63 | 2B | 1D | 0 | 39 | 3D | 5B | 27 | 1C |
| Octal | 106 | 143 | 53 | 35 | 0 | 71 | 75 | 133 | 47 | 34 |
| Binary | 1000110 | 1100011 | 101011 | 11101 | 0 | 111001 | 111101 | 1011011 | 100111 | 11100 |
Color Harmonies of #46632B
Complementary color
Monochromatic Colors of #46632B
Black with #46632B
Text Example
Text Example
White with #46632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46632B; }
p { color: rgb(70,99,43); }
H1.HeaderClassName
{
color: #46632B;
}
.AnyTagClassName
{
color: #46632B;
}
</style>
background-color css
<style>
a { background-color: #46632B; }
a { background-color: rgb(70,99,43); }
div.DivClassName
{
background-color: #46632B;
}
.BgClassName
{
background-color: #46632B;
}
</style>
border-color css
<style>
span { border-color: #46632B; }
span { border-color: rgb(70,99,43); }
td.TdClassName
{
border-color: #46632B;
}
.TagClassName
{
border-color: #46632B;
}
</style>