Shades of Chetwode Blue #7073A5
Tints of Chetwode Blue #7073A5
RGB
CMYK
RGB Variations
Color information
#7073A5 (or 0x7073A5) is known color: Chetwode Blue. HEX triplet: 70, 73 and A5. RGB value is (112,115,165). Sum of RGB (Red+Green+Blue) = 112+115+165=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #7073A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7073A5 is #8F8C5A. Grayscale: #777777. Windows color (decimal): -9407579 or 10842992. OLE color: 10842992.
HSL color Cylindrical-coordinate representation of color #7073A5: hue angle of 236.6º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7073A5 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 115 | 165 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.35 |
| HSL | 236.6º | 0.23% | 0.54% | - |
| HSV(B) | 236.6º | 0.32% | 0.65% | - |
| XYZ | 19.6 | 18.42 | 38.12 | - |
| YUV | 119.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 165 | 0.32 | 0.30 | 0 | 0.35 | 236.6 | 0.23 | 0.54 |
| Hex | 70 | 73 | A5 | 20 | 1E | 0 | 23 | ED | 17 | 36 |
| Octal | 160 | 163 | 245 | 40 | 36 | 0 | 43 | 355 | 27 | 66 |
| Binary | 1110000 | 1110011 | 10100101 | 100000 | 11110 | 0 | 100011 | 11101101 | 10111 | 110110 |
Color Harmonies of #7073A5
Complementary color
Monochromatic Colors of #7073A5
Black with #7073A5
Text Example
Text Example
White with #7073A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073A5; }
p { color: rgb(112,115,165); }
H1.HeaderClassName
{
color: #7073A5;
}
.AnyTagClassName
{
color: #7073A5;
}
</style>
background-color css
<style>
a { background-color: #7073A5; }
a { background-color: rgb(112,115,165); }
div.DivClassName
{
background-color: #7073A5;
}
.BgClassName
{
background-color: #7073A5;
}
</style>
border-color css
<style>
span { border-color: #7073A5; }
span { border-color: rgb(112,115,165); }
td.TdClassName
{
border-color: #7073A5;
}
.TagClassName
{
border-color: #7073A5;
}
</style>