Shades of Dell #486233
Tints of Dell #486233
RGB
CMYK
RGB Variations
Color information
#486233 (or 0x486233) is known color: Dell. HEX triplet: 48, 62 and 33. RGB value is (72,98,51). Sum of RGB (Red+Green+Blue) = 72+98+51=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #486233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486233 is #B79DCC. Grayscale: #555555. Windows color (decimal): -12033485 or 3367496. OLE color: 3367496.
HSL color Cylindrical-coordinate representation of color #486233: hue angle of 93.19º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486233 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 51 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.62 |
| HSL | 93.19º | 0.32% | 0.29% | - |
| HSV(B) | 93.19º | 0.48% | 0.38% | - |
| XYZ | 7.64 | 10.35 | 4.73 | - |
| YUV | 84.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 51 | 0.27 | 0 | 0.48 | 0.62 | 93.19 | 0.32 | 0.29 |
| Hex | 48 | 62 | 33 | 1B | 0 | 30 | 3E | 5D | 20 | 1D |
| Octal | 110 | 142 | 63 | 33 | 0 | 60 | 76 | 135 | 40 | 35 |
| Binary | 1001000 | 1100010 | 110011 | 11011 | 0 | 110000 | 111110 | 1011101 | 100000 | 11101 |
Color Harmonies of #486233
Complementary color
Monochromatic Colors of #486233
Black with #486233
Text Example
Text Example
White with #486233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486233; }
p { color: rgb(72,98,51); }
H1.HeaderClassName
{
color: #486233;
}
.AnyTagClassName
{
color: #486233;
}
</style>
background-color css
<style>
a { background-color: #486233; }
a { background-color: rgb(72,98,51); }
div.DivClassName
{
background-color: #486233;
}
.BgClassName
{
background-color: #486233;
}
</style>
border-color css
<style>
span { border-color: #486233; }
span { border-color: rgb(72,98,51); }
td.TdClassName
{
border-color: #486233;
}
.TagClassName
{
border-color: #486233;
}
</style>