#4B7373

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

Shades of Ming #4B7373

Tints of Ming #4B7373

Color information

#4B7373 (or 0x4B7373) is unknown color: approx Ming. HEX triplet: 4B, 73 and 73. RGB value is (75,115,115). Sum of RGB (Red+Green+Blue) = 75+115+115=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #4B7373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7373 is #B48C8C. Grayscale: #676767. Windows color (decimal): -11832461 or 7566155. OLE color: 7566155.

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

Color convert

RGB75115115-
CMYK0.35000.55
HSL180º21.05%37.25%-
HSV(B)180º34.78%45.1%-
XYZ12.131518.47-
YUV103.04134.75108-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=24.59%
G=37.70%
B=37.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751151150.35000.5518021.0537.25
Hex4B7373230037b41525
Octal1131631634300672642545
Binary100101111100111110011100011001101111011010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,115); }

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

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

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

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

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

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

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