#476464

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

Shades of Tax Break #476464

Tints of Tax Break #476464

Color information

#476464 (or 0x476464) is unknown color: approx Tax Break. HEX triplet: 47, 64 and 64. RGB value is (71,100,100). Sum of RGB (Red+Green+Blue) = 71+100+100=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #476464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476464 is #B89B9B. Grayscale: #5B5B5B. Windows color (decimal): -12098460 or 6579271. OLE color: 6579271.

HSL color Cylindrical-coordinate representation of color #476464: hue angle of 180º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476464 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB71100100-
CMYK0.29000.61
HSL180º16.96%33.53%-
HSV(B)180º29%39.22%-
XYZ9.4611.3713.75-
YUV91.33132.89113.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=26.20%
G=36.90%
B=36.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal711001000.29000.6118016.9633.53
Hex4764641D003Db41122
Octal1071441443500752642142
Binary10001111100100110010011101001111011011010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476464; }

 p { color: rgb(71,100,100); }

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

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

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

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

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

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

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