Shades of Chetwode Blue #70759B
Tints of Chetwode Blue #70759B
RGB
CMYK
RGB Variations
Color information
#70759B (or 0x70759B) is known color: Chetwode Blue. HEX triplet: 70, 75 and 9B. RGB value is (112,117,155). Sum of RGB (Red+Green+Blue) = 112+117+155=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #70759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759B is #8F8A64. Grayscale: #777777. Windows color (decimal): -9407077 or 10188144. OLE color: 10188144.
HSL color Cylindrical-coordinate representation of color #70759B: hue angle of 233.02º 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 #70759B is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 117 | 155 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.39 |
| HSL | 233.02º | 0.18% | 0.52% | - |
| HSV(B) | 233.02º | 0.28% | 0.61% | - |
| XYZ | 18.96 | 18.53 | 33.59 | - |
| YUV | 119.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 155 | 0.28 | 0.25 | 0 | 0.39 | 233.02 | 0.18 | 0.52 |
| Hex | 70 | 75 | 9B | 1C | 19 | 0 | 27 | E9 | 12 | 34 |
| Octal | 160 | 165 | 233 | 34 | 31 | 0 | 47 | 351 | 22 | 64 |
| Binary | 1110000 | 1110101 | 10011011 | 11100 | 11001 | 0 | 100111 | 11101001 | 10010 | 110100 |
Color Harmonies of #70759B
Complementary color
Monochromatic Colors of #70759B
Black with #70759B
Text Example
Text Example
White with #70759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70759B; }
p { color: rgb(112,117,155); }
H1.HeaderClassName
{
color: #70759B;
}
.AnyTagClassName
{
color: #70759B;
}
</style>
background-color css
<style>
a { background-color: #70759B; }
a { background-color: rgb(112,117,155); }
div.DivClassName
{
background-color: #70759B;
}
.BgClassName
{
background-color: #70759B;
}
</style>
border-color css
<style>
span { border-color: #70759B; }
span { border-color: rgb(112,117,155); }
td.TdClassName
{
border-color: #70759B;
}
.TagClassName
{
border-color: #70759B;
}
</style>