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