Shades of Chetwode Blue #707AAB
Tints of Chetwode Blue #707AAB
RGB
CMYK
RGB Variations
Color information
#707AAB (or 0x707AAB) is known color: Chetwode Blue. HEX triplet: 70, 7A and AB. RGB value is (112,122,171). Sum of RGB (Red+Green+Blue) = 112+122+171=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #707AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAB is #8F8554. Grayscale: #7C7C7C. Windows color (decimal): -9405781 or 11238000. OLE color: 11238000.
HSL color Cylindrical-coordinate representation of color #707AAB: hue angle of 229.83º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707AAB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 122 | 171 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.33 |
| HSL | 229.83º | 0.26% | 0.55% | - |
| HSV(B) | 229.83º | 0.35% | 0.67% | - |
| XYZ | 20.99 | 20.3 | 41.34 | - |
| YUV | 124.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 171 | 0.35 | 0.29 | 0 | 0.33 | 229.83 | 0.26 | 0.55 |
| Hex | 70 | 7A | AB | 23 | 1D | 0 | 21 | E6 | 1A | 37 |
| Octal | 160 | 172 | 253 | 43 | 35 | 0 | 41 | 346 | 32 | 67 |
| Binary | 1110000 | 1111010 | 10101011 | 100011 | 11101 | 0 | 100001 | 11100110 | 11010 | 110111 |
Color Harmonies of #707AAB
Complementary color
Monochromatic Colors of #707AAB
Black with #707AAB
Text Example
Text Example
White with #707AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AAB; }
p { color: rgb(112,122,171); }
H1.HeaderClassName
{
color: #707AAB;
}
.AnyTagClassName
{
color: #707AAB;
}
</style>
background-color css
<style>
a { background-color: #707AAB; }
a { background-color: rgb(112,122,171); }
div.DivClassName
{
background-color: #707AAB;
}
.BgClassName
{
background-color: #707AAB;
}
</style>
border-color css
<style>
span { border-color: #707AAB; }
span { border-color: rgb(112,122,171); }
td.TdClassName
{
border-color: #707AAB;
}
.TagClassName
{
border-color: #707AAB;
}
</style>