Shades of Dell #465B33
Tints of Dell #465B33
RGB
CMYK
RGB Variations
Color information
#465B33 (or 0x465B33) is known color: Dell. HEX triplet: 46, 5B and 33. RGB value is (70,91,51). Sum of RGB (Red+Green+Blue) = 70+91+51=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #465B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B33 is #B9A4CC. Grayscale: #505050. Windows color (decimal): -12166349 or 3365702. OLE color: 3365702.
HSL color Cylindrical-coordinate representation of color #465B33: hue angle of 91.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465B33 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 51 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.64 |
| HSL | 91.5º | 0.28% | 0.28% | - |
| HSV(B) | 91.5º | 0.44% | 0.36% | - |
| XYZ | 6.86 | 9.02 | 4.51 | - |
| YUV | 80.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 51 | 0.23 | 0 | 0.44 | 0.64 | 91.5 | 0.28 | 0.28 |
| Hex | 46 | 5B | 33 | 17 | 0 | 2C | 40 | 5C | 1C | 1C |
| Octal | 106 | 133 | 63 | 27 | 0 | 54 | 100 | 134 | 34 | 34 |
| Binary | 1000110 | 1011011 | 110011 | 10111 | 0 | 101100 | 1000000 | 1011100 | 11100 | 11100 |
Color Harmonies of #465B33
Complementary color
Monochromatic Colors of #465B33
Black with #465B33
Text Example
Text Example
White with #465B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B33; }
p { color: rgb(70,91,51); }
H1.HeaderClassName
{
color: #465B33;
}
.AnyTagClassName
{
color: #465B33;
}
</style>
background-color css
<style>
a { background-color: #465B33; }
a { background-color: rgb(70,91,51); }
div.DivClassName
{
background-color: #465B33;
}
.BgClassName
{
background-color: #465B33;
}
</style>
border-color css
<style>
span { border-color: #465B33; }
span { border-color: rgb(70,91,51); }
td.TdClassName
{
border-color: #465B33;
}
.TagClassName
{
border-color: #465B33;
}
</style>