#466A31

Color #466A31 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #466A31

Tints of Dell #466A31

Color information

#466A31 (or 0x466A31) is unknown color: approx Dell. HEX triplet: 46, 6A and 31. RGB value is (70,106,49). Sum of RGB (Red+Green+Blue) = 70+106+49=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #466A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A31 is #B995CE. Grayscale: #585858. Windows color (decimal): -12162511 or 3238470. OLE color: 3238470.

HSL color Cylindrical-coordinate representation of color #466A31: hue angle of 97.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466A31 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB7010649-
CMYK0.3400.540.58
HSL97.89º36.77%30.39%-
HSV(B)97.89º53.77%41.57%-
XYZ8.2311.834.76-
YUV88.74105.57114.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=31.11%
G=47.11%
B=21.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106490.3400.540.5897.8936.7730.39
Hex466A31220363A62251e
Octal1061526142066721424536
Binary100011011010101100011000100110110111010110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A31; }

 p { color: rgb(70,106,49); }

 H1.HeaderClassName
 {
   color: #466A31;
 }
 .AnyTagClassName
 {
   color: #466A31;
 }
</style>
background-color css

<style>
 a { background-color: #466A31; }

 a { background-color: rgb(70,106,49); }

 div.DivClassName
 {
   background-color: #466A31;
 }
 .BgClassName
 {
   background-color: #466A31;
 }
</style>
border-color css

<style>
 span { border-color: #466A31; }

 span { border-color: rgb(70,106,49); }

 td.TdClassName
 {
   border-color: #466A31;
 }
 .TagClassName
 {
   border-color: #466A31;
 }
</style>