#47686C

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

Shades of Tax Break #47686C

Tints of Tax Break #47686C

Color information

#47686C (or 0x47686C) is unknown color: approx Tax Break. HEX triplet: 47, 68 and 6C. RGB value is (71,104,108). Sum of RGB (Red+Green+Blue) = 71+104+108=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #47686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47686C is #B89793. Grayscale: #5E5E5E. Windows color (decimal): -12097428 or 7104583. OLE color: 7104583.

HSL color Cylindrical-coordinate representation of color #47686C: hue angle of 186.49º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47686C is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB71104108-
CMYK0.340.0400.58
HSL186.49º20.67%35.1%-
HSV(B)186.49º34.26%42.35%-
XYZ10.2612.3216.03-
YUV94.59135.57111.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=25.09%
G=36.75%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711041080.340.0400.58186.4920.6735.1
Hex47686C22403Aba1523
Octal1071501544240722722543
Binary10001111101000110110010001010001110101011101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47686C; }

 p { color: rgb(71,104,108); }

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

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

 a { background-color: rgb(71,104,108); }

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

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

 span { border-color: rgb(71,104,108); }

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