#476567

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

Shades of Tax Break #476567

Tints of Tax Break #476567

Color information

#476567 (or 0x476567) is unknown color: approx Tax Break. HEX triplet: 47, 65 and 67. RGB value is (71,101,103). Sum of RGB (Red+Green+Blue) = 71+101+103=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #476567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476567 is #B89A98. Grayscale: #5C5C5C. Windows color (decimal): -12098201 or 6776135. OLE color: 6776135.

HSL color Cylindrical-coordinate representation of color #476567: hue angle of 183.75º 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 #476567 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB71101103-
CMYK0.310.0200.60
HSL183.75º18.39%34.12%-
HSV(B)183.75º31.07%40.39%-
XYZ9.711.6314.56-
YUV92.26134.06112.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=25.82%
G=36.73%
B=37.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal711011030.310.0200.60183.7518.3934.12
Hex4765671F203Cb81222
Octal1071451473720742702242
Binary100011111001011100111111111001111001011100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476567; }

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

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

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

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

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

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

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

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