#466232

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

Shades of Dell #466232

Tints of Dell #466232

Color information

#466232 (or 0x466232) is unknown color: approx Dell. HEX triplet: 46, 62 and 32. RGB value is (70,98,50). Sum of RGB (Red+Green+Blue) = 70+98+50=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #466232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466232 is #B99DCD. Grayscale: #545454. Windows color (decimal): -12164558 or 3301958. OLE color: 3301958.

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

Color convert

RGB709850-
CMYK0.2900.490.62
HSL95º32.43%29.02%-
HSV(B)95º48.98%38.43%-
XYZ7.4710.274.61-
YUV84.16108.72117.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=32.11%
G=44.95%
B=22.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098500.2900.490.629532.4329.02
Hex4662321D0313E5f201d
Octal1061426235061761374035
Binary10001101100010110010111010110001111110101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466232; }

 p { color: rgb(70,98,50); }

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

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

 a { background-color: rgb(70,98,50); }

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

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

 span { border-color: rgb(70,98,50); }

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