Shades of Dell #465C32
Tints of Dell #465C32
RGB
CMYK
RGB Variations
Color information
#465C32 (or 0x465C32) is known color: Dell. HEX triplet: 46, 5C and 32. RGB value is (70,92,50). Sum of RGB (Red+Green+Blue) = 70+92+50=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #465C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C32 is #B9A3CD. Grayscale: #505050. Windows color (decimal): -12166094 or 3300422. OLE color: 3300422.
HSL color Cylindrical-coordinate representation of color #465C32: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465C32 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 50 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.64 |
| HSL | 91.43º | 0.3% | 0.28% | - |
| HSV(B) | 91.43º | 0.46% | 0.36% | - |
| XYZ | 6.93 | 9.19 | 4.43 | - |
| YUV | 80.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 50 | 0.24 | 0 | 0.46 | 0.64 | 91.43 | 0.3 | 0.28 |
| Hex | 46 | 5C | 32 | 18 | 0 | 2E | 40 | 5B | 1E | 1C |
| Octal | 106 | 134 | 62 | 30 | 0 | 56 | 100 | 133 | 36 | 34 |
| Binary | 1000110 | 1011100 | 110010 | 11000 | 0 | 101110 | 1000000 | 1011011 | 11110 | 11100 |
Color Harmonies of #465C32
Complementary color
Monochromatic Colors of #465C32
Black with #465C32
Text Example
Text Example
White with #465C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C32; }
p { color: rgb(70,92,50); }
H1.HeaderClassName
{
color: #465C32;
}
.AnyTagClassName
{
color: #465C32;
}
</style>
background-color css
<style>
a { background-color: #465C32; }
a { background-color: rgb(70,92,50); }
div.DivClassName
{
background-color: #465C32;
}
.BgClassName
{
background-color: #465C32;
}
</style>
border-color css
<style>
span { border-color: #465C32; }
span { border-color: rgb(70,92,50); }
td.TdClassName
{
border-color: #465C32;
}
.TagClassName
{
border-color: #465C32;
}
</style>