Shades of Dell #46652B
Tints of Dell #46652B
RGB
CMYK
RGB Variations
Color information
#46652B (or 0x46652B) is known color: Dell. HEX triplet: 46, 65 and 2B. RGB value is (70,101,43). Sum of RGB (Red+Green+Blue) = 70+101+43=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #46652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46652B is #B99AD4. Grayscale: #555555. Windows color (decimal): -12163797 or 2843974. OLE color: 2843974.
HSL color Cylindrical-coordinate representation of color #46652B: hue angle of 92.07º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46652B is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 43 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.60 |
| HSL | 92.07º | 0.4% | 0.28% | - |
| HSV(B) | 92.07º | 0.57% | 0.4% | - |
| XYZ | 7.62 | 10.78 | 3.97 | - |
| YUV | 85.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 43 | 0.31 | 0 | 0.57 | 0.60 | 92.07 | 0.4 | 0.28 |
| Hex | 46 | 65 | 2B | 1F | 0 | 39 | 3C | 5C | 28 | 1C |
| Octal | 106 | 145 | 53 | 37 | 0 | 71 | 74 | 134 | 50 | 34 |
| Binary | 1000110 | 1100101 | 101011 | 11111 | 0 | 111001 | 111100 | 1011100 | 101000 | 11100 |
Color Harmonies of #46652B
Complementary color
Monochromatic Colors of #46652B
Black with #46652B
Text Example
Text Example
White with #46652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46652B; }
p { color: rgb(70,101,43); }
H1.HeaderClassName
{
color: #46652B;
}
.AnyTagClassName
{
color: #46652B;
}
</style>
background-color css
<style>
a { background-color: #46652B; }
a { background-color: rgb(70,101,43); }
div.DivClassName
{
background-color: #46652B;
}
.BgClassName
{
background-color: #46652B;
}
</style>
border-color css
<style>
span { border-color: #46652B; }
span { border-color: rgb(70,101,43); }
td.TdClassName
{
border-color: #46652B;
}
.TagClassName
{
border-color: #46652B;
}
</style>