#4A6E73

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

Shades of Tax Break #4A6E73

Tints of Tax Break #4A6E73

Color information

#4A6E73 (or 0x4A6E73) is unknown color: approx Tax Break. HEX triplet: 4A, 6E and 73. RGB value is (74,110,115). Sum of RGB (Red+Green+Blue) = 74+110+115=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E73 is #B5918C. Grayscale: #636363. Windows color (decimal): -11899277 or 7564874. OLE color: 7564874.

HSL color Cylindrical-coordinate representation of color #4A6E73: hue angle of 187.32º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A6E73 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB74110115-
CMYK0.360.0400.55
HSL187.32º21.69%37.06%-
HSV(B)187.32º35.65%45.1%-
XYZ11.4913.8518.29-
YUV99.81136.57109.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=24.75%
G=36.79%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal741101150.360.0400.55187.3221.6937.06
Hex4A6E73244037bb1625
Octal1121561634440672732645
Binary10010101101110111001110010010001101111011101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,110,115); }

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

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

 a { background-color: rgb(74,110,115); }

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

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

 span { border-color: rgb(74,110,115); }

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