Shades of Dell #486030
Tints of Dell #486030
RGB
CMYK
RGB Variations
Color information
#486030 (or 0x486030) is known color: Dell. HEX triplet: 48, 60 and 30. RGB value is (72,96,48). Sum of RGB (Red+Green+Blue) = 72+96+48=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #486030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486030 is #B79FCF. Grayscale: #535353. Windows color (decimal): -12034000 or 3170376. OLE color: 3170376.
HSL color Cylindrical-coordinate representation of color #486030: hue angle of 90º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486030 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 48 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.62 |
| HSL | 90º | 0.33% | 0.28% | - |
| HSV(B) | 90º | 0.5% | 0.38% | - |
| XYZ | 7.39 | 9.96 | 4.33 | - |
| YUV | 83.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 48 | 0.25 | 0 | 0.50 | 0.62 | 90 | 0.33 | 0.28 |
| Hex | 48 | 60 | 30 | 19 | 0 | 32 | 3E | 5A | 21 | 1C |
| Octal | 110 | 140 | 60 | 31 | 0 | 62 | 76 | 132 | 41 | 34 |
| Binary | 1001000 | 1100000 | 110000 | 11001 | 0 | 110010 | 111110 | 1011010 | 100001 | 11100 |
Color Harmonies of #486030
Complementary color
Monochromatic Colors of #486030
Black with #486030
Text Example
Text Example
White with #486030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486030; }
p { color: rgb(72,96,48); }
H1.HeaderClassName
{
color: #486030;
}
.AnyTagClassName
{
color: #486030;
}
</style>
background-color css
<style>
a { background-color: #486030; }
a { background-color: rgb(72,96,48); }
div.DivClassName
{
background-color: #486030;
}
.BgClassName
{
background-color: #486030;
}
</style>
border-color css
<style>
span { border-color: #486030; }
span { border-color: rgb(72,96,48); }
td.TdClassName
{
border-color: #486030;
}
.TagClassName
{
border-color: #486030;
}
</style>