.item .thumb { border-top-left-radius: 8px; border-bottom-left-radius: 8px; background: repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 2px,transparent 0,transparent 4px),linear-gradient(135deg,#090b93,#ff4686); } .section.graphy .body.list>.item .text { padding-top: 8px; padding-right: 8px; position: relative; text-shadow: none; font-size: 14px; } .section.graphy .body.list>.item .text>.cast-group { position: absolute; display: grid; grid-gap: 4px; bottom: 8px; } .section.graphy .body.list>.item .text>.cast-group>.cast { display: grid; grid-template-columns: 4rem auto; } .section.graphy .body.list>.item .text .name { margin: 0; } .section.faq .body.list { display: grid; grid-row-gap: 1.5rem; padding-top: 1rem; } .section.faq .body.list>.item { display: grid; grid-row-gap: 8px; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusLarge); padding: 8px 1rem; } .section.faq .body.list>.item .row.question { font-family: var(--font-text-bold); } .section.news .sources { display: grid; grid-template-columns: 5rem auto; padding: 0 2rem; color: var(--color-slate-dark); } .section.news .news-items { margin: 2rem; display: grid; padding: 0; border: 1px solid var(--color-background); } .section.news .news-items .news-item { line-height: 1; padding: 8px; border-bottom: 1px solid var(--color-background); } .section.news .news-items .news-item .date-source { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.news .news-items .news-item .title { margin: 8px 0; } .section.related-people-also-viewed .body .people-list { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .section.related-people-also-viewed .body .people-list .person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); background: var(--color-background); } .section.related-people-also-viewed .body .people-list .person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .section.related-people-also-viewed .body .people-list .person .right { padding-top: 8px; } .section.related-people-also-viewed .body .people-list .person .right .name { font-size: 1rem; margin: 0; } .section.related-people-also-viewed .body .people-list .person .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .section.related-people-also-viewed .body .people-list .person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.lists { background: white; } .section.lists>.body>.lists-group { background: #f0f5f9; padding: 1rem; } .section.lists>.body>.lists-group>.title { text-transform: uppercase; margin: 0 0 1rem; color: var(--color-slate-dark); font-size: 19px; font-family: var(--font-text-bold); } .section.lists>.body>.lists-group>.title:before { content: " "; background: var(--color-slate-dark); height: 3px; width: 24px; display: block; margin: 0 0 -2px; } .section.lists>.body>.lists-group .lists { display: grid; grid-row-gap: .5rem; } .section.lists>.body>.lists-group .lists>.list { padding-bottom: 4px; border-bottom: 1px solid #e4edf4; } .section.lists>.body>.lists-group .lists>.list>.name { margin: 0; } .related-people { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .related-people .related-person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); } .related-people .related-person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .related-people .related-person .right { padding-top: 8px; } .related-people .related-person .right .name { font-size: 1rem; margin: 0; } .related-people .related-person .right .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .related-people .related-person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.meta-lists { margin-top: 2rem; } .section.meta-lists .body { display: grid; } .section.meta-lists .body .list { font-size: 14px; width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; transition: background-size .25s ease-in; } .section.lists { margin-bottom: 2rem; padding: 2rem; height: -webkit-max-content; height: -moz-max-content; height: max-content; border-radius: 4px; } .section.lists > .body > .lists-group { display: grid; grid-row-gap: 1rem; margin-top: 2rem; } .section.lists > .body > .lists-group > .list { display: grid; grid-template-columns: 6rem auto; grid-column-gap: 1rem; background: #fff; border-radius: 4px; } .section.lists > .body > .lists-group > .list > .text > .name { font-size: 1rem; margin-top: 4px; margin-bottom: 6px; line-height: 1.25; } .section.lists > .body > .lists-group > .list > .text > .description { color: var(--color-slate-dark); font-size: 12px; line-height: 1.25; padding-right: 6px; } .section.lists > .body > .meta-lists-group { display: grid; margin-top: 1rem; } .section.lists > .body > .meta-lists-group > .list { font-size: var(--font-size-medium); width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; } section.disclaimer { margin-top: -2rem; font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body .message { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body table { margin-top: 1rem; padding: 0.25rem 1rem; width: 100%; font-size: var(--font-size-medium); border: 1px solid var(--color-slate-medium); border-radius: var(--borderRadiusLarge); } .section.citation .body table .row { line-height: 1.5; } .section.citation .body table .row .cell { border-bottom: 1px solid var(--color-slate-medium); } .section.citation .body table .row .cell.key { color: var(--color-slate-dark); padding-right: 12px; width: 25%; } .section.citation .body table .row .cell.value { } .post { background: var(--color-background); } .post .post-body .tags a.tag { padding-left: 4px; padding-right: 4px; font-size: var(--font-size-medium); color: var(--color-slate-dark); text-transform: lowercase; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusSmall); background: transparent; } .post .post-body { padding: 1rem; font-size: var(--font-size-reg); } .post .post-body a { text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); background-position: 0 100%; background-size: 100% 2px; transition: background-size 0.25s ease-in; } .post .post-body a:hover { background-size: 100% 100%; text-shadow: none; } .post .post-body .meta { color: #8898aa; font-size: var(--font-size-small); display: grid; grid-auto-flow: column; border-bottom: 1px solid #8898aa; } .post .post-body .meta .author { text-align: right; } .post .post-body .title { font-size: 1.5rem; font-family: var(--font-serif); line-height: 1.25; margin-top: 8px; margin-bottom: 8px } .social-share { padding: 0.15rem; background: white; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; text-align: center; box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .4); } .social-share amp-social-share { border-radius: 2px; margin: 3px; padding: 1px; } .footer { display: block; text-align: center; margin-top: 2rem; border-radius: var(--borderRadiusSmall); padding-top: 1rem; padding-bottom: 1rem; background-image: radial-gradient( circle at 17% 77%, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 50%, rgba(197, 197, 197, 0.04) 50%, rgba(197, 197, 197, 0.04) 100% ), radial-gradient( circle at 36% 17%, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(244, 244, 244, 0.04) 50%, rgba(244, 244, 244, 0.04) 100% ), radial-gradient( circle at 44% 60%, rgba(177, 177, 177, 0.04) 0%, rgba(177, 177, 177, 0.04) 50%, rgba(187, 187, 187, 0.04) 50%, rgba(187, 187, 187, 0.04) 100% ), linear-gradient(19deg, rgb(9, 82, 191), rgb(34, 2, 159)); } .footer .links { display: grid; grid-auto-flow: row; grid-row-gap: 4px; font-size: var(--font-size-medium); } .footer .links .link { color: white; text-shadow: none; } blockquote { font-family: var(--font-serif-italic); font-size: 1rem; position: relative; margin: 2rem 0; padding: 0 1rem; border-left: 0; border-left: 6px solid var(--color-accent); background: transparent; }

Lady Sarah Chatto

Niece of Queen Elizabeth II

Lady Sarah Chatto

Niece of Queen Elizabeth II
The basics

Quick Facts

IntroNiece of Queen Elizabeth II
A.K.A.The Lady Sarah Frances Elizabeth Chatto Lady Sarah Frances Elizabeth Chatto
A.K.A.The Lady Sarah Frances Elizabeth Chatto Lady Sarah Frances Elizabeth Chatto
PlacesUnited Kingdom
isPainter
Work fieldArts
Gender
Female
Birth1 May 1964, Kensington Palace
Age60 years
Family
Mother:Princess Margaret, Countess of Snowdon
Father:Antony Armstrong-Jones, 1st Earl of Snowdon
Spouse:Daniel Chatto
The details

Biography

Lady Sarah Frances Elizabeth Chatto (née Armstrong-Jones; born 1 May 1964) is the only daughter of the 1st Earl of Snowdon and Princess Margaret, Countess of Snowdon, the second daughter of King George VI and Queen Elizabeth. She is 21st in line to succeed her maternal aunt; at the time of her birth, she was seventh in line. She is the only niece of Queen Elizabeth II and the youngest grandchild of King George VI and Queen Elizabeth the Queen Mother.

Life

Lady Sarah was born on 1 May 1964 at Kensington Palace in London. She attended Bedales School, the Camberwell School of Art and Middlesex Polytechnic (Middlesex University since 1992) and is a professional painter, represented by the Redfern Gallery. She is also Vice President of the Royal Ballet, an appointment she accepted in 2004, following the example of her mother, who was also a patron of the Royal Ballet. She and her brother the 2nd Earl of Snowdon have attracted considerably less media attention than their cousins, the Queen's children Prince Charles, Princess Anne, Prince Andrew, and Prince Edward.

Lady Sarah was chief bridesmaid at the Wedding of Charles, Prince of Wales, and Lady Diana Spencer on 29 July 1981 at St Paul's Cathedral.

Marriage and issue

Lady Sarah married Daniel Chatto on 14 July 1994, the marriage being officiated by the Reverend Chad Varah at St Stephen's, Walbrook, in the City of London. The couple had met while working on the film Heat and Dust in India. The bride's wedding gown was designed by Jasper Conran. Her bridesmaids were Lady Frances Armstrong-Jones, Zara Phillips, and Tara Noble. The couple have two children: Samuel (born 28 July 1996) and Arthur (born February 1999).

Ancestry

Ancestors of Lady Sarah Chatto
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16. Thomas Jones
 
 
 
 
 
 
 
8. Sir Robert Armstrong-Jones CBE
 
 
 
 
 
 
 
 
 
 
 
17. Jane Elizabeth Jones
 
 
 
 
 
 
 
4. Major Ronald Armstrong-Jones MBE QC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18. Sir Owen Roberts
 
 
 
 
 
 
 
9. Margaret Roberts
 
 
 
 
 
 
 
 
 
 
 
19. Jane Margaret Stagg
 
 
 
 
 
 
 
2. Antony Armstrong-Jones, 1st Earl of Snowdon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20. Ludwig Ernst Messel
 
 
 
 
 
 
 
10. Leonard Charles Rudolph Messel
 
 
 
 
 
 
 
 
 
 
 
21. Anne Cussans
 
 
 
 
 
 
 
5. Anne Messel
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22. Edward Linley Sambourne
 
 
 
 
 
 
 
11. Maud Sambourne
 
 
 
 
 
 
 
 
 
 
 
23. Marion Herapath
 
 
 
 
 
 
 
1. Lady Sarah Chatto
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24. Edward VII of the United Kingdom
 
 
 
 
 
 
 
12. George V of the United Kingdom
 
 
 
 
 
 
 
 
 
 
 
25. Princess Alexandra of Denmark
 
 
 
 
 
 
 
6. George VI of the United Kingdom
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26. Francis, Duke of Teck
 
 
 
 
 
 
 
13. Princess Mary of Teck
 
 
 
 
 
 
 
 
 
 
 
27. Princess Mary Adelaide of Cambridge
 
 
 
 
 
 
 
3. Princess Margaret of the United Kingdom
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28. Claude Bowes-Lyon, 13th Earl of Strathmore and Kinghorne
 
 
 
 
 
 
 
14. Claude Bowes-Lyon, 14th Earl of Strathmore and Kinghorne
 
 
 
 
 
 
 
 
 
 
 
29. Frances Dora Smith
 
 
 
 
 
 
 
7. Lady Elizabeth Bowes-Lyon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30. Charles Cavendish-Bentinck
 
 
 
 
 
 
 
15. Cecilia Cavendish-Bentinck
 
 
 
 
 
 
 
 
 
 
 
31. Caroline Louisa Burnaby
 
 
 
 
 
 

The contents of this page are sourced from Wikipedia article. The contents are available under the CC BY-SA 4.0 license.
8 1.509 0.929 1.995 0.774 0.663 1.952 0.814 2.858 0.335 0.73-0.354 1.262-1.075 1.408-1.87 0.073-0.468 0.043-0.959-0.133-1.402-0.187-0.497-0.536-0.925-0.968-1.231-0.528-0.35-1.182-0.53-1.813-0.432zM2.14 27.304c0.378-0.008 0.756-0.008 1.135 0 0.009 0.619 0.009 1.238-0.002 1.857 0.124-0.157 0.207-0.344 0.343-0.493 0.334-0.157 0.727-0.216 1.083-0.098 0.224 0.076 0.41 0.25 0.493 0.473 0.17 0.362 0.12 0.772 0.128 1.16-0.005 0.567 0.008 1.134-0.008 1.7-0.375 0.008-0.75 0.014-1.124-0.003-0.021-0.771-0.002-1.544-0.015-2.315-0.003-0.126-0.133-0.228-0.254-0.221-0.217-0.011-0.471 0.011-0.636 0.162-0.013 0.792 0.008 1.585-0.012 2.377-0.374 0.008-0.749 0.009-1.123-0.001-0.005-1.533-0.012-3.067-0.007-4.6zM16.726 27.942c0.072-0.073 0.133-0.16 0.222-0.214 0.153-0.019 0.308-0.006 0.462-0.001 0.003 0.283-0.004 0.566 0.002 0.849 0.233 0 0.466-0.004 0.698 0.004 0.010 0.235 0.008 0.471 0 0.706-0.233 0.009-0.466 0.001-0.698 0.002-0.021 0.382-0.003 0.765-0.012 1.147 0.003 0.227-0.017 0.457 0.024 0.682 0.014 0.101 0.128 0.125 0.212 0.135 0.166 0.014 0.333 0.005 0.5 0.003 0.013 0.19 0.047 0.379 0.054 0.569 0.005 0.061-0.075 0.064-0.115 0.087-0.365 0.089-0.756 0.121-1.122 0.017-0.274-0.076-0.5-0.301-0.586-0.571-0.089-0.258-0.097-0.535-0.093-0.806 0.003-0.421-0.004-0.841 0.003-1.261-0.14 0.003-0.281-0-0.421-0.005 0.013-0.171-0.069-0.387 0.076-0.518 0.265-0.274 0.528-0.55 0.793-0.824zM7.246 28.526c0.396-0.036 0.818-0.019 1.173 0.178 0.286 0.16 0.474 0.458 0.543 0.773 0.103 0.36 0.063 0.737 0.076 1.106-0.658 0.007-1.316 0.007-1.974 0.004-0.014 0.162 0.011 0.34 0.129 0.462 0.086 0.096 0.22 0.128 0.345 0.131 0.291 0.008 0.588 0.008 0.872-0.066 0.108-0.029 0.216-0.055 0.325-0.079 0.052 0.231 0.108 0.463 0.138 0.699-0.113 0.082-0.258 0.101-0.387 0.146-0.317 0.103-0.654 0.121-0.985 0.112-0.34-0.008-0.682-0.099-0.973-0.277-0.4-0.261-0.616-0.735-0.646-1.201-0.044-0.468 0.020-0.972 0.29-1.368 0.24-0.357 0.653-0.569 1.074-0.619zM7.266 29.275c-0.221 0.134-0.2 0.431-0.223 0.657 0.322 0.023 0.645 0.011 0.967 0.007 0.010-0.223 0.019-0.497-0.167-0.654-0.174-0.091-0.398-0.083-0.577-0.009zM9.585 28.827c0.413-0.176 0.853-0.314 1.307-0.313 0.375-0.014 0.783 0.015 1.094 0.249 0.311 0.253 0.401 0.675 0.421 1.056 0.008 0.483-0.002 0.968 0.005 1.451 0.024 0.024 0.049 0.048 0.074 0.073 0.083 0 0.166 0.003 0.248 0.014-0.004 0.16 0.061 0.337-0.003 0.487-0.325 0.194-0.732 0.175-1.086 0.079-0.079-0.143-0.168-0.282-0.258-0.418-0.095 0.106-0.132 0.249-0.224 0.356-0.291 0.156-0.64 0.15-0.96 0.111-0.323-0.041-0.641-0.246-0.736-0.569-0.081-0.303-0.072-0.646 0.085-0.924 0.094-0.148 0.232-0.27 0.394-0.337 0.419-0.183 0.883-0.212 1.333-0.256 0.013-0.126 0.024-0.263-0.039-0.378-0.045-0.083-0.143-0.106-0.229-0.115-0.241-0.025-0.483 0.009-0.719 0.059-0.181 0.038-0.354 0.111-0.539 0.13-0.042-0.255-0.131-0.5-0.167-0.756zM10.664 30.591c-0.122 0.030-0.206 0.142-0.209 0.266-0.012 0.153-0.018 0.368 0.153 0.437 0.216 0.064 0.491 0.061 0.665-0.098 0.041-0.229 0.011-0.466 0.012-0.698-0.209 0.003-0.42 0.036-0.621 0.093zM14.682 28.632c0.281-0.134 0.631-0.165 0.924-0.051-0.047 0.321-0.086 0.643-0.135 0.964-0.379-0.038-0.774-0.059-1.135 0.088 0.001 0.757 0.009 1.514-0.005 2.271-0.374 0.007-0.749 0.013-1.122-0.003-0.020-0.63-0.005-1.261-0.014-1.891 0.003-0.476-0.009-0.953 0.005-1.43 0.269-0.004 0.54-0.017 0.809 0.003 0.144 0.201 0.17 0.47 0.335 0.657 0.1-0.209 0.204-0.421 0.337-0.609z"/> itunes