#4C6163

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

Shades of Tax Break #4C6163

Tints of Tax Break #4C6163

Color information

#4C6163 (or 0x4C6163) is unknown color: approx Tax Break. HEX triplet: 4C, 61 and 63. RGB value is (76,97,99). Sum of RGB (Red+Green+Blue) = 76+97+99=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6163 is #B39E9C. Grayscale: #5A5A5A. Windows color (decimal): -11771549 or 6512972. OLE color: 6512972.

HSL color Cylindrical-coordinate representation of color #4C6163: hue angle of 185.22º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C6163 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB769799-
CMYK0.230.0200.61
HSL185.22º13.14%34.31%-
HSV(B)185.22º23.23%38.82%-
XYZ9.5110.9913.42-
YUV90.95132.54117.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=27.94%
G=35.66%
B=36.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7697990.230.0200.61185.2213.1434.31
Hex4C616317203Db9d22
Octal1141411432720752711542
Binary10011001100001110001110111100111101101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6163; }

 p { color: rgb(76,97,99); }

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

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

 a { background-color: rgb(76,97,99); }

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

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

 span { border-color: rgb(76,97,99); }

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