#496163

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

Shades of Tax Break #496163

Tints of Tax Break #496163

Color information

#496163 (or 0x496163) is unknown color: approx Tax Break. HEX triplet: 49, 61 and 63. RGB value is (73,97,99). Sum of RGB (Red+Green+Blue) = 73+97+99=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #496163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496163 is #B69E9C. Grayscale: #5A5A5A. Windows color (decimal): -11968157 or 6512969. OLE color: 6512969.

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

Color convert

RGB739799-
CMYK0.260.0200.61
HSL184.62º15.12%33.73%-
HSV(B)184.62º26.26%38.82%-
XYZ9.2710.8713.41-
YUV90.05133.05115.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=27.14%
G=36.06%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7397990.260.0200.61184.6215.1233.73
Hex4961631A203Db9f22
Octal1111411433220752711742
Binary10010011100001110001111010100111101101110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496163; }

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

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

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

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

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

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

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

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