Shades of Dell #465D33
Tints of Dell #465D33
RGB
CMYK
RGB Variations
Color information
#465D33 (or 0x465D33) is known color: Dell. HEX triplet: 46, 5D and 33. RGB value is (70,93,51). Sum of RGB (Red+Green+Blue) = 70+93+51=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #465D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D33 is #B9A2CC. Grayscale: #515151. Windows color (decimal): -12165837 or 3366214. OLE color: 3366214.
HSL color Cylindrical-coordinate representation of color #465D33: hue angle of 92.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465D33 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 51 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.64 |
| HSL | 92.86º | 0.29% | 0.28% | - |
| HSV(B) | 92.86º | 0.45% | 0.36% | - |
| XYZ | 7.04 | 9.37 | 4.57 | - |
| YUV | 81.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 51 | 0.25 | 0 | 0.45 | 0.64 | 92.86 | 0.29 | 0.28 |
| Hex | 46 | 5D | 33 | 19 | 0 | 2D | 40 | 5D | 1D | 1C |
| Octal | 106 | 135 | 63 | 31 | 0 | 55 | 100 | 135 | 35 | 34 |
| Binary | 1000110 | 1011101 | 110011 | 11001 | 0 | 101101 | 1000000 | 1011101 | 11101 | 11100 |
Color Harmonies of #465D33
Complementary color
Monochromatic Colors of #465D33
Black with #465D33
Text Example
Text Example
White with #465D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D33; }
p { color: rgb(70,93,51); }
H1.HeaderClassName
{
color: #465D33;
}
.AnyTagClassName
{
color: #465D33;
}
</style>
background-color css
<style>
a { background-color: #465D33; }
a { background-color: rgb(70,93,51); }
div.DivClassName
{
background-color: #465D33;
}
.BgClassName
{
background-color: #465D33;
}
</style>
border-color css
<style>
span { border-color: #465D33; }
span { border-color: rgb(70,93,51); }
td.TdClassName
{
border-color: #465D33;
}
.TagClassName
{
border-color: #465D33;
}
</style>