Shades of Dell #496333
Tints of Dell #496333
RGB
CMYK
RGB Variations
Color information
#496333 (or 0x496333) is known color: Dell. HEX triplet: 49, 63 and 33. RGB value is (73,99,51). Sum of RGB (Red+Green+Blue) = 73+99+51=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #496333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496333 is #B69CCC. Grayscale: #555555. Windows color (decimal): -11967693 or 3367753. OLE color: 3367753.
HSL color Cylindrical-coordinate representation of color #496333: hue angle of 92.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496333 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 51 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.61 |
| HSL | 92.5º | 0.32% | 0.29% | - |
| HSV(B) | 92.5º | 0.48% | 0.39% | - |
| XYZ | 7.81 | 10.58 | 4.76 | - |
| YUV | 85.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 51 | 0.26 | 0 | 0.48 | 0.61 | 92.5 | 0.32 | 0.29 |
| Hex | 49 | 63 | 33 | 1A | 0 | 30 | 3D | 5C | 20 | 1D |
| Octal | 111 | 143 | 63 | 32 | 0 | 60 | 75 | 134 | 40 | 35 |
| Binary | 1001001 | 1100011 | 110011 | 11010 | 0 | 110000 | 111101 | 1011100 | 100000 | 11101 |
Color Harmonies of #496333
Complementary color
Monochromatic Colors of #496333
Black with #496333
Text Example
Text Example
White with #496333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496333; }
p { color: rgb(73,99,51); }
H1.HeaderClassName
{
color: #496333;
}
.AnyTagClassName
{
color: #496333;
}
</style>
background-color css
<style>
a { background-color: #496333; }
a { background-color: rgb(73,99,51); }
div.DivClassName
{
background-color: #496333;
}
.BgClassName
{
background-color: #496333;
}
</style>
border-color css
<style>
span { border-color: #496333; }
span { border-color: rgb(73,99,51); }
td.TdClassName
{
border-color: #496333;
}
.TagClassName
{
border-color: #496333;
}
</style>