#4A7372

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

Shades of Ming #4A7372

Tints of Ming #4A7372

Color information

#4A7372 (or 0x4A7372) is unknown color: approx Ming. HEX triplet: 4A, 73 and 72. RGB value is (74,115,114). Sum of RGB (Red+Green+Blue) = 74+115+114=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7372 is #B58C8D. Grayscale: #666666. Windows color (decimal): -11897998 or 7500618. OLE color: 7500618.

HSL color Cylindrical-coordinate representation of color #4A7372: hue angle of 178.54º 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 #4A7372 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB74115114-
CMYK0.3600.010.55
HSL178.54º21.69%37.06%-
HSV(B)178.54º35.65%45.1%-
XYZ11.9914.9318.17-
YUV102.63134.42107.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=24.42%
G=37.95%
B=37.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal741151140.3600.010.55178.5421.6937.06
Hex4A7372240137b31625
Octal1121631624401672632645
Binary100101011100111110010100100011101111011001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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