Shades of Chetwode Blue #7270AF
Tints of Chetwode Blue #7270AF
RGB
CMYK
RGB Variations
Color information
#7270AF (or 0x7270AF) is known color: Chetwode Blue. HEX triplet: 72, 70 and AF. RGB value is (114,112,175). Sum of RGB (Red+Green+Blue) = 114+112+175=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #7270AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7270AF is #8D8F50. Grayscale: #777777. Windows color (decimal): -9277265 or 11497586. OLE color: 11497586.
HSL color Cylindrical-coordinate representation of color #7270AF: hue angle of 241.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7270AF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 112 | 175 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.31 |
| HSL | 241.9º | 0.28% | 0.56% | - |
| HSV(B) | 241.9º | 0.36% | 0.69% | - |
| XYZ | 20.47 | 18.26 | 43 | - |
| YUV | 119.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 175 | 0.35 | 0.36 | 0 | 0.31 | 241.9 | 0.28 | 0.56 |
| Hex | 72 | 70 | AF | 23 | 24 | 0 | 1F | F2 | 1C | 38 |
| Octal | 162 | 160 | 257 | 43 | 44 | 0 | 37 | 362 | 34 | 70 |
| Binary | 1110010 | 1110000 | 10101111 | 100011 | 100100 | 0 | 11111 | 11110010 | 11100 | 111000 |
Color Harmonies of #7270AF
Complementary color
Monochromatic Colors of #7270AF
Black with #7270AF
Text Example
Text Example
White with #7270AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270AF; }
p { color: rgb(114,112,175); }
H1.HeaderClassName
{
color: #7270AF;
}
.AnyTagClassName
{
color: #7270AF;
}
</style>
background-color css
<style>
a { background-color: #7270AF; }
a { background-color: rgb(114,112,175); }
div.DivClassName
{
background-color: #7270AF;
}
.BgClassName
{
background-color: #7270AF;
}
</style>
border-color css
<style>
span { border-color: #7270AF; }
span { border-color: rgb(114,112,175); }
td.TdClassName
{
border-color: #7270AF;
}
.TagClassName
{
border-color: #7270AF;
}
</style>