Shades of Dell #466C2C
Tints of Dell #466C2C
RGB
CMYK
RGB Variations
Color information
#466C2C (or 0x466C2C) is known color: Dell. HEX triplet: 46, 6C and 2C. RGB value is (70,108,44). Sum of RGB (Red+Green+Blue) = 70+108+44=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #466C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C2C is #B993D3. Grayscale: #595959. Windows color (decimal): -12162004 or 2911302. OLE color: 2911302.
HSL color Cylindrical-coordinate representation of color #466C2C: hue angle of 95.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466C2C is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 44 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.58 |
| HSL | 95.63º | 0.42% | 0.3% | - |
| HSV(B) | 95.63º | 0.59% | 0.42% | - |
| XYZ | 8.34 | 12.21 | 4.3 | - |
| YUV | 89.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 44 | 0.35 | 0 | 0.59 | 0.58 | 95.63 | 0.42 | 0.3 |
| Hex | 46 | 6C | 2C | 23 | 0 | 3B | 3A | 60 | 2A | 1E |
| Octal | 106 | 154 | 54 | 43 | 0 | 73 | 72 | 140 | 52 | 36 |
| Binary | 1000110 | 1101100 | 101100 | 100011 | 0 | 111011 | 111010 | 1100000 | 101010 | 11110 |
Color Harmonies of #466C2C
Complementary color
Monochromatic Colors of #466C2C
Black with #466C2C
Text Example
Text Example
White with #466C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C2C; }
p { color: rgb(70,108,44); }
H1.HeaderClassName
{
color: #466C2C;
}
.AnyTagClassName
{
color: #466C2C;
}
</style>
background-color css
<style>
a { background-color: #466C2C; }
a { background-color: rgb(70,108,44); }
div.DivClassName
{
background-color: #466C2C;
}
.BgClassName
{
background-color: #466C2C;
}
</style>
border-color css
<style>
span { border-color: #466C2C; }
span { border-color: rgb(70,108,44); }
td.TdClassName
{
border-color: #466C2C;
}
.TagClassName
{
border-color: #466C2C;
}
</style>