Shades of Dell #466C28
Tints of Dell #466C28
RGB
CMYK
RGB Variations
Color information
#466C28 (or 0x466C28) is known color: Dell. HEX triplet: 46, 6C and 28. RGB value is (70,108,40). Sum of RGB (Red+Green+Blue) = 70+108+40=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #466C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C28 is #B993D7. Grayscale: #595959. Windows color (decimal): -12162008 or 2649158. OLE color: 2649158.
HSL color Cylindrical-coordinate representation of color #466C28: hue angle of 93.53º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466C28 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 40 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.58 |
| HSL | 93.53º | 0.46% | 0.29% | - |
| HSV(B) | 93.53º | 0.63% | 0.42% | - |
| XYZ | 8.27 | 12.18 | 3.92 | - |
| YUV | 88.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 40 | 0.35 | 0 | 0.63 | 0.58 | 93.53 | 0.46 | 0.29 |
| Hex | 46 | 6C | 28 | 23 | 0 | 3F | 3A | 5E | 2E | 1D |
| Octal | 106 | 154 | 50 | 43 | 0 | 77 | 72 | 136 | 56 | 35 |
| Binary | 1000110 | 1101100 | 101000 | 100011 | 0 | 111111 | 111010 | 1011110 | 101110 | 11101 |
Color Harmonies of #466C28
Complementary color
Monochromatic Colors of #466C28
Black with #466C28
Text Example
Text Example
White with #466C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C28; }
p { color: rgb(70,108,40); }
H1.HeaderClassName
{
color: #466C28;
}
.AnyTagClassName
{
color: #466C28;
}
</style>
background-color css
<style>
a { background-color: #466C28; }
a { background-color: rgb(70,108,40); }
div.DivClassName
{
background-color: #466C28;
}
.BgClassName
{
background-color: #466C28;
}
</style>
border-color css
<style>
span { border-color: #466C28; }
span { border-color: rgb(70,108,40); }
td.TdClassName
{
border-color: #466C28;
}
.TagClassName
{
border-color: #466C28;
}
</style>