Shades of Dell #466B2D
Tints of Dell #466B2D
RGB
CMYK
RGB Variations
Color information
#466B2D (or 0x466B2D) is known color: Dell. HEX triplet: 46, 6B and 2D. RGB value is (70,107,45). Sum of RGB (Red+Green+Blue) = 70+107+45=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #466B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B2D is #B994D2. Grayscale: #595959. Windows color (decimal): -12162259 or 2976582. OLE color: 2976582.
HSL color Cylindrical-coordinate representation of color #466B2D: hue angle of 95.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466B2D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 45 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.58 |
| HSL | 95.81º | 0.41% | 0.3% | - |
| HSV(B) | 95.81º | 0.58% | 0.42% | - |
| XYZ | 8.26 | 12.01 | 4.36 | - |
| YUV | 88.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 45 | 0.35 | 0 | 0.58 | 0.58 | 95.81 | 0.41 | 0.3 |
| Hex | 46 | 6B | 2D | 23 | 0 | 3A | 3A | 60 | 29 | 1E |
| Octal | 106 | 153 | 55 | 43 | 0 | 72 | 72 | 140 | 51 | 36 |
| Binary | 1000110 | 1101011 | 101101 | 100011 | 0 | 111010 | 111010 | 1100000 | 101001 | 11110 |
Color Harmonies of #466B2D
Complementary color
Monochromatic Colors of #466B2D
Black with #466B2D
Text Example
Text Example
White with #466B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B2D; }
p { color: rgb(70,107,45); }
H1.HeaderClassName
{
color: #466B2D;
}
.AnyTagClassName
{
color: #466B2D;
}
</style>
background-color css
<style>
a { background-color: #466B2D; }
a { background-color: rgb(70,107,45); }
div.DivClassName
{
background-color: #466B2D;
}
.BgClassName
{
background-color: #466B2D;
}
</style>
border-color css
<style>
span { border-color: #466B2D; }
span { border-color: rgb(70,107,45); }
td.TdClassName
{
border-color: #466B2D;
}
.TagClassName
{
border-color: #466B2D;
}
</style>