Shades of Chetwode Blue #7272AA
Tints of Chetwode Blue #7272AA
RGB
CMYK
RGB Variations
Color information
#7272AA (or 0x7272AA) is known color: Chetwode Blue. HEX triplet: 72, 72 and AA. RGB value is (114,114,170). Sum of RGB (Red+Green+Blue) = 114+114+170=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7272AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7272AA is #8D8D55. Grayscale: #787878. Windows color (decimal): -9276758 or 11170418. OLE color: 11170418.
HSL color Cylindrical-coordinate representation of color #7272AA: hue angle of 240º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7272AA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 114 | 170 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.33 |
| HSL | 240º | 0.25% | 0.56% | - |
| HSV(B) | 240º | 0.33% | 0.67% | - |
| XYZ | 20.21 | 18.51 | 40.54 | - |
| YUV | 120.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 170 | 0.33 | 0.33 | 0 | 0.33 | 240 | 0.25 | 0.56 |
| Hex | 72 | 72 | AA | 21 | 21 | 0 | 21 | F0 | 19 | 38 |
| Octal | 162 | 162 | 252 | 41 | 41 | 0 | 41 | 360 | 31 | 70 |
| Binary | 1110010 | 1110010 | 10101010 | 100001 | 100001 | 0 | 100001 | 11110000 | 11001 | 111000 |
Color Harmonies of #7272AA
Complementary color
Monochromatic Colors of #7272AA
Black with #7272AA
Text Example
Text Example
White with #7272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7272AA; }
p { color: rgb(114,114,170); }
H1.HeaderClassName
{
color: #7272AA;
}
.AnyTagClassName
{
color: #7272AA;
}
</style>
background-color css
<style>
a { background-color: #7272AA; }
a { background-color: rgb(114,114,170); }
div.DivClassName
{
background-color: #7272AA;
}
.BgClassName
{
background-color: #7272AA;
}
</style>
border-color css
<style>
span { border-color: #7272AA; }
span { border-color: rgb(114,114,170); }
td.TdClassName
{
border-color: #7272AA;
}
.TagClassName
{
border-color: #7272AA;
}
</style>