Shades of Chetwode Blue #7472AE
Tints of Chetwode Blue #7472AE
RGB
CMYK
RGB Variations
Color information
#7472AE (or 0x7472AE) is known color: Chetwode Blue. HEX triplet: 74, 72 and AE. RGB value is (116,114,174). Sum of RGB (Red+Green+Blue) = 116+114+174=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7472AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7472AE is #8B8D51. Grayscale: #797979. Windows color (decimal): -9145682 or 11432564. OLE color: 11432564.
HSL color Cylindrical-coordinate representation of color #7472AE: hue angle of 242º 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 #7472AE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 114 | 174 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.32 |
| HSL | 242º | 0.27% | 0.56% | - |
| HSV(B) | 242º | 0.34% | 0.68% | - |
| XYZ | 20.86 | 18.8 | 42.57 | - |
| YUV | 121.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 174 | 0.33 | 0.34 | 0 | 0.32 | 242 | 0.27 | 0.56 |
| Hex | 74 | 72 | AE | 21 | 22 | 0 | 20 | F2 | 1B | 38 |
| Octal | 164 | 162 | 256 | 41 | 42 | 0 | 40 | 362 | 33 | 70 |
| Binary | 1110100 | 1110010 | 10101110 | 100001 | 100010 | 0 | 100000 | 11110010 | 11011 | 111000 |
Color Harmonies of #7472AE
Complementary color
Monochromatic Colors of #7472AE
Black with #7472AE
Text Example
Text Example
White with #7472AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472AE; }
p { color: rgb(116,114,174); }
H1.HeaderClassName
{
color: #7472AE;
}
.AnyTagClassName
{
color: #7472AE;
}
</style>
background-color css
<style>
a { background-color: #7472AE; }
a { background-color: rgb(116,114,174); }
div.DivClassName
{
background-color: #7472AE;
}
.BgClassName
{
background-color: #7472AE;
}
</style>
border-color css
<style>
span { border-color: #7472AE; }
span { border-color: rgb(116,114,174); }
td.TdClassName
{
border-color: #7472AE;
}
.TagClassName
{
border-color: #7472AE;
}
</style>