Shades of Chetwode Blue #70739B
Tints of Chetwode Blue #70739B
RGB
CMYK
RGB Variations
Color information
#70739B (or 0x70739B) is known color: Chetwode Blue. HEX triplet: 70, 73 and 9B. RGB value is (112,115,155). Sum of RGB (Red+Green+Blue) = 112+115+155=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #70739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739B is #8F8C64. Grayscale: #767676. Windows color (decimal): -9407589 or 10187632. OLE color: 10187632.
HSL color Cylindrical-coordinate representation of color #70739B: hue angle of 235.81º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70739B is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 115 | 155 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.39 |
| HSL | 235.81º | 0.18% | 0.52% | - |
| HSV(B) | 235.81º | 0.28% | 0.61% | - |
| XYZ | 18.73 | 18.07 | 33.51 | - |
| YUV | 118.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 155 | 0.28 | 0.26 | 0 | 0.39 | 235.81 | 0.18 | 0.52 |
| Hex | 70 | 73 | 9B | 1C | 1A | 0 | 27 | EC | 12 | 34 |
| Octal | 160 | 163 | 233 | 34 | 32 | 0 | 47 | 354 | 22 | 64 |
| Binary | 1110000 | 1110011 | 10011011 | 11100 | 11010 | 0 | 100111 | 11101100 | 10010 | 110100 |
Color Harmonies of #70739B
Complementary color
Monochromatic Colors of #70739B
Black with #70739B
Text Example
Text Example
White with #70739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70739B; }
p { color: rgb(112,115,155); }
H1.HeaderClassName
{
color: #70739B;
}
.AnyTagClassName
{
color: #70739B;
}
</style>
background-color css
<style>
a { background-color: #70739B; }
a { background-color: rgb(112,115,155); }
div.DivClassName
{
background-color: #70739B;
}
.BgClassName
{
background-color: #70739B;
}
</style>
border-color css
<style>
span { border-color: #70739B; }
span { border-color: rgb(112,115,155); }
td.TdClassName
{
border-color: #70739B;
}
.TagClassName
{
border-color: #70739B;
}
</style>