Shades of Dell #465D37
Tints of Dell #465D37
RGB
CMYK
RGB Variations
Color information
#465D37 (or 0x465D37) is known color: Dell. HEX triplet: 46, 5D and 37. RGB value is (70,93,55). Sum of RGB (Red+Green+Blue) = 70+93+55=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #465D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D37 is #B9A2C8. Grayscale: #515151. Windows color (decimal): -12165833 or 3628358. OLE color: 3628358.
HSL color Cylindrical-coordinate representation of color #465D37: hue angle of 96.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465D37 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 55 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.64 |
| HSL | 96.32º | 0.26% | 0.29% | - |
| HSV(B) | 96.32º | 0.41% | 0.36% | - |
| XYZ | 7.13 | 9.41 | 5.05 | - |
| YUV | 81.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 55 | 0.25 | 0 | 0.41 | 0.64 | 96.32 | 0.26 | 0.29 |
| Hex | 46 | 5D | 37 | 19 | 0 | 29 | 40 | 60 | 1A | 1D |
| Octal | 106 | 135 | 67 | 31 | 0 | 51 | 100 | 140 | 32 | 35 |
| Binary | 1000110 | 1011101 | 110111 | 11001 | 0 | 101001 | 1000000 | 1100000 | 11010 | 11101 |
Color Harmonies of #465D37
Complementary color
Monochromatic Colors of #465D37
Black with #465D37
Text Example
Text Example
White with #465D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D37; }
p { color: rgb(70,93,55); }
H1.HeaderClassName
{
color: #465D37;
}
.AnyTagClassName
{
color: #465D37;
}
</style>
background-color css
<style>
a { background-color: #465D37; }
a { background-color: rgb(70,93,55); }
div.DivClassName
{
background-color: #465D37;
}
.BgClassName
{
background-color: #465D37;
}
</style>
border-color css
<style>
span { border-color: #465D37; }
span { border-color: rgb(70,93,55); }
td.TdClassName
{
border-color: #465D37;
}
.TagClassName
{
border-color: #465D37;
}
</style>