Shades of Chetwode Blue #707AAC
Tints of Chetwode Blue #707AAC
RGB
CMYK
RGB Variations
Color information
#707AAC (or 0x707AAC) is known color: Chetwode Blue. HEX triplet: 70, 7A and AC. RGB value is (112,122,172). Sum of RGB (Red+Green+Blue) = 112+122+172=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #707AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAC is #8F8553. Grayscale: #7C7C7C. Windows color (decimal): -9405780 or 11303536. OLE color: 11303536.
HSL color Cylindrical-coordinate representation of color #707AAC: hue angle of 230º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707AAC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 122 | 172 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.33 |
| HSL | 230º | 0.27% | 0.56% | - |
| HSV(B) | 230º | 0.35% | 0.67% | - |
| XYZ | 21.09 | 20.34 | 41.84 | - |
| YUV | 124.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 172 | 0.35 | 0.29 | 0 | 0.33 | 230 | 0.27 | 0.56 |
| Hex | 70 | 7A | AC | 23 | 1D | 0 | 21 | E6 | 1B | 38 |
| Octal | 160 | 172 | 254 | 43 | 35 | 0 | 41 | 346 | 33 | 70 |
| Binary | 1110000 | 1111010 | 10101100 | 100011 | 11101 | 0 | 100001 | 11100110 | 11011 | 111000 |
Color Harmonies of #707AAC
Complementary color
Monochromatic Colors of #707AAC
Black with #707AAC
Text Example
Text Example
White with #707AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AAC; }
p { color: rgb(112,122,172); }
H1.HeaderClassName
{
color: #707AAC;
}
.AnyTagClassName
{
color: #707AAC;
}
</style>
background-color css
<style>
a { background-color: #707AAC; }
a { background-color: rgb(112,122,172); }
div.DivClassName
{
background-color: #707AAC;
}
.BgClassName
{
background-color: #707AAC;
}
</style>
border-color css
<style>
span { border-color: #707AAC; }
span { border-color: rgb(112,122,172); }
td.TdClassName
{
border-color: #707AAC;
}
.TagClassName
{
border-color: #707AAC;
}
</style>