#496463

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

Shades of Tax Break #496463

Tints of Tax Break #496463

Color information

#496463 (or 0x496463) is unknown color: approx Tax Break. HEX triplet: 49, 64 and 63. RGB value is (73,100,99). Sum of RGB (Red+Green+Blue) = 73+100+99=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #496463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496463 is #B69B9C. Grayscale: #5B5B5B. Windows color (decimal): -11967389 or 6513737. OLE color: 6513737.

HSL color Cylindrical-coordinate representation of color #496463: hue angle of 177.78º 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 #496463 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB7310099-
CMYK0.2700.010.61
HSL177.78º15.61%33.92%-
HSV(B)177.78º27%39.22%-
XYZ9.5611.4313.51-
YUV91.81132.05114.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=26.84%
G=36.76%
B=36.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100990.2700.010.61177.7815.6133.92
Hex4964631B013Db21022
Octal1111441433301752622042
Binary10010011100100110001111011011111011011001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496463; }

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

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

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

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

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

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

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

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