Shades of Dell #486433
Tints of Dell #486433
RGB
CMYK
RGB Variations
Color information
#486433 (or 0x486433) is known color: Dell. HEX triplet: 48, 64 and 33. RGB value is (72,100,51). Sum of RGB (Red+Green+Blue) = 72+100+51=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #486433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486433 is #B79BCC. Grayscale: #565656. Windows color (decimal): -12032973 or 3368008. OLE color: 3368008.
HSL color Cylindrical-coordinate representation of color #486433: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486433 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 51 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.61 |
| HSL | 94.29º | 0.32% | 0.3% | - |
| HSV(B) | 94.29º | 0.49% | 0.39% | - |
| XYZ | 7.83 | 10.73 | 4.79 | - |
| YUV | 86.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 51 | 0.28 | 0 | 0.49 | 0.61 | 94.29 | 0.32 | 0.3 |
| Hex | 48 | 64 | 33 | 1C | 0 | 31 | 3D | 5E | 20 | 1E |
| Octal | 110 | 144 | 63 | 34 | 0 | 61 | 75 | 136 | 40 | 36 |
| Binary | 1001000 | 1100100 | 110011 | 11100 | 0 | 110001 | 111101 | 1011110 | 100000 | 11110 |
Color Harmonies of #486433
Complementary color
Monochromatic Colors of #486433
Black with #486433
Text Example
Text Example
White with #486433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486433; }
p { color: rgb(72,100,51); }
H1.HeaderClassName
{
color: #486433;
}
.AnyTagClassName
{
color: #486433;
}
</style>
background-color css
<style>
a { background-color: #486433; }
a { background-color: rgb(72,100,51); }
div.DivClassName
{
background-color: #486433;
}
.BgClassName
{
background-color: #486433;
}
</style>
border-color css
<style>
span { border-color: #486433; }
span { border-color: rgb(72,100,51); }
td.TdClassName
{
border-color: #486433;
}
.TagClassName
{
border-color: #486433;
}
</style>