#476261

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

Shades of Tax Break #476261

Tints of Tax Break #476261

Color information

#476261 (or 0x476261) is unknown color: approx Tax Break. HEX triplet: 47, 62 and 61. RGB value is (71,98,97). Sum of RGB (Red+Green+Blue) = 71+98+97=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #476261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476261 is #B89D9E. Grayscale: #595959. Windows color (decimal): -12098975 or 6382151. OLE color: 6382151.

HSL color Cylindrical-coordinate representation of color #476261: hue angle of 177.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476261 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB719897-
CMYK0.2800.010.62
HSL177.78º15.98%33.14%-
HSV(B)177.78º27.55%38.43%-
XYZ9.1210.9412.94-
YUV89.81132.05114.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=26.69%
G=36.84%
B=36.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198970.2800.010.62177.7815.9833.14
Hex4762611C013Eb21021
Octal1071421413401762622041
Binary10001111100010110000111100011111101011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476261; }

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

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

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

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

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

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

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

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