#466031

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

Shades of Dell #466031

Tints of Dell #466031

Color information

#466031 (or 0x466031) is unknown color: approx Dell. HEX triplet: 46, 60 and 31. RGB value is (70,96,49). Sum of RGB (Red+Green+Blue) = 70+96+49=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #466031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466031 is #B99FCE. Grayscale: #535353. Windows color (decimal): -12165071 or 3235910. OLE color: 3235910.

HSL color Cylindrical-coordinate representation of color #466031: hue angle of 93.19º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466031 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB709649-
CMYK0.2700.490.62
HSL93.19º32.41%28.43%-
HSV(B)93.19º48.96%37.65%-
XYZ7.269.894.43-
YUV82.87108.89118.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=32.56%
G=44.65%
B=22.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096490.2700.490.6293.1932.4128.43
Hex4660311B0313E5d201c
Octal1061406133061761354034
Binary10001101100000110001110110110001111110101110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466031; }

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

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

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

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

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

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

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

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