Shades of Chetwode Blue #7073AA
Tints of Chetwode Blue #7073AA
RGB
CMYK
RGB Variations
Color information
#7073AA (or 0x7073AA) is known color: Chetwode Blue. HEX triplet: 70, 73 and AA. RGB value is (112,115,170). Sum of RGB (Red+Green+Blue) = 112+115+170=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #7073AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7073AA is #8F8C55. Grayscale: #787878. Windows color (decimal): -9407574 or 11170672. OLE color: 11170672.
HSL color Cylindrical-coordinate representation of color #7073AA: hue angle of 236.9º 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 #7073AA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 115 | 170 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.33 |
| HSL | 236.9º | 0.25% | 0.55% | - |
| HSV(B) | 236.9º | 0.34% | 0.67% | - |
| XYZ | 20.07 | 18.61 | 40.56 | - |
| YUV | 120.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 170 | 0.34 | 0.32 | 0 | 0.33 | 236.9 | 0.25 | 0.55 |
| Hex | 70 | 73 | AA | 22 | 20 | 0 | 21 | ED | 19 | 37 |
| Octal | 160 | 163 | 252 | 42 | 40 | 0 | 41 | 355 | 31 | 67 |
| Binary | 1110000 | 1110011 | 10101010 | 100010 | 100000 | 0 | 100001 | 11101101 | 11001 | 110111 |
Color Harmonies of #7073AA
Complementary color
Monochromatic Colors of #7073AA
Black with #7073AA
Text Example
Text Example
White with #7073AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073AA; }
p { color: rgb(112,115,170); }
H1.HeaderClassName
{
color: #7073AA;
}
.AnyTagClassName
{
color: #7073AA;
}
</style>
background-color css
<style>
a { background-color: #7073AA; }
a { background-color: rgb(112,115,170); }
div.DivClassName
{
background-color: #7073AA;
}
.BgClassName
{
background-color: #7073AA;
}
</style>
border-color css
<style>
span { border-color: #7073AA; }
span { border-color: rgb(112,115,170); }
td.TdClassName
{
border-color: #7073AA;
}
.TagClassName
{
border-color: #7073AA;
}
</style>