Shades of Dell #486833
Tints of Dell #486833
RGB
CMYK
RGB Variations
Color information
#486833 (or 0x486833) is known color: Dell. HEX triplet: 48, 68 and 33. RGB value is (72,104,51). Sum of RGB (Red+Green+Blue) = 72+104+51=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #486833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486833 is #B797CC. Grayscale: #585858. Windows color (decimal): -12031949 or 3369032. OLE color: 3369032.
HSL color Cylindrical-coordinate representation of color #486833: hue angle of 96.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486833 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 51 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.59 |
| HSL | 96.23º | 0.34% | 0.3% | - |
| HSV(B) | 96.23º | 0.51% | 0.41% | - |
| XYZ | 8.22 | 11.52 | 4.92 | - |
| YUV | 88.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 51 | 0.31 | 0 | 0.51 | 0.59 | 96.23 | 0.34 | 0.3 |
| Hex | 48 | 68 | 33 | 1F | 0 | 33 | 3B | 60 | 22 | 1E |
| Octal | 110 | 150 | 63 | 37 | 0 | 63 | 73 | 140 | 42 | 36 |
| Binary | 1001000 | 1101000 | 110011 | 11111 | 0 | 110011 | 111011 | 1100000 | 100010 | 11110 |
Color Harmonies of #486833
Complementary color
Monochromatic Colors of #486833
Black with #486833
Text Example
Text Example
White with #486833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486833; }
p { color: rgb(72,104,51); }
H1.HeaderClassName
{
color: #486833;
}
.AnyTagClassName
{
color: #486833;
}
</style>
background-color css
<style>
a { background-color: #486833; }
a { background-color: rgb(72,104,51); }
div.DivClassName
{
background-color: #486833;
}
.BgClassName
{
background-color: #486833;
}
</style>
border-color css
<style>
span { border-color: #486833; }
span { border-color: rgb(72,104,51); }
td.TdClassName
{
border-color: #486833;
}
.TagClassName
{
border-color: #486833;
}
</style>