#496364

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

Shades of Tax Break #496364

Tints of Tax Break #496364

Color information

#496364 (or 0x496364) is unknown color: approx Tax Break. HEX triplet: 49, 63 and 64. RGB value is (73,99,100). Sum of RGB (Red+Green+Blue) = 73+99+100=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #496364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496364 is #B69C9B. Grayscale: #5B5B5B. Windows color (decimal): -11967644 or 6579017. OLE color: 6579017.

HSL color Cylindrical-coordinate representation of color #496364: hue angle of 182.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #496364 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7399100-
CMYK0.270.0100.61
HSL182.22º15.61%33.92%-
HSV(B)182.22º27%39.22%-
XYZ9.5111.2613.73-
YUV91.34132.89114.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=26.84%
G=36.40%
B=36.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73991000.270.0100.61182.2215.6133.92
Hex4963641B103Db61022
Octal1111431443310752662042
Binary10010011100011110010011011101111011011011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496364; }

 p { color: rgb(73,99,100); }

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

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

 a { background-color: rgb(73,99,100); }

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

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

 span { border-color: rgb(73,99,100); }

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