#476B6D

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

Shades of Tax Break #476B6D

Tints of Tax Break #476B6D

Color information

#476B6D (or 0x476B6D) is unknown color: approx Tax Break. HEX triplet: 47, 6B and 6D. RGB value is (71,107,109). Sum of RGB (Red+Green+Blue) = 71+107+109=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #476B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B6D is #B89492. Grayscale: #606060. Windows color (decimal): -12096659 or 7170887. OLE color: 7170887.

HSL color Cylindrical-coordinate representation of color #476B6D: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476B6D is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB71107109-
CMYK0.350.0200.57
HSL183.16º21.11%35.29%-
HSV(B)183.16º34.86%42.75%-
XYZ10.6212.9616.41-
YUV96.46135.07109.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=24.74%
G=37.28%
B=37.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711071090.350.0200.57183.1621.1135.29
Hex476B6D232039b71523
Octal1071531554320712672543
Binary1000111110101111011011000111001110011011011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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