#476467

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

Shades of Tax Break #476467

Tints of Tax Break #476467

Color information

#476467 (or 0x476467) is unknown color: approx Tax Break. HEX triplet: 47, 64 and 67. RGB value is (71,100,103). Sum of RGB (Red+Green+Blue) = 71+100+103=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #476467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476467 is #B89B98. Grayscale: #5B5B5B. Windows color (decimal): -12098457 or 6775879. OLE color: 6775879.

HSL color Cylindrical-coordinate representation of color #476467: hue angle of 185.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476467 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB71100103-
CMYK0.310.0300.60
HSL185.62º18.39%34.12%-
HSV(B)185.62º31.07%40.39%-
XYZ9.611.4314.53-
YUV91.67134.39113.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=25.91%
G=36.50%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal711001030.310.0300.60185.6218.3934.12
Hex4764671F303Cba1222
Octal1071441473730742722242
Binary100011111001001100111111111101111001011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476467; }

 p { color: rgb(71,100,103); }

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

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

 a { background-color: rgb(71,100,103); }

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

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

 span { border-color: rgb(71,100,103); }

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