#49686B

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

Shades of Tax Break #49686B

Tints of Tax Break #49686B

Color information

#49686B (or 0x49686B) is unknown color: approx Tax Break. HEX triplet: 49, 68 and 6B. RGB value is (73,104,107). Sum of RGB (Red+Green+Blue) = 73+104+107=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #49686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49686B is #B69794. Grayscale: #5F5F5F. Windows color (decimal): -11966357 or 7039049. OLE color: 7039049.

HSL color Cylindrical-coordinate representation of color #49686B: hue angle of 185.29º 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 #49686B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB73104107-
CMYK0.320.0300.58
HSL185.29º18.89%35.29%-
HSV(B)185.29º31.78%41.96%-
XYZ10.3512.3815.75-
YUV95.07134.73112.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=25.70%
G=36.62%
B=37.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731041070.320.0300.58185.2918.8935.29
Hex49686B20303Ab91323
Octal1111501534030722712343
Binary1001001110100011010111000001101110101011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49686B; }

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

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

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

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

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

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

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

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