#466421

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

Shades of Dell #466421

Tints of Dell #466421

Color information

#466421 (or 0x466421) is unknown color: approx Dell. HEX triplet: 46, 64 and 21. RGB value is (70,100,33). Sum of RGB (Red+Green+Blue) = 70+100+33=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #466421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466421 is #B99BDE. Grayscale: #535353. Windows color (decimal): -12164063 or 2188358. OLE color: 2188358.

HSL color Cylindrical-coordinate representation of color #466421: hue angle of 86.87º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466421 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB7010033-
CMYK0.3000.670.61
HSL86.87º50.38%26.08%-
HSV(B)86.87º67%39.22%-
XYZ7.3610.533.08-
YUV83.3999.56118.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=34.48%
G=49.26%
B=16.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100330.3000.670.6186.8750.3826.08
Hex4664211E0433D57321a
Octal10614441360103751276232
Binary100011011001001000011111001000011111101101011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466421; }

 p { color: rgb(70,100,33); }

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

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

 a { background-color: rgb(70,100,33); }

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

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

 span { border-color: rgb(70,100,33); }

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