#496162

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

Shades of Tax Break #496162

Tints of Tax Break #496162

Color information

#496162 (or 0x496162) is unknown color: approx Tax Break. HEX triplet: 49, 61 and 62. RGB value is (73,97,98). Sum of RGB (Red+Green+Blue) = 73+97+98=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #496162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496162 is #B69E9D. Grayscale: #595959. Windows color (decimal): -11968158 or 6447433. OLE color: 6447433.

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

Color convert

RGB739798-
CMYK0.260.0100.62
HSL182.4º14.62%33.53%-
HSV(B)182.4º25.51%38.43%-
XYZ9.2310.8513.16-
YUV89.94132.55115.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=27.24%
G=36.19%
B=36.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397980.260.0100.62182.414.6233.53
Hex4961621A103Eb6f22
Octal1111411423210762661742
Binary1001001110000111000101101010111110101101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496162; }

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

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

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

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

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

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

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

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