Shades of Dell #46652D
Tints of Dell #46652D
RGB
CMYK
RGB Variations
Color information
#46652D (or 0x46652D) is known color: Dell. HEX triplet: 46, 65 and 2D. RGB value is (70,101,45). Sum of RGB (Red+Green+Blue) = 70+101+45=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #46652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46652D is #B99AD2. Grayscale: #555555. Windows color (decimal): -12163795 or 2975046. OLE color: 2975046.
HSL color Cylindrical-coordinate representation of color #46652D: hue angle of 93.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46652D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 45 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.60 |
| HSL | 93.21º | 0.38% | 0.29% | - |
| HSV(B) | 93.21º | 0.55% | 0.4% | - |
| XYZ | 7.65 | 10.8 | 4.16 | - |
| YUV | 85.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 45 | 0.31 | 0 | 0.55 | 0.60 | 93.21 | 0.38 | 0.29 |
| Hex | 46 | 65 | 2D | 1F | 0 | 37 | 3C | 5D | 26 | 1D |
| Octal | 106 | 145 | 55 | 37 | 0 | 67 | 74 | 135 | 46 | 35 |
| Binary | 1000110 | 1100101 | 101101 | 11111 | 0 | 110111 | 111100 | 1011101 | 100110 | 11101 |
Color Harmonies of #46652D
Complementary color
Monochromatic Colors of #46652D
Black with #46652D
Text Example
Text Example
White with #46652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46652D; }
p { color: rgb(70,101,45); }
H1.HeaderClassName
{
color: #46652D;
}
.AnyTagClassName
{
color: #46652D;
}
</style>
background-color css
<style>
a { background-color: #46652D; }
a { background-color: rgb(70,101,45); }
div.DivClassName
{
background-color: #46652D;
}
.BgClassName
{
background-color: #46652D;
}
</style>
border-color css
<style>
span { border-color: #46652D; }
span { border-color: rgb(70,101,45); }
td.TdClassName
{
border-color: #46652D;
}
.TagClassName
{
border-color: #46652D;
}
</style>