Shades of Chetwode Blue #7072AF
Tints of Chetwode Blue #7072AF
RGB
CMYK
RGB Variations
Color information
#7072AF (or 0x7072AF) is known color: Chetwode Blue. HEX triplet: 70, 72 and AF. RGB value is (112,114,175). Sum of RGB (Red+Green+Blue) = 112+114+175=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 114 (44.92% from 255 or 28.43% 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 #7072AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072AF is #8F8D50. Grayscale: #787878. Windows color (decimal): -9407825 or 11498096. OLE color: 11498096.
HSL color Cylindrical-coordinate representation of color #7072AF: hue angle of 238.1º 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 #7072AF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 114 | 175 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.31 |
| HSL | 238.1º | 0.28% | 0.56% | - |
| HSV(B) | 238.1º | 0.36% | 0.69% | - |
| XYZ | 20.44 | 18.57 | 43.07 | - |
| YUV | 120.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 175 | 0.36 | 0.35 | 0 | 0.31 | 238.1 | 0.28 | 0.56 |
| Hex | 70 | 72 | AF | 24 | 23 | 0 | 1F | EE | 1C | 38 |
| Octal | 160 | 162 | 257 | 44 | 43 | 0 | 37 | 356 | 34 | 70 |
| Binary | 1110000 | 1110010 | 10101111 | 100100 | 100011 | 0 | 11111 | 11101110 | 11100 | 111000 |
Color Harmonies of #7072AF
Complementary color
Monochromatic Colors of #7072AF
Black with #7072AF
Text Example
Text Example
White with #7072AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072AF; }
p { color: rgb(112,114,175); }
H1.HeaderClassName
{
color: #7072AF;
}
.AnyTagClassName
{
color: #7072AF;
}
</style>
background-color css
<style>
a { background-color: #7072AF; }
a { background-color: rgb(112,114,175); }
div.DivClassName
{
background-color: #7072AF;
}
.BgClassName
{
background-color: #7072AF;
}
</style>
border-color css
<style>
span { border-color: #7072AF; }
span { border-color: rgb(112,114,175); }
td.TdClassName
{
border-color: #7072AF;
}
.TagClassName
{
border-color: #7072AF;
}
</style>