Shades of Chetwode Blue #70769F
Tints of Chetwode Blue #70769F
RGB
CMYK
RGB Variations
Color information
#70769F (or 0x70769F) is known color: Chetwode Blue. HEX triplet: 70, 76 and 9F. RGB value is (112,118,159). Sum of RGB (Red+Green+Blue) = 112+118+159=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #70769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769F is #8F8960. Grayscale: #787878. Windows color (decimal): -9406817 or 10450544. OLE color: 10450544.
HSL color Cylindrical-coordinate representation of color #70769F: hue angle of 232.34º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70769F is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 118 | 159 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.38 |
| HSL | 232.34º | 0.2% | 0.53% | - |
| HSV(B) | 232.34º | 0.3% | 0.62% | - |
| XYZ | 19.42 | 18.9 | 35.43 | - |
| YUV | 120.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 159 | 0.30 | 0.26 | 0 | 0.38 | 232.34 | 0.2 | 0.53 |
| Hex | 70 | 76 | 9F | 1E | 1A | 0 | 26 | E8 | 14 | 35 |
| Octal | 160 | 166 | 237 | 36 | 32 | 0 | 46 | 350 | 24 | 65 |
| Binary | 1110000 | 1110110 | 10011111 | 11110 | 11010 | 0 | 100110 | 11101000 | 10100 | 110101 |
Color Harmonies of #70769F
Complementary color
Monochromatic Colors of #70769F
Black with #70769F
Text Example
Text Example
White with #70769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70769F; }
p { color: rgb(112,118,159); }
H1.HeaderClassName
{
color: #70769F;
}
.AnyTagClassName
{
color: #70769F;
}
</style>
background-color css
<style>
a { background-color: #70769F; }
a { background-color: rgb(112,118,159); }
div.DivClassName
{
background-color: #70769F;
}
.BgClassName
{
background-color: #70769F;
}
</style>
border-color css
<style>
span { border-color: #70769F; }
span { border-color: rgb(112,118,159); }
td.TdClassName
{
border-color: #70769F;
}
.TagClassName
{
border-color: #70769F;
}
</style>