Shades of Dell #465D2E
Tints of Dell #465D2E
RGB
CMYK
RGB Variations
Color information
#465D2E (or 0x465D2E) is known color: Dell. HEX triplet: 46, 5D and 2E. RGB value is (70,93,46). Sum of RGB (Red+Green+Blue) = 70+93+46=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #465D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D2E is #B9A2D1. Grayscale: #505050. Windows color (decimal): -12165842 or 3038534. OLE color: 3038534.
HSL color Cylindrical-coordinate representation of color #465D2E: hue angle of 89.36º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465D2E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 46 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.64 |
| HSL | 89.36º | 0.34% | 0.27% | - |
| HSV(B) | 89.36º | 0.51% | 0.36% | - |
| XYZ | 6.93 | 9.33 | 4.02 | - |
| YUV | 80.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 46 | 0.25 | 0 | 0.51 | 0.64 | 89.36 | 0.34 | 0.27 |
| Hex | 46 | 5D | 2E | 19 | 0 | 33 | 40 | 59 | 22 | 1B |
| Octal | 106 | 135 | 56 | 31 | 0 | 63 | 100 | 131 | 42 | 33 |
| Binary | 1000110 | 1011101 | 101110 | 11001 | 0 | 110011 | 1000000 | 1011001 | 100010 | 11011 |
Color Harmonies of #465D2E
Complementary color
Monochromatic Colors of #465D2E
Black with #465D2E
Text Example
Text Example
White with #465D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D2E; }
p { color: rgb(70,93,46); }
H1.HeaderClassName
{
color: #465D2E;
}
.AnyTagClassName
{
color: #465D2E;
}
</style>
background-color css
<style>
a { background-color: #465D2E; }
a { background-color: rgb(70,93,46); }
div.DivClassName
{
background-color: #465D2E;
}
.BgClassName
{
background-color: #465D2E;
}
</style>
border-color css
<style>
span { border-color: #465D2E; }
span { border-color: rgb(70,93,46); }
td.TdClassName
{
border-color: #465D2E;
}
.TagClassName
{
border-color: #465D2E;
}
</style>