Shades of Dell #466C2F
Tints of Dell #466C2F
RGB
CMYK
RGB Variations
Color information
#466C2F (or 0x466C2F) is known color: Dell. HEX triplet: 46, 6C and 2F. RGB value is (70,108,47). Sum of RGB (Red+Green+Blue) = 70+108+47=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #466C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C2F is #B993D0. Grayscale: #595959. Windows color (decimal): -12162001 or 3107910. OLE color: 3107910.
HSL color Cylindrical-coordinate representation of color #466C2F: hue angle of 97.38º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #466C2F is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 47 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.58 |
| HSL | 97.38º | 0.39% | 0.3% | - |
| HSV(B) | 97.38º | 0.56% | 0.42% | - |
| XYZ | 8.4 | 12.23 | 4.61 | - |
| YUV | 89.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 47 | 0.35 | 0 | 0.56 | 0.58 | 97.38 | 0.39 | 0.3 |
| Hex | 46 | 6C | 2F | 23 | 0 | 38 | 3A | 61 | 27 | 1E |
| Octal | 106 | 154 | 57 | 43 | 0 | 70 | 72 | 141 | 47 | 36 |
| Binary | 1000110 | 1101100 | 101111 | 100011 | 0 | 111000 | 111010 | 1100001 | 100111 | 11110 |
Color Harmonies of #466C2F
Complementary color
Monochromatic Colors of #466C2F
Black with #466C2F
Text Example
Text Example
White with #466C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C2F; }
p { color: rgb(70,108,47); }
H1.HeaderClassName
{
color: #466C2F;
}
.AnyTagClassName
{
color: #466C2F;
}
</style>
background-color css
<style>
a { background-color: #466C2F; }
a { background-color: rgb(70,108,47); }
div.DivClassName
{
background-color: #466C2F;
}
.BgClassName
{
background-color: #466C2F;
}
</style>
border-color css
<style>
span { border-color: #466C2F; }
span { border-color: rgb(70,108,47); }
td.TdClassName
{
border-color: #466C2F;
}
.TagClassName
{
border-color: #466C2F;
}
</style>