Shades of Chetwode Blue #70779F
Tints of Chetwode Blue #70779F
RGB
CMYK
RGB Variations
Color information
#70779F (or 0x70779F) is known color: Chetwode Blue. HEX triplet: 70, 77 and 9F. RGB value is (112,119,159). Sum of RGB (Red+Green+Blue) = 112+119+159=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #70779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779F is #8F8860. Grayscale: #797979. Windows color (decimal): -9406561 or 10450800. OLE color: 10450800.
HSL color Cylindrical-coordinate representation of color #70779F: hue angle of 231.06º 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 #70779F is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 119 | 159 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.38 |
| HSL | 231.06º | 0.2% | 0.53% | - |
| HSV(B) | 231.06º | 0.3% | 0.62% | - |
| XYZ | 19.54 | 19.14 | 35.47 | - |
| YUV | 121.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 159 | 0.30 | 0.25 | 0 | 0.38 | 231.06 | 0.2 | 0.53 |
| Hex | 70 | 77 | 9F | 1E | 19 | 0 | 26 | E7 | 14 | 35 |
| Octal | 160 | 167 | 237 | 36 | 31 | 0 | 46 | 347 | 24 | 65 |
| Binary | 1110000 | 1110111 | 10011111 | 11110 | 11001 | 0 | 100110 | 11100111 | 10100 | 110101 |
Color Harmonies of #70779F
Complementary color
Monochromatic Colors of #70779F
Black with #70779F
Text Example
Text Example
White with #70779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70779F; }
p { color: rgb(112,119,159); }
H1.HeaderClassName
{
color: #70779F;
}
.AnyTagClassName
{
color: #70779F;
}
</style>
background-color css
<style>
a { background-color: #70779F; }
a { background-color: rgb(112,119,159); }
div.DivClassName
{
background-color: #70779F;
}
.BgClassName
{
background-color: #70779F;
}
</style>
border-color css
<style>
span { border-color: #70779F; }
span { border-color: rgb(112,119,159); }
td.TdClassName
{
border-color: #70779F;
}
.TagClassName
{
border-color: #70779F;
}
</style>