GLOVES WORTEX 485 NITRIILKATTE VOODRIGA M/9"

The photographs are for illustrative purposes only.
Get AI analytics on product WORTEX 485 Nitrile-Coated Lined Gloves M/9:
3.58€/pair
Ex Tax: 2.89€/pair
Wortex
0 reviews
In stock
Product Code: 000-480946ASP
Qty
Tags:
Package dimensions26,00 x 13,00 x 1,00 cm
Net weight0,077 kg

Wortex WG485 nitrile-coated lined work gloves (size M/9)

Durable all‑weather work gloves with foamed nitrile on the palm and fingers and a thin acrylic lining, designed to provide grip and protection in both warm and cold environments.

Key Benefits


    Good grip in dry and wet conditions thanks to foamed nitrile palm
  • Protection against mechanical wear and abrasion
  • Thin acrylic lining suitable for warm and cold work environments
  • Very elastic and durable for comfortable, long use
  • Breathable, stretchy back of hand (nylon/spandex) for improved fit
  • Suitable for all‑weather tasks

Applications

Typical application areas where these features deliver value.


    Cold and wet outdoor conditions
  • Construction
  • Manufacturing and industry
  • Assembly work
  • General maintenance
  • Transport and logistics

What to Consider When Choosing


    Grip performance for both dry and wet surfaces
  1. Thermal suitability — thin acrylic lining for warm and cold use
  2. Mechanical protection levels (refer to EN 388 and EN 511 ratings)
  3. Correct fit — size M/9 for dexterity and comfort
  4. Breathability and elasticity of the back material (nylon/spandex)

Specifications


    Model: WORTEX WG485
  • Palm and fingers coated with foamed nitrile
  • Thin acrylic lining
  • Back of hand: breathable and stretchy nylon/spandex
  • Category II
  • Standards: EN 388 – 4.1.3.1.X
  • Standards: EN 511
  • Size: M/9

Why Buy from SityPro


    Easy to buy online at SityPro with clear product features
  • Transparent price information and product details
  • Delivery available to Estonia and Finland
  • Responsive customer support for product and application questions
  • Convenient ordering and secure payment options

Description provided by sitypro.com

GLOVES WORTEX 485 NITRIILKATTE VOODRIGA M/9"
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the GLOVES WORTEX 485 NITRIILKATTE VOODRIGA M/9"

What are GLOVES WORTEX 485 NITRIILKATTE VOODRIGA M/9 and what are they used for?

GLOVES WORTEX 485 NITRIILKATTE VOODRIGA M/9 are work gloves with foam nitrile coating on the palm and fingers, a thin acrylic lining and a breathable, stretchy nylon/spandex back. They are suitable for cold and wet outdoor conditions, construction, assembly, manufacturing, transport/logistics and general maintenance.

What EN protection do GLOVES WORTEX 485 have (EN 388/511)?

They are Category II gloves meeting EN 388 with ratings 4.1.3.1.X and EN 511 for cold protection. This indicates strong mechanical abrasion/cut resistance and basic protection for cold environments.

Are these gloves suitable for wet weather and handling wet parts?

Yes. The palm and fingers are coated with foam nitrile which provides good grip in both dry and wet conditions, reducing slippage when handling wet parts.

What temperature range are the thin acrylic-lined gloves suitable for?

The thin acrylic lining makes them suitable for cool to cold environments; they provide more warmth than unlined gloves but are not a substitute for heavily insulated winter gloves in extreme cold.

What material is used on the back of the gloves and why?

The back is made of breathable, stretchy nylon/spandex to provide ventilation, a snug fit and comfort during prolonged use.

Are these gloves suitable for construction and assembling small parts?

Yes. Their high elasticity, close fit and nitrile-coated fingers provide good tactile control and a secure grip for handling small parts in construction and assembly.

How to care for and clean WORTEX 485 nitrile-coated gloves?

Brush off dirt with a soft brush and wipe with a damp cloth; avoid harsh chemicals and machine washing to prevent damage to the foam nitrile coating and thin acrylic lining.

How do WORTEX 485 differ from unlined or differently coated models?

WORTEX 485 combine a thin acrylic lining with foam nitrile coating, offering extra warmth and improved grip in wet conditions compared to unlined or latex-coated gloves.

What sizes are available and how to choose a size for a snug fit?

The model is marked M/9, suitable for an average adult male hand. For a snug fit, measure your palm width/length and compare with a standard glove size chart; M/9 fits a medium hand.

Can these gloves be used for handling oils and chemicals?

The nitrile coating is more oil-resistant than latex, but chemical resistance depends on the specific substance and concentration. For aggressive chemicals, use gloves rated specifically for chemical protection.

Where to buy WORTEX 485 Nitrile-Coated Lined Gloves M/9?

You can buy WORTEX 485 Nitrile-Coated Lined Gloves M/9 in our online store for 2.89€. Category: Work gloves.

What is the price of WORTEX 485 Nitrile-Coated Lined Gloves M/9?

The current price of WORTEX 485 Nitrile-Coated Lined Gloves M/9 is 2.89€. Brand: Wortex.

WORTEX 485 Nitrile-Coated Lined Gloves M/9 — specifications and description

Model: 000-480946ASP. Category: Work gloves. Brand: Wortex. Price: 2.89€.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');