#476565

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

Shades of Tax Break #476565

Tints of Tax Break #476565

Color information

#476565 (or 0x476565) is unknown color: approx Tax Break. HEX triplet: 47, 65 and 65. RGB value is (71,101,101). Sum of RGB (Red+Green+Blue) = 71+101+101=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #476565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476565 is #B89A9A. Grayscale: #5C5C5C. Windows color (decimal): -12098203 or 6645063. OLE color: 6645063.

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

Color convert

RGB71101101-
CMYK0.30000.60
HSL180º17.44%33.73%-
HSV(B)180º29.7%39.61%-
XYZ9.611.5914.04-
YUV92.03133.06113-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=26.01%
G=37.00%
B=37.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal711011010.30000.6018017.4433.73
Hex4765651E003Cb41122
Octal1071451453600742642142
Binary10001111100101110010111110001111001011010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476565; }

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

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

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

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

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

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

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

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