Shades of Dell #465A37
Tints of Dell #465A37
RGB
CMYK
RGB Variations
Color information
#465A37 (or 0x465A37) is known color: Dell. HEX triplet: 46, 5A and 37. RGB value is (70,90,55). Sum of RGB (Red+Green+Blue) = 70+90+55=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #465A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A37 is #B9A5C8. Grayscale: #505050. Windows color (decimal): -12166601 or 3627590. OLE color: 3627590.
HSL color Cylindrical-coordinate representation of color #465A37: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465A37 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 55 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.65 |
| HSL | 94.29º | 0.24% | 0.28% | - |
| HSV(B) | 94.29º | 0.39% | 0.35% | - |
| XYZ | 6.87 | 8.89 | 4.97 | - |
| YUV | 80.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 55 | 0.22 | 0 | 0.39 | 0.65 | 94.29 | 0.24 | 0.28 |
| Hex | 46 | 5A | 37 | 16 | 0 | 27 | 41 | 5E | 18 | 1C |
| Octal | 106 | 132 | 67 | 26 | 0 | 47 | 101 | 136 | 30 | 34 |
| Binary | 1000110 | 1011010 | 110111 | 10110 | 0 | 100111 | 1000001 | 1011110 | 11000 | 11100 |
Color Harmonies of #465A37
Complementary color
Monochromatic Colors of #465A37
Black with #465A37
Text Example
Text Example
White with #465A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A37; }
p { color: rgb(70,90,55); }
H1.HeaderClassName
{
color: #465A37;
}
.AnyTagClassName
{
color: #465A37;
}
</style>
background-color css
<style>
a { background-color: #465A37; }
a { background-color: rgb(70,90,55); }
div.DivClassName
{
background-color: #465A37;
}
.BgClassName
{
background-color: #465A37;
}
</style>
border-color css
<style>
span { border-color: #465A37; }
span { border-color: rgb(70,90,55); }
td.TdClassName
{
border-color: #465A37;
}
.TagClassName
{
border-color: #465A37;
}
</style>