Shades of Chetwode Blue #70769C
Tints of Chetwode Blue #70769C
RGB
CMYK
RGB Variations
Color information
#70769C (or 0x70769C) is known color: Chetwode Blue. HEX triplet: 70, 76 and 9C. RGB value is (112,118,156). Sum of RGB (Red+Green+Blue) = 112+118+156=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #70769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769C is #8F8963. Grayscale: #787878. Windows color (decimal): -9406820 or 10253936. OLE color: 10253936.
HSL color Cylindrical-coordinate representation of color #70769C: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70769C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 118 | 156 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.39 |
| HSL | 231.82º | 0.18% | 0.53% | - |
| HSV(B) | 231.82º | 0.28% | 0.61% | - |
| XYZ | 19.16 | 18.8 | 34.07 | - |
| YUV | 120.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 156 | 0.28 | 0.24 | 0 | 0.39 | 231.82 | 0.18 | 0.53 |
| Hex | 70 | 76 | 9C | 1C | 18 | 0 | 27 | E8 | 12 | 35 |
| Octal | 160 | 166 | 234 | 34 | 30 | 0 | 47 | 350 | 22 | 65 |
| Binary | 1110000 | 1110110 | 10011100 | 11100 | 11000 | 0 | 100111 | 11101000 | 10010 | 110101 |
Color Harmonies of #70769C
Complementary color
Monochromatic Colors of #70769C
Black with #70769C
Text Example
Text Example
White with #70769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70769C; }
p { color: rgb(112,118,156); }
H1.HeaderClassName
{
color: #70769C;
}
.AnyTagClassName
{
color: #70769C;
}
</style>
background-color css
<style>
a { background-color: #70769C; }
a { background-color: rgb(112,118,156); }
div.DivClassName
{
background-color: #70769C;
}
.BgClassName
{
background-color: #70769C;
}
</style>
border-color css
<style>
span { border-color: #70769C; }
span { border-color: rgb(112,118,156); }
td.TdClassName
{
border-color: #70769C;
}
.TagClassName
{
border-color: #70769C;
}
</style>