#496265

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

Shades of Tax Break #496265

Tints of Tax Break #496265

Color information

#496265 (or 0x496265) is unknown color: approx Tax Break. HEX triplet: 49, 62 and 65. RGB value is (73,98,101). Sum of RGB (Red+Green+Blue) = 73+98+101=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #496265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496265 is #B69D9A. Grayscale: #5A5A5A. Windows color (decimal): -11967899 or 6644297. OLE color: 6644297.

HSL color Cylindrical-coordinate representation of color #496265: hue angle of 186.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496265 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7398101-
CMYK0.280.0300.60
HSL186.43º16.09%34.12%-
HSV(B)186.43º27.72%39.61%-
XYZ9.4611.0913.95-
YUV90.87133.72115.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=26.84%
G=36.03%
B=37.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73981010.280.0300.60186.4316.0934.12
Hex4962651C303Cba1022
Octal1111421453430742722042
Binary100100111000101100101111001101111001011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496265; }

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

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

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

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

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

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

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

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