#496567

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

Shades of Tax Break #496567

Tints of Tax Break #496567

Color information

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

HSL color Cylindrical-coordinate representation of color #496567: hue angle of 184º 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 #496567 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB73101103-
CMYK0.290.0200.60
HSL184º17.05%34.51%-
HSV(B)184º29.13%40.39%-
XYZ9.8511.714.57-
YUV92.86133.72113.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal731011030.290.0200.6018417.0534.51
Hex4965671D203Cb81123
Octal1111451473520742702143
Binary100100111001011100111111011001111001011100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496567; }

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

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

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

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

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

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

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

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