#476365

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

Shades of Tax Break #476365

Tints of Tax Break #476365

Color information

#476365 (or 0x476365) is unknown color: approx Tax Break. HEX triplet: 47, 63 and 65. RGB value is (71,99,101). Sum of RGB (Red+Green+Blue) = 71+99+101=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #476365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476365 is #B89C9A. Grayscale: #5A5A5A. Windows color (decimal): -12098715 or 6644551. OLE color: 6644551.

HSL color Cylindrical-coordinate representation of color #476365: hue angle of 184º 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 #476365 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7199101-
CMYK0.300.0200.60
HSL184º17.44%33.73%-
HSV(B)184º29.7%39.61%-
XYZ9.4111.213.98-
YUV90.86133.72113.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=26.20%
G=36.53%
B=37.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71991010.300.0200.6018417.4433.73
Hex4763651E203Cb81122
Octal1071431453620742702142
Binary100011111000111100101111101001111001011100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476365; }

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

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

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

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

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

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

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

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