Shades of Chetwode Blue #7471B3
Tints of Chetwode Blue #7471B3
RGB
CMYK
RGB Variations
Color information
#7471B3 (or 0x7471B3) is known color: Chetwode Blue. HEX triplet: 74, 71 and B3. RGB value is (116,113,179). Sum of RGB (Red+Green+Blue) = 116+113+179=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #7471B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471B3 is #8B8E4C. Grayscale: #797979. Windows color (decimal): -9145933 or 11759988. OLE color: 11759988.
HSL color Cylindrical-coordinate representation of color #7471B3: hue angle of 242.73º degrees, saturation: 0.3, 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 #7471B3 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 113 | 179 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.30 |
| HSL | 242.73º | 0.3% | 0.57% | - |
| HSV(B) | 242.73º | 0.37% | 0.7% | - |
| XYZ | 21.24 | 18.78 | 45.15 | - |
| YUV | 121.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 179 | 0.35 | 0.37 | 0 | 0.30 | 242.73 | 0.3 | 0.57 |
| Hex | 74 | 71 | B3 | 23 | 25 | 0 | 1E | F3 | 1E | 39 |
| Octal | 164 | 161 | 263 | 43 | 45 | 0 | 36 | 363 | 36 | 71 |
| Binary | 1110100 | 1110001 | 10110011 | 100011 | 100101 | 0 | 11110 | 11110011 | 11110 | 111001 |
Color Harmonies of #7471B3
Complementary color
Monochromatic Colors of #7471B3
Black with #7471B3
Text Example
Text Example
White with #7471B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471B3; }
p { color: rgb(116,113,179); }
H1.HeaderClassName
{
color: #7471B3;
}
.AnyTagClassName
{
color: #7471B3;
}
</style>
background-color css
<style>
a { background-color: #7471B3; }
a { background-color: rgb(116,113,179); }
div.DivClassName
{
background-color: #7471B3;
}
.BgClassName
{
background-color: #7471B3;
}
</style>
border-color css
<style>
span { border-color: #7471B3; }
span { border-color: rgb(116,113,179); }
td.TdClassName
{
border-color: #7471B3;
}
.TagClassName
{
border-color: #7471B3;
}
</style>