Shades of Chetwode Blue #7270B3
Tints of Chetwode Blue #7270B3
RGB
CMYK
RGB Variations
Color information
#7270B3 (or 0x7270B3) is known color: Chetwode Blue. HEX triplet: 72, 70 and B3. RGB value is (114,112,179). Sum of RGB (Red+Green+Blue) = 114+112+179=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #7270B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270B3 is #8D8F4C. Grayscale: #777777. Windows color (decimal): -9277261 or 11759730. OLE color: 11759730.
HSL color Cylindrical-coordinate representation of color #7270B3: hue angle of 241.79º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7270B3 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 112 | 179 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.30 |
| HSL | 241.79º | 0.31% | 0.57% | - |
| HSV(B) | 241.79º | 0.37% | 0.7% | - |
| XYZ | 20.87 | 18.42 | 45.1 | - |
| YUV | 120.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 179 | 0.36 | 0.37 | 0 | 0.30 | 241.79 | 0.31 | 0.57 |
| Hex | 72 | 70 | B3 | 24 | 25 | 0 | 1E | F2 | 1F | 39 |
| Octal | 162 | 160 | 263 | 44 | 45 | 0 | 36 | 362 | 37 | 71 |
| Binary | 1110010 | 1110000 | 10110011 | 100100 | 100101 | 0 | 11110 | 11110010 | 11111 | 111001 |
Color Harmonies of #7270B3
Complementary color
Monochromatic Colors of #7270B3
Black with #7270B3
Text Example
Text Example
White with #7270B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270B3; }
p { color: rgb(114,112,179); }
H1.HeaderClassName
{
color: #7270B3;
}
.AnyTagClassName
{
color: #7270B3;
}
</style>
background-color css
<style>
a { background-color: #7270B3; }
a { background-color: rgb(114,112,179); }
div.DivClassName
{
background-color: #7270B3;
}
.BgClassName
{
background-color: #7270B3;
}
</style>
border-color css
<style>
span { border-color: #7270B3; }
span { border-color: rgb(114,112,179); }
td.TdClassName
{
border-color: #7270B3;
}
.TagClassName
{
border-color: #7270B3;
}
</style>