#496769

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

Shades of Tax Break #496769

Tints of Tax Break #496769

Color information

#496769 (or 0x496769) is unknown color: approx Tax Break. HEX triplet: 49, 67 and 69. RGB value is (73,103,105). Sum of RGB (Red+Green+Blue) = 73+103+105=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #496769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496769 is #B69896. Grayscale: #5E5E5E. Windows color (decimal): -11966615 or 6907721. OLE color: 6907721.

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

Color convert

RGB73103105-
CMYK0.300.0200.59
HSL183.75º17.98%34.9%-
HSV(B)183.75º30.48%41.18%-
XYZ10.1512.1415.17-
YUV94.26134.06112.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=25.98%
G=36.65%
B=37.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731031050.300.0200.59183.7517.9834.9
Hex4967691E203Bb81223
Octal1111471513620732702243
Binary100100111001111101001111101001110111011100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496769; }

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

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

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

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

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

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

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

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