#475F60

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

Shades of Tax Break #475F60

Tints of Tax Break #475F60

Color information

#475F60 (or 0x475F60) is unknown color: approx Tax Break. HEX triplet: 47, 5F and 60. RGB value is (71,95,96). Sum of RGB (Red+Green+Blue) = 71+95+96=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #475F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F60 is #B8A09F. Grayscale: #575757. Windows color (decimal): -12099744 or 6315847. OLE color: 6315847.

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

Color convert

RGB719596-
CMYK0.260.0100.62
HSL182.4º14.97%32.75%-
HSV(B)182.4º26.04%37.65%-
XYZ8.810.3712.6-
YUV87.94132.55115.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=27.10%
G=36.26%
B=36.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7195960.260.0100.62182.414.9732.75
Hex475F601A103Eb6f21
Octal1071371403210762661741
Binary1000111101111111000001101010111110101101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475F60; }

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

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

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

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

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

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

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

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