#496765

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

Shades of Tax Break #496765

Tints of Tax Break #496765

Color information

#496765 (or 0x496765) is unknown color: approx Tax Break. HEX triplet: 49, 67 and 65. RGB value is (73,103,101). Sum of RGB (Red+Green+Blue) = 73+103+101=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #496765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496765 is #B6989A. Grayscale: #5D5D5D. Windows color (decimal): -11966619 or 6645577. OLE color: 6645577.

HSL color Cylindrical-coordinate representation of color #496765: hue angle of 176º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496765 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB73103101-
CMYK0.2900.020.60
HSL176º17.05%34.51%-
HSV(B)176º29.13%40.39%-
XYZ9.9512.0614.11-
YUV93.8132.06113.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=26.35%
G=37.18%
B=36.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal731031010.2900.020.6017617.0534.51
Hex4967651D023Cb01123
Octal1111471453502742602143
Binary100100111001111100101111010101111001011000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496765; }

 p { color: rgb(73,103,101); }

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

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

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

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

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

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

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