#476D70

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

Shades of Tax Break #476D70

Tints of Tax Break #476D70

Color information

#476D70 (or 0x476D70) is unknown color: approx Tax Break. HEX triplet: 47, 6D and 70. RGB value is (71,109,112). Sum of RGB (Red+Green+Blue) = 71+109+112=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #476D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D70 is #B8928F. Grayscale: #616161. Windows color (decimal): -12096144 or 7368007. OLE color: 7368007.

HSL color Cylindrical-coordinate representation of color #476D70: hue angle of 184.39º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476D70 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71109112-
CMYK0.370.0300.56
HSL184.39º22.4%35.88%-
HSV(B)184.39º36.61%43.92%-
XYZ10.9913.4517.35-
YUV97.98135.91108.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=24.32%
G=37.33%
B=38.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711091120.370.0300.56184.3922.435.88
Hex476D70253038b81624
Octal1071551604530702702644
Binary1000111110110111100001001011101110001011100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D70; }

 p { color: rgb(71,109,112); }

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

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

 a { background-color: rgb(71,109,112); }

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

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

 span { border-color: rgb(71,109,112); }

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