#476C71

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

Shades of Tax Break #476C71

Tints of Tax Break #476C71

Color information

#476C71 (or 0x476C71) is unknown color: approx Tax Break. HEX triplet: 47, 6C and 71. RGB value is (71,108,113). Sum of RGB (Red+Green+Blue) = 71+108+113=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #476C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C71 is #B8938E. Grayscale: #616161. Windows color (decimal): -12096399 or 7433287. OLE color: 7433287.

HSL color Cylindrical-coordinate representation of color #476C71: hue angle of 187.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476C71 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71108113-
CMYK0.370.0400.56
HSL187.14º22.83%36.08%-
HSV(B)187.14º37.17%44.31%-
XYZ10.9413.2617.6-
YUV97.51136.74109.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=24.32%
G=36.99%
B=38.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711081130.370.0400.56187.1422.8336.08
Hex476C71254038bb1724
Octal1071541614540702732744
Binary10001111101100111000110010110001110001011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476C71; }

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

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

<style>
 a { background-color: #476C71; }

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

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

<style>
 span { border-color: #476C71; }

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

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