Shades of Chetwode Blue #7273AE
Tints of Chetwode Blue #7273AE
RGB
CMYK
RGB Variations
Color information
#7273AE (or 0x7273AE) is known color: Chetwode Blue. HEX triplet: 72, 73 and AE. RGB value is (114,115,174). Sum of RGB (Red+Green+Blue) = 114+115+174=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #7273AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7273AE is #8D8C51. Grayscale: #797979. Windows color (decimal): -9276498 or 11432818. OLE color: 11432818.
HSL color Cylindrical-coordinate representation of color #7273AE: hue angle of 239º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7273AE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 115 | 174 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.32 |
| HSL | 239º | 0.27% | 0.56% | - |
| HSV(B) | 239º | 0.34% | 0.68% | - |
| XYZ | 20.71 | 18.89 | 42.6 | - |
| YUV | 121.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 174 | 0.34 | 0.34 | 0 | 0.32 | 239 | 0.27 | 0.56 |
| Hex | 72 | 73 | AE | 22 | 22 | 0 | 20 | EF | 1B | 38 |
| Octal | 162 | 163 | 256 | 42 | 42 | 0 | 40 | 357 | 33 | 70 |
| Binary | 1110010 | 1110011 | 10101110 | 100010 | 100010 | 0 | 100000 | 11101111 | 11011 | 111000 |
Color Harmonies of #7273AE
Complementary color
Monochromatic Colors of #7273AE
Black with #7273AE
Text Example
Text Example
White with #7273AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273AE; }
p { color: rgb(114,115,174); }
H1.HeaderClassName
{
color: #7273AE;
}
.AnyTagClassName
{
color: #7273AE;
}
</style>
background-color css
<style>
a { background-color: #7273AE; }
a { background-color: rgb(114,115,174); }
div.DivClassName
{
background-color: #7273AE;
}
.BgClassName
{
background-color: #7273AE;
}
</style>
border-color css
<style>
span { border-color: #7273AE; }
span { border-color: rgb(114,115,174); }
td.TdClassName
{
border-color: #7273AE;
}
.TagClassName
{
border-color: #7273AE;
}
</style>