#496468

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

Shades of Tax Break #496468

Tints of Tax Break #496468

Color information

#496468 (or 0x496468) is unknown color: approx Tax Break. HEX triplet: 49, 64 and 68. RGB value is (73,100,104). Sum of RGB (Red+Green+Blue) = 73+100+104=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #496468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496468 is #B69B97. Grayscale: #5C5C5C. Windows color (decimal): -11967384 or 6841417. OLE color: 6841417.

HSL color Cylindrical-coordinate representation of color #496468: hue angle of 187.74º 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 #496468 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB73100104-
CMYK0.300.0400.59
HSL187.74º17.51%34.71%-
HSV(B)187.74º29.81%40.78%-
XYZ9.811.5314.81-
YUV92.38134.55114.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=26.35%
G=36.10%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731001040.300.0400.59187.7417.5134.71
Hex4964681E403Bbc1223
Octal1111441503640732742243
Binary1001001110010011010001111010001110111011110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496468; }

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

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

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

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

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

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

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

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