#496E73

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

Shades of Tax Break #496E73

Tints of Tax Break #496E73

Color information

#496E73 (or 0x496E73) is unknown color: approx Tax Break. HEX triplet: 49, 6E and 73. RGB value is (73,110,115). Sum of RGB (Red+Green+Blue) = 73+110+115=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #496E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E73 is #B6918C. Grayscale: #636363. Windows color (decimal): -11964813 or 7564873. OLE color: 7564873.

HSL color Cylindrical-coordinate representation of color #496E73: hue angle of 187.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496E73 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73110115-
CMYK0.370.0400.55
HSL187.14º22.34%36.86%-
HSV(B)187.14º36.52%45.1%-
XYZ11.4213.8118.28-
YUV99.51136.74109.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=24.50%
G=36.91%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731101150.370.0400.55187.1422.3436.86
Hex496E73254037bb1625
Octal1111561634540672732645
Binary10010011101110111001110010110001101111011101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496E73; }

 p { color: rgb(73,110,115); }

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

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

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

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

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

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

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