#466831

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

Shades of Dell #466831

Tints of Dell #466831

Color information

#466831 (or 0x466831) is unknown color: approx Dell. HEX triplet: 46, 68 and 31. RGB value is (70,104,49). Sum of RGB (Red+Green+Blue) = 70+104+49=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #466831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466831 is #B997CE. Grayscale: #575757. Windows color (decimal): -12163023 or 3237958. OLE color: 3237958.

HSL color Cylindrical-coordinate representation of color #466831: hue angle of 97.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466831 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB7010449-
CMYK0.3300.530.59
HSL97.09º35.95%30%-
HSV(B)97.09º52.88%40.78%-
XYZ8.0311.424.69-
YUV87.56106.24115.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=31.39%
G=46.64%
B=21.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104490.3300.530.5997.0935.9530
Hex466831210353B61241e
Octal1061506141065731414436
Binary100011011010001100011000010110101111011110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466831; }

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

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

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

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

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

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

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

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