Shades of Chetwode Blue #7072AA
Tints of Chetwode Blue #7072AA
RGB
CMYK
RGB Variations
Color information
#7072AA (or 0x7072AA) is known color: Chetwode Blue. HEX triplet: 70, 72 and AA. RGB value is (112,114,170). Sum of RGB (Red+Green+Blue) = 112+114+170=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #7072AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072AA is #8F8D55. Grayscale: #777777. Windows color (decimal): -9407830 or 11170416. OLE color: 11170416.
HSL color Cylindrical-coordinate representation of color #7072AA: hue angle of 237.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7072AA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 114 | 170 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.33 |
| HSL | 237.93º | 0.25% | 0.55% | - |
| HSV(B) | 237.93º | 0.34% | 0.67% | - |
| XYZ | 19.96 | 18.38 | 40.53 | - |
| YUV | 119.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 170 | 0.34 | 0.33 | 0 | 0.33 | 237.93 | 0.25 | 0.55 |
| Hex | 70 | 72 | AA | 22 | 21 | 0 | 21 | EE | 19 | 37 |
| Octal | 160 | 162 | 252 | 42 | 41 | 0 | 41 | 356 | 31 | 67 |
| Binary | 1110000 | 1110010 | 10101010 | 100010 | 100001 | 0 | 100001 | 11101110 | 11001 | 110111 |
Color Harmonies of #7072AA
Complementary color
Monochromatic Colors of #7072AA
Black with #7072AA
Text Example
Text Example
White with #7072AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072AA; }
p { color: rgb(112,114,170); }
H1.HeaderClassName
{
color: #7072AA;
}
.AnyTagClassName
{
color: #7072AA;
}
</style>
background-color css
<style>
a { background-color: #7072AA; }
a { background-color: rgb(112,114,170); }
div.DivClassName
{
background-color: #7072AA;
}
.BgClassName
{
background-color: #7072AA;
}
</style>
border-color css
<style>
span { border-color: #7072AA; }
span { border-color: rgb(112,114,170); }
td.TdClassName
{
border-color: #7072AA;
}
.TagClassName
{
border-color: #7072AA;
}
</style>