#476466

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

Shades of Tax Break #476466

Tints of Tax Break #476466

Color information

#476466 (or 0x476466) is unknown color: approx Tax Break. HEX triplet: 47, 64 and 66. RGB value is (71,100,102). Sum of RGB (Red+Green+Blue) = 71+100+102=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #476466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476466 is #B89B99. Grayscale: #5B5B5B. Windows color (decimal): -12098458 or 6710343. OLE color: 6710343.

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

Color convert

RGB71100102-
CMYK0.300.0200.6
HSL183.87º17.92%33.92%-
HSV(B)183.87º30.39%40%-
XYZ9.5511.4114.27-
YUV91.56133.89113.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=26.01%
G=36.63%
B=37.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal711001020.300.0200.6183.8717.9233.92
Hex4764661E203Cb81222
Octal1071441463620742702242
Binary100011111001001100110111101001111001011100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476466; }

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

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

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

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

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

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

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

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