Shades of Dell #466726
Tints of Dell #466726
RGB
CMYK
RGB Variations
Color information
#466726 (or 0x466726) is known color: Dell. HEX triplet: 46, 67 and 26. RGB value is (70,103,38). Sum of RGB (Red+Green+Blue) = 70+103+38=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #466726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466726 is #B998D9. Grayscale: #555555. Windows color (decimal): -12163290 or 2516806. OLE color: 2516806.
HSL color Cylindrical-coordinate representation of color #466726: hue angle of 90.46º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466726 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 38 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.60 |
| HSL | 90.46º | 0.46% | 0.28% | - |
| HSV(B) | 90.46º | 0.63% | 0.4% | - |
| XYZ | 7.73 | 11.14 | 3.58 | - |
| YUV | 85.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 38 | 0.32 | 0 | 0.63 | 0.60 | 90.46 | 0.46 | 0.28 |
| Hex | 46 | 67 | 26 | 20 | 0 | 3F | 3C | 5A | 2E | 1C |
| Octal | 106 | 147 | 46 | 40 | 0 | 77 | 74 | 132 | 56 | 34 |
| Binary | 1000110 | 1100111 | 100110 | 100000 | 0 | 111111 | 111100 | 1011010 | 101110 | 11100 |
Color Harmonies of #466726
Complementary color
Monochromatic Colors of #466726
Black with #466726
Text Example
Text Example
White with #466726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466726; }
p { color: rgb(70,103,38); }
H1.HeaderClassName
{
color: #466726;
}
.AnyTagClassName
{
color: #466726;
}
</style>
background-color css
<style>
a { background-color: #466726; }
a { background-color: rgb(70,103,38); }
div.DivClassName
{
background-color: #466726;
}
.BgClassName
{
background-color: #466726;
}
</style>
border-color css
<style>
span { border-color: #466726; }
span { border-color: rgb(70,103,38); }
td.TdClassName
{
border-color: #466726;
}
.TagClassName
{
border-color: #466726;
}
</style>