#496263

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

Shades of Tax Break #496263

Tints of Tax Break #496263

Color information

#496263 (or 0x496263) is unknown color: approx Tax Break. HEX triplet: 49, 62 and 63. RGB value is (73,98,99). Sum of RGB (Red+Green+Blue) = 73+98+99=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #496263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496263 is #B69D9C. Grayscale: #5A5A5A. Windows color (decimal): -11967901 or 6513225. OLE color: 6513225.

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

Color convert

RGB739899-
CMYK0.260.0100.61
HSL182.31º15.12%33.73%-
HSV(B)182.31º26.26%38.82%-
XYZ9.3711.0513.44-
YUV90.64132.72115.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=27.04%
G=36.30%
B=36.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7398990.260.0100.61182.3115.1233.73
Hex4962631A103Db6f22
Octal1111421433210752661742
Binary1001001110001011000111101010111101101101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496263; }

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

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

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

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

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

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

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

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