Shades of Chetwode Blue #7371B4
Tints of Chetwode Blue #7371B4
RGB
CMYK
RGB Variations
Color information
#7371B4 (or 0x7371B4) is known color: Chetwode Blue. HEX triplet: 73, 71 and B4. RGB value is (115,113,180). Sum of RGB (Red+Green+Blue) = 115+113+180=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #7371B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371B4 is #8C8E4B. Grayscale: #787878. Windows color (decimal): -9211468 or 11825523. OLE color: 11825523.
HSL color Cylindrical-coordinate representation of color #7371B4: hue angle of 241.79º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7371B4 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 113 | 180 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.29 |
| HSL | 241.79º | 0.31% | 0.57% | - |
| HSV(B) | 241.79º | 0.37% | 0.71% | - |
| XYZ | 21.21 | 18.75 | 45.68 | - |
| YUV | 121.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 180 | 0.36 | 0.37 | 0 | 0.29 | 241.79 | 0.31 | 0.57 |
| Hex | 73 | 71 | B4 | 24 | 25 | 0 | 1D | F2 | 1F | 39 |
| Octal | 163 | 161 | 264 | 44 | 45 | 0 | 35 | 362 | 37 | 71 |
| Binary | 1110011 | 1110001 | 10110100 | 100100 | 100101 | 0 | 11101 | 11110010 | 11111 | 111001 |
Color Harmonies of #7371B4
Complementary color
Monochromatic Colors of #7371B4
Black with #7371B4
Text Example
Text Example
White with #7371B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7371B4; }
p { color: rgb(115,113,180); }
H1.HeaderClassName
{
color: #7371B4;
}
.AnyTagClassName
{
color: #7371B4;
}
</style>
background-color css
<style>
a { background-color: #7371B4; }
a { background-color: rgb(115,113,180); }
div.DivClassName
{
background-color: #7371B4;
}
.BgClassName
{
background-color: #7371B4;
}
</style>
border-color css
<style>
span { border-color: #7371B4; }
span { border-color: rgb(115,113,180); }
td.TdClassName
{
border-color: #7371B4;
}
.TagClassName
{
border-color: #7371B4;
}
</style>