Shades of Chetwode Blue #70739C
Tints of Chetwode Blue #70739C
RGB
CMYK
RGB Variations
Color information
#70739C (or 0x70739C) is known color: Chetwode Blue. HEX triplet: 70, 73 and 9C. RGB value is (112,115,156). Sum of RGB (Red+Green+Blue) = 112+115+156=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #70739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739C is #8F8C63. Grayscale: #767676. Windows color (decimal): -9407588 or 10253168. OLE color: 10253168.
HSL color Cylindrical-coordinate representation of color #70739C: hue angle of 235.91º 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 #70739C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 115 | 156 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.39 |
| HSL | 235.91º | 0.18% | 0.53% | - |
| HSV(B) | 235.91º | 0.28% | 0.61% | - |
| XYZ | 18.81 | 18.11 | 33.96 | - |
| YUV | 118.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 156 | 0.28 | 0.26 | 0 | 0.39 | 235.91 | 0.18 | 0.53 |
| Hex | 70 | 73 | 9C | 1C | 1A | 0 | 27 | EC | 12 | 35 |
| Octal | 160 | 163 | 234 | 34 | 32 | 0 | 47 | 354 | 22 | 65 |
| Binary | 1110000 | 1110011 | 10011100 | 11100 | 11010 | 0 | 100111 | 11101100 | 10010 | 110101 |
Color Harmonies of #70739C
Complementary color
Monochromatic Colors of #70739C
Black with #70739C
Text Example
Text Example
White with #70739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70739C; }
p { color: rgb(112,115,156); }
H1.HeaderClassName
{
color: #70739C;
}
.AnyTagClassName
{
color: #70739C;
}
</style>
background-color css
<style>
a { background-color: #70739C; }
a { background-color: rgb(112,115,156); }
div.DivClassName
{
background-color: #70739C;
}
.BgClassName
{
background-color: #70739C;
}
</style>
border-color css
<style>
span { border-color: #70739C; }
span { border-color: rgb(112,115,156); }
td.TdClassName
{
border-color: #70739C;
}
.TagClassName
{
border-color: #70739C;
}
</style>