#496669

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

Shades of Tax Break #496669

Tints of Tax Break #496669

Color information

#496669 (or 0x496669) is unknown color: approx Tax Break. HEX triplet: 49, 66 and 69. RGB value is (73,102,105). Sum of RGB (Red+Green+Blue) = 73+102+105=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #496669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496669 is #B69996. Grayscale: #5D5D5D. Windows color (decimal): -11966871 or 6907465. OLE color: 6907465.

HSL color Cylindrical-coordinate representation of color #496669: hue angle of 185.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496669 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB73102105-
CMYK0.300.0300.59
HSL185.62º17.98%34.9%-
HSV(B)185.62º30.48%41.18%-
XYZ10.0511.9415.14-
YUV93.67134.39113.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=26.07%
G=36.43%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731021050.300.0300.59185.6217.9834.9
Hex4966691E303Bba1223
Octal1111461513630732722243
Binary100100111001101101001111101101110111011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496669; }

 p { color: rgb(73,102,105); }

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

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

 a { background-color: rgb(73,102,105); }

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

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

 span { border-color: rgb(73,102,105); }

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