#466329

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

Shades of Dell #466329

Tints of Dell #466329

Color information

#466329 (or 0x466329) is unknown color: approx Dell. HEX triplet: 46, 63 and 29. RGB value is (70,99,41). Sum of RGB (Red+Green+Blue) = 70+99+41=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #466329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466329 is #B99CD6. Grayscale: #535353. Windows color (decimal): -12164311 or 2712390. OLE color: 2712390.

HSL color Cylindrical-coordinate representation of color #466329: hue angle of 90º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466329 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB709941-
CMYK0.2900.590.61
HSL90º41.43%27.45%-
HSV(B)90º58.59%38.82%-
XYZ7.3910.393.71-
YUV83.72103.89118.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=33.33%
G=47.14%
B=19.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099410.2900.590.619041.4327.45
Hex4663291D03B3D5a291b
Octal1061435135073751325133
Binary10001101100011101001111010111011111101101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466329; }

 p { color: rgb(70,99,41); }

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

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

 a { background-color: rgb(70,99,41); }

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

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

 span { border-color: rgb(70,99,41); }

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