#476061

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

Shades of Tax Break #476061

Tints of Tax Break #476061

Color information

#476061 (or 0x476061) is unknown color: approx Tax Break. HEX triplet: 47, 60 and 61. RGB value is (71,96,97). Sum of RGB (Red+Green+Blue) = 71+96+97=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #476061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476061 is #B89F9E. Grayscale: #585858. Windows color (decimal): -12099487 or 6381639. OLE color: 6381639.

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

Color convert

RGB719697-
CMYK0.270.0100.62
HSL182.31º15.48%32.94%-
HSV(B)182.31º26.8%38.04%-
XYZ8.9410.5712.88-
YUV88.64132.72115.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=26.89%
G=36.36%
B=36.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196970.270.0100.62182.3115.4832.94
Hex4760611B103Eb6f21
Octal1071401413310762661741
Binary1000111110000011000011101110111110101101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476061; }

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

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

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

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

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

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

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

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