#476870

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

Shades of Tax Break #476870

Tints of Tax Break #476870

Color information

#476870 (or 0x476870) is unknown color: approx Tax Break. HEX triplet: 47, 68 and 70. RGB value is (71,104,112). Sum of RGB (Red+Green+Blue) = 71+104+112=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #476870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476870 is #B8978F. Grayscale: #5E5E5E. Windows color (decimal): -12097424 or 7366727. OLE color: 7366727.

HSL color Cylindrical-coordinate representation of color #476870: hue angle of 191.71º 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 #476870 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71104112-
CMYK0.370.0700.56
HSL191.71º22.4%35.88%-
HSV(B)191.71º36.61%43.92%-
XYZ10.4712.4117.17-
YUV95.04137.57110.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=24.74%
G=36.24%
B=39.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711041120.370.0700.56191.7122.435.88
Hex476870257038c01624
Octal1071501604570703002644
Binary10001111101000111000010010111101110001100000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476870; }

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

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

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

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

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

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

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

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