#496464

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

Shades of Tax Break #496464

Tints of Tax Break #496464

Color information

#496464 (or 0x496464) is unknown color: approx Tax Break. HEX triplet: 49, 64 and 64. RGB value is (73,100,100). Sum of RGB (Red+Green+Blue) = 73+100+100=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #496464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496464 is #B69B9B. Grayscale: #5B5B5B. Windows color (decimal): -11967388 or 6579273. OLE color: 6579273.

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

Color convert

RGB73100100-
CMYK0.27000.61
HSL180º15.61%33.92%-
HSV(B)180º27%39.22%-
XYZ9.6111.4513.76-
YUV91.93132.55114.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=26.74%
G=36.63%
B=36.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal731001000.27000.6118015.6133.92
Hex4964641B003Db41022
Octal1111441443300752642042
Binary10010011100100110010011011001111011011010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496464; }

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

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

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

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

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

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

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

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