Shades of Dell #465A33
Tints of Dell #465A33
RGB
CMYK
RGB Variations
Color information
#465A33 (or 0x465A33) is known color: Dell. HEX triplet: 46, 5A and 33. RGB value is (70,90,51). Sum of RGB (Red+Green+Blue) = 70+90+51=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #465A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A33 is #B9A5CC. Grayscale: #4F4F4F. Windows color (decimal): -12166605 or 3365446. OLE color: 3365446.
HSL color Cylindrical-coordinate representation of color #465A33: hue angle of 90.77º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465A33 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 51 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.65 |
| HSL | 90.77º | 0.28% | 0.28% | - |
| HSV(B) | 90.77º | 0.43% | 0.35% | - |
| XYZ | 6.78 | 8.85 | 4.48 | - |
| YUV | 79.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 51 | 0.22 | 0 | 0.43 | 0.65 | 90.77 | 0.28 | 0.28 |
| Hex | 46 | 5A | 33 | 16 | 0 | 2B | 41 | 5B | 1C | 1C |
| Octal | 106 | 132 | 63 | 26 | 0 | 53 | 101 | 133 | 34 | 34 |
| Binary | 1000110 | 1011010 | 110011 | 10110 | 0 | 101011 | 1000001 | 1011011 | 11100 | 11100 |
Color Harmonies of #465A33
Complementary color
Monochromatic Colors of #465A33
Black with #465A33
Text Example
Text Example
White with #465A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A33; }
p { color: rgb(70,90,51); }
H1.HeaderClassName
{
color: #465A33;
}
.AnyTagClassName
{
color: #465A33;
}
</style>
background-color css
<style>
a { background-color: #465A33; }
a { background-color: rgb(70,90,51); }
div.DivClassName
{
background-color: #465A33;
}
.BgClassName
{
background-color: #465A33;
}
</style>
border-color css
<style>
span { border-color: #465A33; }
span { border-color: rgb(70,90,51); }
td.TdClassName
{
border-color: #465A33;
}
.TagClassName
{
border-color: #465A33;
}
</style>