Shades of Chetwode Blue #7273AA
Tints of Chetwode Blue #7273AA
RGB
CMYK
RGB Variations
Color information
#7273AA (or 0x7273AA) is known color: Chetwode Blue. HEX triplet: 72, 73 and AA. RGB value is (114,115,170). Sum of RGB (Red+Green+Blue) = 114+115+170=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7273AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7273AA is #8D8C55. Grayscale: #787878. Windows color (decimal): -9276502 or 11170674. OLE color: 11170674.
HSL color Cylindrical-coordinate representation of color #7273AA: hue angle of 238.93º 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 #7273AA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 115 | 170 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.33 |
| HSL | 238.93º | 0.25% | 0.56% | - |
| HSV(B) | 238.93º | 0.33% | 0.67% | - |
| XYZ | 20.33 | 18.74 | 40.58 | - |
| YUV | 120.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 170 | 0.33 | 0.32 | 0 | 0.33 | 238.93 | 0.25 | 0.56 |
| Hex | 72 | 73 | AA | 21 | 20 | 0 | 21 | EF | 19 | 38 |
| Octal | 162 | 163 | 252 | 41 | 40 | 0 | 41 | 357 | 31 | 70 |
| Binary | 1110010 | 1110011 | 10101010 | 100001 | 100000 | 0 | 100001 | 11101111 | 11001 | 111000 |
Color Harmonies of #7273AA
Complementary color
Monochromatic Colors of #7273AA
Black with #7273AA
Text Example
Text Example
White with #7273AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273AA; }
p { color: rgb(114,115,170); }
H1.HeaderClassName
{
color: #7273AA;
}
.AnyTagClassName
{
color: #7273AA;
}
</style>
background-color css
<style>
a { background-color: #7273AA; }
a { background-color: rgb(114,115,170); }
div.DivClassName
{
background-color: #7273AA;
}
.BgClassName
{
background-color: #7273AA;
}
</style>
border-color css
<style>
span { border-color: #7273AA; }
span { border-color: rgb(114,115,170); }
td.TdClassName
{
border-color: #7273AA;
}
.TagClassName
{
border-color: #7273AA;
}
</style>