VIEW PRODUCT CATEGORIES

Platinum Antique Sapphire 3.94ct Ladies Diamond Ring, 4.4gr

SKU: 160145 Categories: , ,

$7,900.00

1 in stock

Ladies antique Art Deco sapphire and diamond ring in platinum setting.

Stamped platinum and weighs 4.4 grams gross weight.

The blue sapphire is oval shape,  weighs 3.94 carats, excellent blue color.

Comes with GIA grading lab report certifying natural corundum.

Report number is 2221508729.

On the sides are round, old-cut diamonds, .25 total carats, i color on average, Si clarity.

Ring size is 5 3/4 and can be sized, up or down, a half size or less for an extra fee.

Excellent condition.

Additional information

Base Metal

Platinum

Brand

Unbranded

Diamond Clarity Grade

SI

Diamond Color Grade

I

Main Stone

Sapphire

Main Stone Color

Blue

Main Stone Shape

Oval

Metal

Platinum

Metal Purity

95 % Platinum

Ring Size

5.75

Style

Art Deco

Total Carat Weight

2.00 ctw – 4.99 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });