Shades of Chetwode Blue #7072AB
Tints of Chetwode Blue #7072AB
RGB
CMYK
RGB Variations
Color information
#7072AB (or 0x7072AB) is known color: Chetwode Blue. HEX triplet: 70, 72 and AB. RGB value is (112,114,171). Sum of RGB (Red+Green+Blue) = 112+114+171=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7072AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072AB is #8F8D54. Grayscale: #777777. Windows color (decimal): -9407829 or 11235952. OLE color: 11235952.
HSL color Cylindrical-coordinate representation of color #7072AB: hue angle of 237.97º 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 #7072AB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 114 | 171 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.33 |
| HSL | 237.97º | 0.26% | 0.55% | - |
| HSV(B) | 237.97º | 0.35% | 0.67% | - |
| XYZ | 20.05 | 18.42 | 41.03 | - |
| YUV | 119.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 171 | 0.35 | 0.33 | 0 | 0.33 | 237.97 | 0.26 | 0.55 |
| Hex | 70 | 72 | AB | 23 | 21 | 0 | 21 | EE | 1A | 37 |
| Octal | 160 | 162 | 253 | 43 | 41 | 0 | 41 | 356 | 32 | 67 |
| Binary | 1110000 | 1110010 | 10101011 | 100011 | 100001 | 0 | 100001 | 11101110 | 11010 | 110111 |
Color Harmonies of #7072AB
Complementary color
Monochromatic Colors of #7072AB
Black with #7072AB
Text Example
Text Example
White with #7072AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072AB; }
p { color: rgb(112,114,171); }
H1.HeaderClassName
{
color: #7072AB;
}
.AnyTagClassName
{
color: #7072AB;
}
</style>
background-color css
<style>
a { background-color: #7072AB; }
a { background-color: rgb(112,114,171); }
div.DivClassName
{
background-color: #7072AB;
}
.BgClassName
{
background-color: #7072AB;
}
</style>
border-color css
<style>
span { border-color: #7072AB; }
span { border-color: rgb(112,114,171); }
td.TdClassName
{
border-color: #7072AB;
}
.TagClassName
{
border-color: #7072AB;
}
</style>