#476162

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

Shades of Tax Break #476162

Tints of Tax Break #476162

Color information

#476162 (or 0x476162) is unknown color: approx Tax Break. HEX triplet: 47, 61 and 62. RGB value is (71,97,98). Sum of RGB (Red+Green+Blue) = 71+97+98=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #476162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476162 is #B89E9D. Grayscale: #595959. Windows color (decimal): -12099230 or 6447431. OLE color: 6447431.

HSL color Cylindrical-coordinate representation of color #476162: hue angle of 182.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476162 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719798-
CMYK0.280.0100.62
HSL182.22º15.98%33.14%-
HSV(B)182.22º27.55%38.43%-
XYZ9.0810.7713.16-
YUV89.34132.89114.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=26.69%
G=36.47%
B=36.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197980.280.0100.62182.2215.9833.14
Hex4761621C103Eb61021
Octal1071411423410762662041
Binary10001111100001110001011100101111101011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476162; }

 p { color: rgb(71,97,98); }

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

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

 a { background-color: rgb(71,97,98); }

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

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

 span { border-color: rgb(71,97,98); }

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