Shades of Dell #465D31
Tints of Dell #465D31
RGB
CMYK
RGB Variations
Color information
#465D31 (or 0x465D31) is known color: Dell. HEX triplet: 46, 5D and 31. RGB value is (70,93,49). Sum of RGB (Red+Green+Blue) = 70+93+49=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #465D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D31 is #B9A2CE. Grayscale: #515151. Windows color (decimal): -12165839 or 3235142. OLE color: 3235142.
HSL color Cylindrical-coordinate representation of color #465D31: hue angle of 91.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465D31 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 49 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.64 |
| HSL | 91.36º | 0.31% | 0.28% | - |
| HSV(B) | 91.36º | 0.47% | 0.36% | - |
| XYZ | 6.99 | 9.35 | 4.34 | - |
| YUV | 81.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 49 | 0.25 | 0 | 0.47 | 0.64 | 91.36 | 0.31 | 0.28 |
| Hex | 46 | 5D | 31 | 19 | 0 | 2F | 40 | 5B | 1F | 1C |
| Octal | 106 | 135 | 61 | 31 | 0 | 57 | 100 | 133 | 37 | 34 |
| Binary | 1000110 | 1011101 | 110001 | 11001 | 0 | 101111 | 1000000 | 1011011 | 11111 | 11100 |
Color Harmonies of #465D31
Complementary color
Monochromatic Colors of #465D31
Black with #465D31
Text Example
Text Example
White with #465D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D31; }
p { color: rgb(70,93,49); }
H1.HeaderClassName
{
color: #465D31;
}
.AnyTagClassName
{
color: #465D31;
}
</style>
background-color css
<style>
a { background-color: #465D31; }
a { background-color: rgb(70,93,49); }
div.DivClassName
{
background-color: #465D31;
}
.BgClassName
{
background-color: #465D31;
}
</style>
border-color css
<style>
span { border-color: #465D31; }
span { border-color: rgb(70,93,49); }
td.TdClassName
{
border-color: #465D31;
}
.TagClassName
{
border-color: #465D31;
}
</style>