#496770

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

Shades of Tax Break #496770

Tints of Tax Break #496770

Color information

#496770 (or 0x496770) is unknown color: approx Tax Break. HEX triplet: 49, 67 and 70. RGB value is (73,103,112). Sum of RGB (Red+Green+Blue) = 73+103+112=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #496770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496770 is #B6988F. Grayscale: #5E5E5E. Windows color (decimal): -11966608 or 7366473. OLE color: 7366473.

HSL color Cylindrical-coordinate representation of color #496770: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496770 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73103112-
CMYK0.350.0800.56
HSL193.85º21.08%36.27%-
HSV(B)193.85º34.82%43.92%-
XYZ10.5212.2917.15-
YUV95.06137.56112.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=25.35%
G=35.76%
B=38.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731031120.350.0800.56193.8521.0836.27
Hex496770238038c21524
Octal11114716043100703022544
Binary100100111001111110000100011100001110001100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496770; }

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

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

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

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

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

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

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

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