Paint Mixing Ratio Calculator

JJ Ben-Joseph headshot JJ Ben-Joseph

Introduction: what a paint mixing ratio actually specifies

A mixing ratio is a recipe written in parts. When a technical data sheet says a two-component clearcoat mixes 4:1, it means four measures of clear to one measure of activator — and it deliberately does not tell you what a measure is. A "part" can be a millilitre, a fluid ounce, a graduation on a mixing stick or a whole gallon, as long as you use the same measure for every component in the same batch. That is what makes ratios portable: the same 4:1 line works for a 100 mL touch-up cup and a 20-litre production batch.

The awkward step is turning parts into the numbers actually printed on your measuring cup. A 4:1:1 spec does not mean "80% and 10% and 10%" — it means six parts total, so the first component is four sixths of the batch, or 66.67%, not 80%. Getting that conversion wrong is one of the most common causes of a soft, slow-curing or off-colour finish, because the catalyst level is set by the ratio and nothing else. This calculator does the conversion in both directions: from a finished batch size down to each component, and from the amount you happen to have in the can up to the batch it will produce.

It also reports each component's share of the batch as a percentage, which is the number worth writing on the lid. Percentages survive a change of units, so a formula recorded as 66.67 / 16.67 / 16.67 can be reproduced next year from a different sized can without re-deriving anything.

How to use the paint mixing ratio calculator

  1. Type the ratio in parts exactly as your data sheet writes it — 4:1:1, 2:1, 3:1:0.5. Colons, spaces, slashes and commas are all accepted, and you may list up to eight components.
  2. Optionally name the components, comma separated, so the output reads Clear, Hardener, Reducer instead of Component 1, 2, 3.
  3. Choose how the batch is sized. Finished volume means "I want this much sprayable paint at the end". Amount of the first component means "I have this much clear left and I want to know what it makes".
  4. Enter the amount and its unit. Millilitres, litres, US fluid ounces, US pints, US quarts and US gallons are supported, and every result is shown in both your chosen unit and millilitres.
  5. Add an overage percentage if you want a margin for overspray, gun purge and the film left in the cup. Ten per cent is a common allowance for a single panel; leave it at zero for an exact batch.

Select Calculate mix and the result panel lists every component with its parts, its share, and its volume. Reset restores the defaults. The proportional bar under the table is a quick visual sanity check: if the widest band does not look like roughly two thirds of the bar for a 4:1:1 spec, you have typed the wrong ratio.

The parts-to-volume formula behind every mixing ratio

Write the ratio as parts p1, p2, … pn. The total number of parts is their sum, and the volume of component i in a finished batch of volume V is that component's share of the sum:

Formula: V_i = V × p_i / (∑ k = 1 n p_k)

Vi = V × pi k=1n pk

The percentage share is the same fraction expressed out of a hundred, which is the form worth recording on a label:

Formula: s_i = 100 × p_i / (∑ k = 1 n p_k)

si = 100 × pi k=1n pk

Because the shares are fractions of one whole, they always sum to 100% and the component volumes always sum back to V. That is the arithmetic check the calculator prints under the table, and it is the check to do by hand when you are mixing from a stick: the last graduation you fill to should be the batch size, not the last component's volume.

Working backwards from the material you already have

The more common workshop question is the reverse one. You have most of a quart of clear left and you want to know how much hardener it needs and how much sprayable material that produces. If A1 is the amount of the first component you actually have, one part is worth A1 divided by p1, and the finished batch is:

Formula: V = A_1 × (∑ k = 1 n p_k) / p_1

V = A1 × k=1n pk p1

Every other component then follows from the first formula. This mode deliberately ignores the overage field, because you cannot conjure extra clear that is not in the can — if you need more finished paint you have to open more of the first component, not stretch the one you have.

Worked example: a 4:1:1 batch to fill a three-litre cup

Take a two-component urethane specified as 4 parts clear : 1 part hardener : 1 part reducer, and suppose you want 3.000 L of sprayable material. The parts add to 6, so one part is 3,000 ÷ 6 = 500.0 mL. That gives:

Check: 2,000.0 + 500.0 + 500.0 = 3,000.0 mL, and 66.67 + 16.67 + 16.67 = 100.01% after rounding each share to two decimals. Now run the same spec the other way. You have one US quart of clear, which is 946.35 mL. One part is 946.35 ÷ 4 = 236.59 mL, so you add 236.59 mL of hardener and 236.59 mL of reducer, and the batch is 236.59 × 6 = 1,419.53 mL — a little under a litre and a half.

Notice how badly the intuitive shortcut fails here. Reading "4:1:1" as 80/10/10 would have you pour 2,400 mL of clear and only 300 mL of hardener into a 3 L batch: the catalyst level would be 40% low, and a two-component urethane starved of activator stays soft, prints under masking tape and never reaches full solvent resistance. The parts-to-share conversion is the whole point.

Common mixing ratios converted to a one-litre batch

These are the ratios you meet most often on refinish and industrial data sheets, converted to millilitres for a 1,000 mL finished batch. Always confirm the ratio against the sheet for your specific product and your chosen hardener speed — the same clear frequently has a different ratio with a different activator.

Component volumes for a 1,000 mL finished batch
Ratio (by volume) Total parts First component Second component Third component
1:12500.0 mL (50.00%)500.0 mL (50.00%)
2:13666.7 mL (66.67%)333.3 mL (33.33%)
3:14750.0 mL (75.00%)250.0 mL (25.00%)
4:15800.0 mL (80.00%)200.0 mL (20.00%)
3:1:15600.0 mL (60.00%)200.0 mL (20.00%)200.0 mL (20.00%)
4:1:16666.7 mL (66.67%)166.7 mL (16.67%)166.7 mL (16.67%)
8:1:110800.0 mL (80.00%)100.0 mL (10.00%)100.0 mL (10.00%)

Ratio error, colour error and the delta E scale

For a catalysed system the ratio governs cure. For a tinted system it governs colour, and colour error has its own measuring stick. Instrument-measured colours are converted to the CIELAB coordinates L*, a* and b*, and the difference between a sample and its target is the straight-line distance between the two points:

Formula: ΔE_ab^* = sqrt((ΔL^*)^2 + (Δa^*)^2 + (Δb^*)^2)

ΔEab* = (ΔL*)2 + (Δa*)2 + (Δb*)2

The practical reading of that number is what turns a ratio slip into a rejected panel:

How a colour difference reads in practice
Colour difference What you would see
Below 1Not perceptible to most observers, even side by side.
1 to 2Visible to a trained eye under controlled lighting.
2 to 3.5Noticeable when the panels touch; often the commercial limit.
3.5 to 5An obvious difference to anyone looking for it.
Above 5Read as two different colours, not two batches of one.

Measuring by volume, by weight and by mixing stick

A graduated mixing cup printed with ratio columns is the fastest method: you pour the first component to the 4 line in the 4:1:1 column, the second to the next 1 line, and the cup does the arithmetic. It is also the least precise, because the graduations are moulded rather than certified and reading them at an angle introduces a parallax error of several per cent on a small batch. Use the calculator's millilitre column when the batch is small enough that a few millilitres matter.

Weighing is the repeatable option, and it is how tinting machines work, but a by-volume ratio cannot be poured onto a scale directly. Each component has its own specific gravity, so 4:1 by volume is not 4:1 by weight; you need the density figures from the data sheet to convert. If you routinely mix the same formula, convert it once, record the gram weights, and weigh from then on.

Whichever method you use, mix only what you can spray. A catalysed batch begins reacting the moment the hardener goes in, and the pot life quoted on the sheet — often 30 to 60 minutes at 20 °C — is the window before viscosity climbs and atomisation suffers. Sizing the batch honestly is the point of the "amount of the first component" mode.

Practising ratios on the Tint Bench

Below the calculator is Tint Bench, an interactive mixing bench that runs the same parts-to-volume arithmetic in reverse. Each batch gives you a target colour chip, a spec, and a required finished volume, and you pour from animated canisters into a mixing pot whose colour updates live. The pot colour is computed by a genuine subtractive model — each component's reflectance is raised to the power of its volume fraction and the results multiplied together — so blue poured into yellow really does turn green rather than grey, and a tint poured slightly heavy really does read as a colour error.

Three meters score the batch. The delta E meter reports the CIELAB distance between the pot and the target chip. The ratio meter reports the largest deviation of any component's share, in percentage points. The volume gauge reports how far the pot is from the required batch size. Clear components behave the way they do in the shop: a hardener or reducer canister moves the ratio and the volume but leaves the colour alone, which is exactly why the last two levels hide the pigment spec and make you match by eye while still measuring the clear. Anything you pour back out is charged to the job as wasted product, because in a real cup it is.

Limitations and assumptions of a volume-based ratio calculator

This tool does proportion arithmetic exactly, and that is all it does. It assumes the ratio you type is the ratio your product wants, that every component is measured in the same unit at the same temperature, and that the components mix without a change in volume. That last assumption is a genuine simplification: solvent blends can show a small volume contraction on mixing, usually well under one per cent, which is irrelevant for a spray cup and not irrelevant for a certified laboratory standard.

It does not know your product. Mixing ratios differ by hardener speed, by reduction level, by application temperature and by whether you are spraying a sealer, a basecoat or a clear, so the data sheet always outranks anything here. It does not model pot life, induction time, flash time, film build, VOC limits or the shift between wet and dry colour, and it cannot tell you whether a tint is strong enough to reach your target — the assumptions above hold for the arithmetic, not for the chemistry. Treat the output as an exact measuring target and confirm the result on a sprayed and fully dried test card before you commit a panel.

Paint mixing ratio questions answered

How do I turn a 4:1:1 mixing ratio into millilitres?

Add the parts together, then give each component its share of the finished volume. A 4:1:1 ratio has 6 parts, so for a 3,000 mL batch one part is worth 500 mL: 2,000 mL of the first component, 500 mL of the second and 500 mL of the third. The three amounts always add back to the total you asked for.

What if I only have a fixed amount of the first component?

Switch the calculator to size the batch from the component you already have. It divides that amount by the first component's parts to find what one part is worth, then multiplies by the total number of parts. A US quart of clear at 4:1:1 gives 946.35 mL divided by 4, or 236.59 mL per part, so you add 236.59 mL of hardener and 236.59 mL of reducer for 1,419.53 mL of sprayable material.

Is a mixing ratio measured by volume or by weight?

Nearly every automotive and industrial technical data sheet states the ratio by volume, and that is what this calculator uses. Weight-based mixing is more repeatable for tinting work because pigment densities differ between colours, but it needs a scale and the manufacturer's specific gravity figures. Never pour a by-volume ratio onto a scale without converting it first.

How much does a small ratio error change the colour?

It depends on the tinting strength of the component you got wrong. A strong tint added at one part in twenty can move a mix by several delta E units with only a five per cent error, while a weak extender may move it by less than one. Because a delta E of about one is already at the edge of what most people can see, spray a test card and let it dry before committing a full batch.

Do hardener and reducer change the colour of the mix?

Not in the dried film. They are clear, so they carry no pigment and the cured colour is set by the pigmented components alone. They still change the ratio, the sprayable volume, the viscosity and the film build, which is why the amount of clear you add has to be measured rather than judged by eye.

Why do two batches mixed to the same ratio not match?

Wet paint reads differently from dry, pigment settles if the can is not stirred back in, and the same colour code can vary between brands, bases and sheens. Measure with the same graduated cup or mixing stick every time, write down the ratio and the batch size, and let a test card dry fully before you compare it against the target.

Sources: the parts-to-volume arithmetic is the standard part-of-whole proportion, and a real by-volume mixing ratio stated as "4 parts by volume" of clear to "1 part by volume" of activator is documented in the Axalta Nason SelectClear 498-00 2K urethane technical data. Colour tolerances and the CIELAB delta E calculation used by the Tint Bench follow ASTM D2244, Standard Practice for Calculation of Color Tolerances and Color Differences from Instrumentally Measured Color Coordinates. The subtractive mixing model — raising each component's reflectance to the power of its volume fraction and multiplying — is the weighted geometric mean method described in Scott Allen Burns, "Subtractive Color Mixture Computation" (arXiv:1710.06364), and the sRGB to CIELAB matrices come from Bruce Lindbloom's RGB/XYZ conversion reference. US volume units use the exact definition of the US gallon as 231 cubic inches. Last reviewed August 2026.

Type it the way the data sheet does, for example 4:1:1, 2:1 or 3:1:0.5. Colons, spaces, slashes and commas all work. Two to eight components.

Comma separated, in the same order as the parts. Leave blank to get Component 1, Component 2 and so on.

Must be greater than zero. This is the finished batch size, or the amount of the first component you have, depending on the choice above.

Adds a margin on top of the finished volume. Ignored when the batch is sized from the first component, because you cannot pour more of it than you have.

Enter a mixing ratio and a batch size to see how much of each component to pour.

Copy status messages appear here.

Tint Bench: pour a batch that hits the ratio, the colour and the volume

Each batch gives you a target chip, a mixing spec and a required finished volume. Pour from the canisters into the pot and the pot colour updates live through a subtractive reflectance model, so the delta E meter is a real measurement of how far your mix has drifted, not a decoration. Clear hardener and reducer canisters move the ratio and the volume but leave the colour alone. Anything you pour back out is charged to the job as wasted product.

Batch 1 / 5 Score 0 Wasted 0.00 L Best 0
Tint Bench is an interactive paint mixing game drawn on a canvas. Your browser does not support canvas, so use the calculator above to convert a mixing ratio into component volumes.

Select Start bench, then focus the canvas and pour.