Shades of Dell #466B22
Tints of Dell #466B22
RGB
CMYK
RGB Variations
Color information
#466B22 (or 0x466B22) is known color: Dell. HEX triplet: 46, 6B and 22. RGB value is (70,107,34). Sum of RGB (Red+Green+Blue) = 70+107+34=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #466B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B22 is #B994DD. Grayscale: #575757. Windows color (decimal): -12162270 or 2255686. OLE color: 2255686.
HSL color Cylindrical-coordinate representation of color #466B22: hue angle of 90.41º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466B22 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 34 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.58 |
| HSL | 90.41º | 0.52% | 0.28% | - |
| HSV(B) | 90.41º | 0.68% | 0.42% | - |
| XYZ | 8.07 | 11.93 | 3.39 | - |
| YUV | 87.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 34 | 0.35 | 0 | 0.68 | 0.58 | 90.41 | 0.52 | 0.28 |
| Hex | 46 | 6B | 22 | 23 | 0 | 44 | 3A | 5A | 34 | 1C |
| Octal | 106 | 153 | 42 | 43 | 0 | 104 | 72 | 132 | 64 | 34 |
| Binary | 1000110 | 1101011 | 100010 | 100011 | 0 | 1000100 | 111010 | 1011010 | 110100 | 11100 |
Color Harmonies of #466B22
Complementary color
Monochromatic Colors of #466B22
Black with #466B22
Text Example
Text Example
White with #466B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B22; }
p { color: rgb(70,107,34); }
H1.HeaderClassName
{
color: #466B22;
}
.AnyTagClassName
{
color: #466B22;
}
</style>
background-color css
<style>
a { background-color: #466B22; }
a { background-color: rgb(70,107,34); }
div.DivClassName
{
background-color: #466B22;
}
.BgClassName
{
background-color: #466B22;
}
</style>
border-color css
<style>
span { border-color: #466B22; }
span { border-color: rgb(70,107,34); }
td.TdClassName
{
border-color: #466B22;
}
.TagClassName
{
border-color: #466B22;
}
</style>