Shades of Affair #70477B
Tints of Affair #70477B
RGB
CMYK
RGB Variations
Color information
#70477B (or 0x70477B) is known color: Affair. HEX triplet: 70, 47 and 7B. RGB value is (112,71,123). Sum of RGB (Red+Green+Blue) = 112+71+123=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #70477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70477B is #8FB884. Grayscale: #595959. Windows color (decimal): -9418885 or 8079216. OLE color: 8079216.
HSL color Cylindrical-coordinate representation of color #70477B: hue angle of 287.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70477B is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 71 | 123 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.52 |
| HSL | 287.31º | 0.27% | 0.38% | - |
| HSV(B) | 287.31º | 0.42% | 0.48% | - |
| XYZ | 12.51 | 9.38 | 19.89 | - |
| YUV | 89.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 123 | 0.09 | 0.42 | 0 | 0.52 | 287.31 | 0.27 | 0.38 |
| Hex | 70 | 47 | 7B | 9 | 2A | 0 | 34 | 11F | 1B | 26 |
| Octal | 160 | 107 | 173 | 11 | 52 | 0 | 64 | 437 | 33 | 46 |
| Binary | 1110000 | 1000111 | 1111011 | 1001 | 101010 | 0 | 110100 | 100011111 | 11011 | 100110 |
Color Harmonies of #70477B
Complementary color
Monochromatic Colors of #70477B
Black with #70477B
Text Example
Text Example
White with #70477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70477B; }
p { color: rgb(112,71,123); }
H1.HeaderClassName
{
color: #70477B;
}
.AnyTagClassName
{
color: #70477B;
}
</style>
background-color css
<style>
a { background-color: #70477B; }
a { background-color: rgb(112,71,123); }
div.DivClassName
{
background-color: #70477B;
}
.BgClassName
{
background-color: #70477B;
}
</style>
border-color css
<style>
span { border-color: #70477B; }
span { border-color: rgb(112,71,123); }
td.TdClassName
{
border-color: #70477B;
}
.TagClassName
{
border-color: #70477B;
}
</style>