Shades of Chetwode Blue #7471BA
Tints of Chetwode Blue #7471BA
RGB
CMYK
RGB Variations
Color information
#7471BA (or 0x7471BA) is known color: Chetwode Blue. HEX triplet: 74, 71 and BA. RGB value is (116,113,186). Sum of RGB (Red+Green+Blue) = 116+113+186=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7471BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471BA is #8B8E45. Grayscale: #797979. Windows color (decimal): -9145926 or 12218740. OLE color: 12218740.
HSL color Cylindrical-coordinate representation of color #7471BA: hue angle of 242.47º degrees, saturation: 0.35, 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 #7471BA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 113 | 186 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.27 |
| HSL | 242.47º | 0.35% | 0.59% | - |
| HSV(B) | 242.47º | 0.39% | 0.73% | - |
| XYZ | 21.97 | 19.07 | 48.98 | - |
| YUV | 122.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 186 | 0.38 | 0.39 | 0 | 0.27 | 242.47 | 0.35 | 0.59 |
| Hex | 74 | 71 | BA | 26 | 27 | 0 | 1B | F2 | 23 | 3B |
| Octal | 164 | 161 | 272 | 46 | 47 | 0 | 33 | 362 | 43 | 73 |
| Binary | 1110100 | 1110001 | 10111010 | 100110 | 100111 | 0 | 11011 | 11110010 | 100011 | 111011 |
Color Harmonies of #7471BA
Complementary color
Monochromatic Colors of #7471BA
Black with #7471BA
Text Example
Text Example
White with #7471BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471BA; }
p { color: rgb(116,113,186); }
H1.HeaderClassName
{
color: #7471BA;
}
.AnyTagClassName
{
color: #7471BA;
}
</style>
background-color css
<style>
a { background-color: #7471BA; }
a { background-color: rgb(116,113,186); }
div.DivClassName
{
background-color: #7471BA;
}
.BgClassName
{
background-color: #7471BA;
}
</style>
border-color css
<style>
span { border-color: #7471BA; }
span { border-color: rgb(116,113,186); }
td.TdClassName
{
border-color: #7471BA;
}
.TagClassName
{
border-color: #7471BA;
}
</style>