#496D70

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

Shades of Tax Break #496D70

Tints of Tax Break #496D70

Color information

#496D70 (or 0x496D70) is unknown color: approx Tax Break. HEX triplet: 49, 6D and 70. RGB value is (73,109,112). Sum of RGB (Red+Green+Blue) = 73+109+112=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #496D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D70 is #B6928F. Grayscale: #626262. Windows color (decimal): -11965072 or 7368009. OLE color: 7368009.

HSL color Cylindrical-coordinate representation of color #496D70: hue angle of 184.62º 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 #496D70 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73109112-
CMYK0.350.0300.56
HSL184.62º21.08%36.27%-
HSV(B)184.62º34.82%43.92%-
XYZ11.1413.5217.35-
YUV98.58135.57109.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=24.83%
G=37.07%
B=38.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731091120.350.0300.56184.6221.0836.27
Hex496D70233038b91524
Octal1111551604330702712544
Binary1001001110110111100001000111101110001011100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D70; }

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

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

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

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

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

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

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

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