#496061

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

Shades of Tax Break #496061

Tints of Tax Break #496061

Color information

#496061 (or 0x496061) is unknown color: approx Tax Break. HEX triplet: 49, 60 and 61. RGB value is (73,96,97). Sum of RGB (Red+Green+Blue) = 73+96+97=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #496061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496061 is #B69F9E. Grayscale: #595959. Windows color (decimal): -11968415 or 6381641. OLE color: 6381641.

HSL color Cylindrical-coordinate representation of color #496061: hue angle of 182.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496061 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739697-
CMYK0.250.0100.62
HSL182.5º14.12%33.33%-
HSV(B)182.5º24.74%38.04%-
XYZ9.0910.6512.89-
YUV89.24132.38116.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=27.44%
G=36.09%
B=36.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396970.250.0100.62182.514.1233.33
Hex49606119103Eb6e21
Octal1111401413110762661641
Binary1001001110000011000011100110111110101101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496061; }

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

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

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

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

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

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

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

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