Shades of Dell #466A34
Tints of Dell #466A34
RGB
CMYK
RGB Variations
Color information
#466A34 (or 0x466A34) is known color: Dell. HEX triplet: 46, 6A and 34. RGB value is (70,106,52). Sum of RGB (Red+Green+Blue) = 70+106+52=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #466A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A34 is #B995CB. Grayscale: #595959. Windows color (decimal): -12162508 or 3435078. OLE color: 3435078.
HSL color Cylindrical-coordinate representation of color #466A34: hue angle of 100º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466A34 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 52 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.58 |
| HSL | 100º | 0.34% | 0.31% | - |
| HSV(B) | 100º | 0.51% | 0.42% | - |
| XYZ | 8.3 | 11.86 | 5.1 | - |
| YUV | 89.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 52 | 0.34 | 0 | 0.51 | 0.58 | 100 | 0.34 | 0.31 |
| Hex | 46 | 6A | 34 | 22 | 0 | 33 | 3A | 64 | 22 | 1F |
| Octal | 106 | 152 | 64 | 42 | 0 | 63 | 72 | 144 | 42 | 37 |
| Binary | 1000110 | 1101010 | 110100 | 100010 | 0 | 110011 | 111010 | 1100100 | 100010 | 11111 |
Color Harmonies of #466A34
Complementary color
Monochromatic Colors of #466A34
Black with #466A34
Text Example
Text Example
White with #466A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A34; }
p { color: rgb(70,106,52); }
H1.HeaderClassName
{
color: #466A34;
}
.AnyTagClassName
{
color: #466A34;
}
</style>
background-color css
<style>
a { background-color: #466A34; }
a { background-color: rgb(70,106,52); }
div.DivClassName
{
background-color: #466A34;
}
.BgClassName
{
background-color: #466A34;
}
</style>
border-color css
<style>
span { border-color: #466A34; }
span { border-color: rgb(70,106,52); }
td.TdClassName
{
border-color: #466A34;
}
.TagClassName
{
border-color: #466A34;
}
</style>