#47676E

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

Shades of Tax Break #47676E

Tints of Tax Break #47676E

Color information

#47676E (or 0x47676E) is unknown color: approx Tax Break. HEX triplet: 47, 67 and 6E. RGB value is (71,103,110). Sum of RGB (Red+Green+Blue) = 71+103+110=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #47676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47676E is #B89891. Grayscale: #5E5E5E. Windows color (decimal): -12097682 or 7235399. OLE color: 7235399.

HSL color Cylindrical-coordinate representation of color #47676E: hue angle of 190.77º degrees, saturation: 0.22, 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 #47676E is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71103110-
CMYK0.350.0600.57
HSL190.77º21.55%35.49%-
HSV(B)190.77º35.45%43.14%-
XYZ10.2612.1716.56-
YUV94.23136.9111.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=25%
G=36.27%
B=38.73%

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
Decimal711031100.350.0600.57190.7721.5535.49
Hex47676E236039bf1623
Octal1071471564360712772643
Binary10001111100111110111010001111001110011011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47676E; }

 p { color: rgb(71,103,110); }

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

<style>
 a { background-color: #47676E; }

 a { background-color: rgb(71,103,110); }

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

<style>
 span { border-color: #47676E; }

 span { border-color: rgb(71,103,110); }

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