Shades of Chetwode Blue #7076A1
Tints of Chetwode Blue #7076A1
RGB
CMYK
RGB Variations
Color information
#7076A1 (or 0x7076A1) is known color: Chetwode Blue. HEX triplet: 70, 76 and A1. RGB value is (112,118,161). Sum of RGB (Red+Green+Blue) = 112+118+161=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #7076A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076A1 is #8F895E. Grayscale: #787878. Windows color (decimal): -9406815 or 10581616. OLE color: 10581616.
HSL color Cylindrical-coordinate representation of color #7076A1: hue angle of 232.65º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7076A1 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 118 | 161 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.37 |
| HSL | 232.65º | 0.21% | 0.54% | - |
| HSV(B) | 232.65º | 0.3% | 0.63% | - |
| XYZ | 19.59 | 18.97 | 36.35 | - |
| YUV | 121.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 161 | 0.30 | 0.27 | 0 | 0.37 | 232.65 | 0.21 | 0.54 |
| Hex | 70 | 76 | A1 | 1E | 1B | 0 | 25 | E9 | 15 | 36 |
| Octal | 160 | 166 | 241 | 36 | 33 | 0 | 45 | 351 | 25 | 66 |
| Binary | 1110000 | 1110110 | 10100001 | 11110 | 11011 | 0 | 100101 | 11101001 | 10101 | 110110 |
Color Harmonies of #7076A1
Complementary color
Monochromatic Colors of #7076A1
Black with #7076A1
Text Example
Text Example
White with #7076A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7076A1; }
p { color: rgb(112,118,161); }
H1.HeaderClassName
{
color: #7076A1;
}
.AnyTagClassName
{
color: #7076A1;
}
</style>
background-color css
<style>
a { background-color: #7076A1; }
a { background-color: rgb(112,118,161); }
div.DivClassName
{
background-color: #7076A1;
}
.BgClassName
{
background-color: #7076A1;
}
</style>
border-color css
<style>
span { border-color: #7076A1; }
span { border-color: rgb(112,118,161); }
td.TdClassName
{
border-color: #7076A1;
}
.TagClassName
{
border-color: #7076A1;
}
</style>