#476262

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

Shades of Tax Break #476262

Tints of Tax Break #476262

Color information

#476262 (or 0x476262) is unknown color: approx Tax Break. HEX triplet: 47, 62 and 62. RGB value is (71,98,98). Sum of RGB (Red+Green+Blue) = 71+98+98=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #476262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476262 is #B89D9D. Grayscale: #595959. Windows color (decimal): -12098974 or 6447687. OLE color: 6447687.

HSL color Cylindrical-coordinate representation of color #476262: hue angle of 180º 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 #476262 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719898-
CMYK0.28000.62
HSL180º15.98%33.14%-
HSV(B)180º27.55%38.43%-
XYZ9.1710.9613.19-
YUV89.93132.55114.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=26.59%
G=36.70%
B=36.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198980.28000.6218015.9833.14
Hex4762621C003Eb41021
Octal1071421423400762642041
Binary10001111100010110001011100001111101011010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476262; }

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

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

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

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

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

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

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

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