#466332

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

Shades of Dell #466332

Tints of Dell #466332

Color information

#466332 (or 0x466332) is unknown color: approx Dell. HEX triplet: 46, 63 and 32. RGB value is (70,99,50). Sum of RGB (Red+Green+Blue) = 70+99+50=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #466332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466332 is #B99CCD. Grayscale: #545454. Windows color (decimal): -12164302 or 3302214. OLE color: 3302214.

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

Color convert

RGB709950-
CMYK0.2900.490.61
HSL95.51º32.89%29.22%-
HSV(B)95.51º49.49%38.82%-
XYZ7.5610.464.64-
YUV84.74108.39117.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=31.96%
G=45.21%
B=22.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099500.2900.490.6195.5132.8929.22
Hex4663321D0313D60211d
Octal1061436235061751404135
Binary10001101100011110010111010110001111101110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466332; }

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

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

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

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

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

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

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

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