#476B71

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

Shades of Tax Break #476B71

Tints of Tax Break #476B71

Color information

#476B71 (or 0x476B71) is unknown color: approx Tax Break. HEX triplet: 47, 6B and 71. RGB value is (71,107,113). Sum of RGB (Red+Green+Blue) = 71+107+113=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #476B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B71 is #B8948E. Grayscale: #606060. Windows color (decimal): -12096655 or 7433031. OLE color: 7433031.

HSL color Cylindrical-coordinate representation of color #476B71: hue angle of 188.57º 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 #476B71 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71107113-
CMYK0.370.0500.56
HSL188.57º22.83%36.08%-
HSV(B)188.57º37.17%44.31%-
XYZ10.8413.0517.57-
YUV96.92137.07109.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=24.40%
G=36.77%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711071130.370.0500.56188.5722.8336.08
Hex476B71255038bd1724
Octal1071531614550702752744
Binary10001111101011111000110010110101110001011110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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