Shades of Chetwode Blue #7471B6
Tints of Chetwode Blue #7471B6
RGB
CMYK
RGB Variations
Color information
#7471B6 (or 0x7471B6) is known color: Chetwode Blue. HEX triplet: 74, 71 and B6. RGB value is (116,113,182). Sum of RGB (Red+Green+Blue) = 116+113+182=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #7471B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471B6 is #8B8E49. Grayscale: #797979. Windows color (decimal): -9145930 or 11956596. OLE color: 11956596.
HSL color Cylindrical-coordinate representation of color #7471B6: hue angle of 242.61º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7471B6 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 113 | 182 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.29 |
| HSL | 242.61º | 0.32% | 0.58% | - |
| HSV(B) | 242.61º | 0.38% | 0.71% | - |
| XYZ | 21.55 | 18.9 | 46.77 | - |
| YUV | 121.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 182 | 0.36 | 0.38 | 0 | 0.29 | 242.61 | 0.32 | 0.58 |
| Hex | 74 | 71 | B6 | 24 | 26 | 0 | 1D | F3 | 20 | 3A |
| Octal | 164 | 161 | 266 | 44 | 46 | 0 | 35 | 363 | 40 | 72 |
| Binary | 1110100 | 1110001 | 10110110 | 100100 | 100110 | 0 | 11101 | 11110011 | 100000 | 111010 |
Color Harmonies of #7471B6
Complementary color
Monochromatic Colors of #7471B6
Black with #7471B6
Text Example
Text Example
White with #7471B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471B6; }
p { color: rgb(116,113,182); }
H1.HeaderClassName
{
color: #7471B6;
}
.AnyTagClassName
{
color: #7471B6;
}
</style>
background-color css
<style>
a { background-color: #7471B6; }
a { background-color: rgb(116,113,182); }
div.DivClassName
{
background-color: #7471B6;
}
.BgClassName
{
background-color: #7471B6;
}
</style>
border-color css
<style>
span { border-color: #7471B6; }
span { border-color: rgb(116,113,182); }
td.TdClassName
{
border-color: #7471B6;
}
.TagClassName
{
border-color: #7471B6;
}
</style>