#496B6B

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

Shades of Tax Break #496B6B

Tints of Tax Break #496B6B

Color information

#496B6B (or 0x496B6B) is unknown color: approx Tax Break. HEX triplet: 49, 6B and 6B. RGB value is (73,107,107). Sum of RGB (Red+Green+Blue) = 73+107+107=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #496B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B6B is #B69494. Grayscale: #606060. Windows color (decimal): -11965589 or 7039817. OLE color: 7039817.

HSL color Cylindrical-coordinate representation of color #496B6B: hue angle of 180º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B6B is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB73107107-
CMYK0.32000.58
HSL180º18.89%35.29%-
HSV(B)180º31.78%41.96%-
XYZ10.6612.9915.86-
YUV96.83133.74111-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=25.44%
G=37.28%
B=37.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731071070.32000.5818018.8935.29
Hex496B6B20003Ab41323
Octal1111531534000722642343
Binary100100111010111101011100000001110101011010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,107); }

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

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

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

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

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

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

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