Shades of Chetwode Blue #7272BA
Tints of Chetwode Blue #7272BA
RGB
CMYK
RGB Variations
Color information
#7272BA (or 0x7272BA) is known color: Chetwode Blue. HEX triplet: 72, 72 and BA. RGB value is (114,114,186). Sum of RGB (Red+Green+Blue) = 114+114+186=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7272BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7272BA is #8D8D45. Grayscale: #797979. Windows color (decimal): -9276742 or 12218994. OLE color: 12218994.
HSL color Cylindrical-coordinate representation of color #7272BA: hue angle of 240º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7272BA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 114 | 186 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.27 |
| HSL | 240º | 0.34% | 0.59% | - |
| HSV(B) | 240º | 0.39% | 0.73% | - |
| XYZ | 21.82 | 19.16 | 49 | - |
| YUV | 122.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 186 | 0.39 | 0.39 | 0 | 0.27 | 240 | 0.34 | 0.59 |
| Hex | 72 | 72 | BA | 27 | 27 | 0 | 1B | F0 | 22 | 3B |
| Octal | 162 | 162 | 272 | 47 | 47 | 0 | 33 | 360 | 42 | 73 |
| Binary | 1110010 | 1110010 | 10111010 | 100111 | 100111 | 0 | 11011 | 11110000 | 100010 | 111011 |
Color Harmonies of #7272BA
Complementary color
Monochromatic Colors of #7272BA
Black with #7272BA
Text Example
Text Example
White with #7272BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7272BA; }
p { color: rgb(114,114,186); }
H1.HeaderClassName
{
color: #7272BA;
}
.AnyTagClassName
{
color: #7272BA;
}
</style>
background-color css
<style>
a { background-color: #7272BA; }
a { background-color: rgb(114,114,186); }
div.DivClassName
{
background-color: #7272BA;
}
.BgClassName
{
background-color: #7272BA;
}
</style>
border-color css
<style>
span { border-color: #7272BA; }
span { border-color: rgb(114,114,186); }
td.TdClassName
{
border-color: #7272BA;
}
.TagClassName
{
border-color: #7272BA;
}
</style>