#496469

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

Shades of Tax Break #496469

Tints of Tax Break #496469

Color information

#496469 (or 0x496469) is unknown color: approx Tax Break. HEX triplet: 49, 64 and 69. RGB value is (73,100,105). Sum of RGB (Red+Green+Blue) = 73+100+105=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #496469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496469 is #B69B96. Grayscale: #5C5C5C. Windows color (decimal): -11967383 or 6906953. OLE color: 6906953.

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

Color convert

RGB73100105-
CMYK0.300.0500.59
HSL189.38º17.98%34.9%-
HSV(B)189.38º30.48%41.18%-
XYZ9.8511.5515.07-
YUV92.5135.05114.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=26.26%
G=35.97%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731001050.300.0500.59189.3817.9834.9
Hex4964691E503Bbd1223
Octal1111441513650732752243
Binary1001001110010011010011111010101110111011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496469; }

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

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

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

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

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

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

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

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