#4A6463

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

Shades of Tax Break #4A6463

Tints of Tax Break #4A6463

Color information

#4A6463 (or 0x4A6463) is unknown color: approx Tax Break. HEX triplet: 4A, 64 and 63. RGB value is (74,100,99). Sum of RGB (Red+Green+Blue) = 74+100+99=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6463 is #B59B9C. Grayscale: #5C5C5C. Windows color (decimal): -11901853 or 6513738. OLE color: 6513738.

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

Color convert

RGB7410099-
CMYK0.2600.010.61
HSL177.69º14.94%34.12%-
HSV(B)177.69º26%39.22%-
XYZ9.6311.4713.51-
YUV92.11131.89115.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=27.11%
G=36.63%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100990.2600.010.61177.6914.9434.12
Hex4A64631A013Db2f22
Octal1121441433201752621742
Binary1001010110010011000111101001111101101100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,99); }

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

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

 a { background-color: rgb(74,100,99); }

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

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

 span { border-color: rgb(74,100,99); }

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