Shades of Chetwode Blue #7072AD
Tints of Chetwode Blue #7072AD
RGB
CMYK
RGB Variations
Color information
#7072AD (or 0x7072AD) is known color: Chetwode Blue. HEX triplet: 70, 72 and AD. RGB value is (112,114,173). Sum of RGB (Red+Green+Blue) = 112+114+173=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #7072AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072AD is #8F8D52. Grayscale: #777777. Windows color (decimal): -9407827 or 11367024. OLE color: 11367024.
HSL color Cylindrical-coordinate representation of color #7072AD: hue angle of 238.03º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7072AD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 114 | 173 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.32 |
| HSL | 238.03º | 0.27% | 0.56% | - |
| HSV(B) | 238.03º | 0.35% | 0.68% | - |
| XYZ | 20.24 | 18.5 | 42.04 | - |
| YUV | 120.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 173 | 0.35 | 0.34 | 0 | 0.32 | 238.03 | 0.27 | 0.56 |
| Hex | 70 | 72 | AD | 23 | 22 | 0 | 20 | EE | 1B | 38 |
| Octal | 160 | 162 | 255 | 43 | 42 | 0 | 40 | 356 | 33 | 70 |
| Binary | 1110000 | 1110010 | 10101101 | 100011 | 100010 | 0 | 100000 | 11101110 | 11011 | 111000 |
Color Harmonies of #7072AD
Complementary color
Monochromatic Colors of #7072AD
Black with #7072AD
Text Example
Text Example
White with #7072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072AD; }
p { color: rgb(112,114,173); }
H1.HeaderClassName
{
color: #7072AD;
}
.AnyTagClassName
{
color: #7072AD;
}
</style>
background-color css
<style>
a { background-color: #7072AD; }
a { background-color: rgb(112,114,173); }
div.DivClassName
{
background-color: #7072AD;
}
.BgClassName
{
background-color: #7072AD;
}
</style>
border-color css
<style>
span { border-color: #7072AD; }
span { border-color: rgb(112,114,173); }
td.TdClassName
{
border-color: #7072AD;
}
.TagClassName
{
border-color: #7072AD;
}
</style>