Shades of Chetwode Blue #7072A0
Tints of Chetwode Blue #7072A0
RGB
CMYK
RGB Variations
Color information
#7072A0 (or 0x7072A0) is known color: Chetwode Blue. HEX triplet: 70, 72 and A0. RGB value is (112,114,160). Sum of RGB (Red+Green+Blue) = 112+114+160=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #7072A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072A0 is #8F8D5F. Grayscale: #767676. Windows color (decimal): -9407840 or 10515056. OLE color: 10515056.
HSL color Cylindrical-coordinate representation of color #7072A0: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7072A0 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 114 | 160 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.37 |
| HSL | 237.5º | 0.2% | 0.53% | - |
| HSV(B) | 237.5º | 0.3% | 0.63% | - |
| XYZ | 19.04 | 18.02 | 35.73 | - |
| YUV | 118.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 160 | 0.30 | 0.29 | 0 | 0.37 | 237.5 | 0.2 | 0.53 |
| Hex | 70 | 72 | A0 | 1E | 1D | 0 | 25 | EE | 14 | 35 |
| Octal | 160 | 162 | 240 | 36 | 35 | 0 | 45 | 356 | 24 | 65 |
| Binary | 1110000 | 1110010 | 10100000 | 11110 | 11101 | 0 | 100101 | 11101110 | 10100 | 110101 |
Color Harmonies of #7072A0
Complementary color
Monochromatic Colors of #7072A0
Black with #7072A0
Text Example
Text Example
White with #7072A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072A0; }
p { color: rgb(112,114,160); }
H1.HeaderClassName
{
color: #7072A0;
}
.AnyTagClassName
{
color: #7072A0;
}
</style>
background-color css
<style>
a { background-color: #7072A0; }
a { background-color: rgb(112,114,160); }
div.DivClassName
{
background-color: #7072A0;
}
.BgClassName
{
background-color: #7072A0;
}
</style>
border-color css
<style>
span { border-color: #7072A0; }
span { border-color: rgb(112,114,160); }
td.TdClassName
{
border-color: #7072A0;
}
.TagClassName
{
border-color: #7072A0;
}
</style>