VIEW PRODUCT CATEGORIES

14k Yellow Gold GIA Sapphire & Diamond Ring 4.86ct, .50tdw, 4.9g

SKU: 146598 Categories: , ,

$13,950.00

1 in stock

14k Yellow Gold Sapphire & Diamond Ring

Ladies violet-blue sapphire and diamond ring in 14k yellow gold setting.

Stamped 14k and weighs 4.9 grams.

The oval sapphire weighs 4.86 carats,  modified brilliant cut.

The color is an excellent violet-blue color, no heat treatment.

The GIA grading report number is 2211451011.

The diamonds on the sides are round brilliant cuts, .50 total carats, G to H color, Si clarity.

Ring size is 7 1/2 and can be sized.

Like new condition.

Additional information

Base Metal

Yellow Gold

Brand

Unbranded

Certification

GIA

Cut Grade

Brilliant

Diamond Clarity Grade

SI

Diamond Color Grade

G – H

Main Stone

Sapphire

Main Stone Color

Violet-Blue

Main Stone Creation

Natural

Main Stone Shape

Oval

Metal

Yellow Gold

Metal Purity

14k

Number of Gemstones

1

Shape

Oval

Ring Size

7.5

Secondary Stone

Diamond

Sizable

Yes

Total Carat Weight

0.50 ctw – 0.74 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); }); });