#496365

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

Shades of Tax Break #496365

Tints of Tax Break #496365

Color information

#496365 (or 0x496365) is unknown color: approx Tax Break. HEX triplet: 49, 63 and 65. RGB value is (73,99,101). Sum of RGB (Red+Green+Blue) = 73+99+101=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #496365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496365 is #B69C9A. Grayscale: #5B5B5B. Windows color (decimal): -11967643 or 6644553. OLE color: 6644553.

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

Color convert

RGB7399101-
CMYK0.280.0200.60
HSL184.29º16.09%34.12%-
HSV(B)184.29º27.72%39.61%-
XYZ9.5611.2813.99-
YUV91.45133.39114.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=26.74%
G=36.26%
B=37.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73991010.280.0200.60184.2916.0934.12
Hex4963651C203Cb81022
Octal1111431453420742702042
Binary100100111000111100101111001001111001011100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496365; }

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

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

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

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

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

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

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

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