#496B71

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

Shades of Tax Break #496B71

Tints of Tax Break #496B71

Color information

#496B71 (or 0x496B71) is unknown color: approx Tax Break. HEX triplet: 49, 6B and 71. RGB value is (73,107,113). Sum of RGB (Red+Green+Blue) = 73+107+113=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #496B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B71 is #B6948E. Grayscale: #616161. Windows color (decimal): -11965583 or 7433033. OLE color: 7433033.

HSL color Cylindrical-coordinate representation of color #496B71: hue angle of 189º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496B71 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73107113-
CMYK0.350.0500.56
HSL189º21.51%36.47%-
HSV(B)189º35.4%44.31%-
XYZ10.9913.1217.58-
YUV97.52136.74110.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=24.91%
G=36.52%
B=38.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731071130.350.0500.5618921.5136.47
Hex496B71235038bd1624
Octal1111531614350702752644
Binary10010011101011111000110001110101110001011110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,113); }

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

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

 a { background-color: rgb(73,107,113); }

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

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

 span { border-color: rgb(73,107,113); }

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