#47666D

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

Shades of Tax Break #47666D

Tints of Tax Break #47666D

Color information

#47666D (or 0x47666D) is unknown color: approx Tax Break. HEX triplet: 47, 66 and 6D. RGB value is (71,102,109). Sum of RGB (Red+Green+Blue) = 71+102+109=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #47666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47666D is #B89992. Grayscale: #5D5D5D. Windows color (decimal): -12097939 or 7169607. OLE color: 7169607.

HSL color Cylindrical-coordinate representation of color #47666D: hue angle of 191.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47666D is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71102109-
CMYK0.350.0600.57
HSL191.05º21.11%35.29%-
HSV(B)191.05º34.86%42.75%-
XYZ10.1111.9516.24-
YUV93.53136.73111.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=25.18%
G=36.17%
B=38.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711021090.350.0600.57191.0521.1135.29
Hex47666D236039bf1523
Octal1071461554360712772543
Binary10001111100110110110110001111001110011011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47666D; }

 p { color: rgb(71,102,109); }

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

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

 a { background-color: rgb(71,102,109); }

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

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

 span { border-color: rgb(71,102,109); }

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