#466464

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

Shades of Tax Break #466464

Tints of Tax Break #466464

Color information

#466464 (or 0x466464) is unknown color: approx Tax Break. HEX triplet: 46, 64 and 64. RGB value is (70,100,100). Sum of RGB (Red+Green+Blue) = 70+100+100=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #466464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466464 is #B99B9B. Grayscale: #5B5B5B. Windows color (decimal): -12163996 or 6579270. OLE color: 6579270.

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

Color convert

RGB70100100-
CMYK0.30000.61
HSL180º17.65%33.33%-
HSV(B)180º30%39.22%-
XYZ9.3811.3413.75-
YUV91.03133.06113-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=25.93%
G=37.04%
B=37.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal701001000.30000.6118017.6533.33
Hex4664641E003Db41221
Octal1061441443600752642241
Binary10001101100100110010011110001111011011010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466464; }

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

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

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

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

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

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

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

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