#476462

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

Shades of Tax Break #476462

Tints of Tax Break #476462

Color information

#476462 (or 0x476462) is unknown color: approx Tax Break. HEX triplet: 47, 64 and 62. RGB value is (71,100,98). Sum of RGB (Red+Green+Blue) = 71+100+98=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #476462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476462 is #B89B9D. Grayscale: #5B5B5B. Windows color (decimal): -12098462 or 6448199. OLE color: 6448199.

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

Color convert

RGB7110098-
CMYK0.2900.020.61
HSL175.86º16.96%33.53%-
HSV(B)175.86º29%39.22%-
XYZ9.3611.3413.25-
YUV91.1131.89113.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=26.39%
G=37.17%
B=36.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100980.2900.020.61175.8616.9633.53
Hex4764621D023Db01122
Octal1071441423502752602142
Binary100011111001001100010111010101111011011000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476462; }

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

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

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

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

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

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

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

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