Shades of Chetwode Blue #70759A
Tints of Chetwode Blue #70759A
RGB
CMYK
RGB Variations
Color information
#70759A (or 0x70759A) is known color: Chetwode Blue. HEX triplet: 70, 75 and 9A. RGB value is (112,117,154). Sum of RGB (Red+Green+Blue) = 112+117+154=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #70759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759A is #8F8A65. Grayscale: #777777. Windows color (decimal): -9407078 or 10122608. OLE color: 10122608.
HSL color Cylindrical-coordinate representation of color #70759A: hue angle of 232.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70759A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 117 | 154 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.40 |
| HSL | 232.86º | 0.17% | 0.52% | - |
| HSV(B) | 232.86º | 0.27% | 0.6% | - |
| XYZ | 18.88 | 18.5 | 33.15 | - |
| YUV | 119.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 154 | 0.27 | 0.24 | 0 | 0.40 | 232.86 | 0.17 | 0.52 |
| Hex | 70 | 75 | 9A | 1B | 18 | 0 | 28 | E9 | 11 | 34 |
| Octal | 160 | 165 | 232 | 33 | 30 | 0 | 50 | 351 | 21 | 64 |
| Binary | 1110000 | 1110101 | 10011010 | 11011 | 11000 | 0 | 101000 | 11101001 | 10001 | 110100 |
Color Harmonies of #70759A
Complementary color
Monochromatic Colors of #70759A
Black with #70759A
Text Example
Text Example
White with #70759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70759A; }
p { color: rgb(112,117,154); }
H1.HeaderClassName
{
color: #70759A;
}
.AnyTagClassName
{
color: #70759A;
}
</style>
background-color css
<style>
a { background-color: #70759A; }
a { background-color: rgb(112,117,154); }
div.DivClassName
{
background-color: #70759A;
}
.BgClassName
{
background-color: #70759A;
}
</style>
border-color css
<style>
span { border-color: #70759A; }
span { border-color: rgb(112,117,154); }
td.TdClassName
{
border-color: #70759A;
}
.TagClassName
{
border-color: #70759A;
}
</style>