Shades of Chetwode Blue #7071BC
Tints of Chetwode Blue #7071BC
RGB
CMYK
RGB Variations
Color information
#7071BC (or 0x7071BC) is known color: Chetwode Blue. HEX triplet: 70, 71 and BC. RGB value is (112,113,188). Sum of RGB (Red+Green+Blue) = 112+113+188=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #7071BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071BC is #8F8E43. Grayscale: #787878. Windows color (decimal): -9408068 or 12349808. OLE color: 12349808.
HSL color Cylindrical-coordinate representation of color #7071BC: hue angle of 239.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7071BC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 113 | 188 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.26 |
| HSL | 239.21º | 0.36% | 0.59% | - |
| HSV(B) | 239.21º | 0.4% | 0.74% | - |
| XYZ | 21.66 | 18.89 | 50.08 | - |
| YUV | 121.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 188 | 0.40 | 0.40 | 0 | 0.26 | 239.21 | 0.36 | 0.59 |
| Hex | 70 | 71 | BC | 28 | 28 | 0 | 1A | EF | 24 | 3B |
| Octal | 160 | 161 | 274 | 50 | 50 | 0 | 32 | 357 | 44 | 73 |
| Binary | 1110000 | 1110001 | 10111100 | 101000 | 101000 | 0 | 11010 | 11101111 | 100100 | 111011 |
Color Harmonies of #7071BC
Complementary color
Monochromatic Colors of #7071BC
Black with #7071BC
Text Example
Text Example
White with #7071BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7071BC; }
p { color: rgb(112,113,188); }
H1.HeaderClassName
{
color: #7071BC;
}
.AnyTagClassName
{
color: #7071BC;
}
</style>
background-color css
<style>
a { background-color: #7071BC; }
a { background-color: rgb(112,113,188); }
div.DivClassName
{
background-color: #7071BC;
}
.BgClassName
{
background-color: #7071BC;
}
</style>
border-color css
<style>
span { border-color: #7071BC; }
span { border-color: rgb(112,113,188); }
td.TdClassName
{
border-color: #7071BC;
}
.TagClassName
{
border-color: #7071BC;
}
</style>