#47676C

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

Shades of Tax Break #47676C

Tints of Tax Break #47676C

Color information

#47676C (or 0x47676C) is unknown color: approx Tax Break. HEX triplet: 47, 67 and 6C. RGB value is (71,103,108). Sum of RGB (Red+Green+Blue) = 71+103+108=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #47676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47676C is #B89893. Grayscale: #5D5D5D. Windows color (decimal): -12097684 or 7104327. OLE color: 7104327.

HSL color Cylindrical-coordinate representation of color #47676C: hue angle of 188.11º 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 #47676C is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB71103108-
CMYK0.340.0500.58
HSL188.11º20.67%35.1%-
HSV(B)188.11º34.26%42.35%-
XYZ10.1612.1215.99-
YUV94135.9111.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=25.18%
G=36.52%
B=38.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711031080.340.0500.58188.1120.6735.1
Hex47676C22503Abc1523
Octal1071471544250722742543
Binary10001111100111110110010001010101110101011110010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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