Shades of Affair #70488D
Tints of Affair #70488D
RGB
CMYK
RGB Variations
Color information
#70488D (or 0x70488D) is known color: Affair. HEX triplet: 70, 48 and 8D. RGB value is (112,72,141). Sum of RGB (Red+Green+Blue) = 112+72+141=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #70488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70488D is #8FB772. Grayscale: #5B5B5B. Windows color (decimal): -9418611 or 9259120. OLE color: 9259120.
HSL color Cylindrical-coordinate representation of color #70488D: hue angle of 274.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70488D is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 72 | 141 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.45 |
| HSL | 274.78º | 0.32% | 0.42% | - |
| HSV(B) | 274.78º | 0.49% | 0.55% | - |
| XYZ | 13.81 | 10 | 26.4 | - |
| YUV | 91.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 141 | 0.21 | 0.49 | 0 | 0.45 | 274.78 | 0.32 | 0.42 |
| Hex | 70 | 48 | 8D | 15 | 31 | 0 | 2D | 113 | 20 | 2A |
| Octal | 160 | 110 | 215 | 25 | 61 | 0 | 55 | 423 | 40 | 52 |
| Binary | 1110000 | 1001000 | 10001101 | 10101 | 110001 | 0 | 101101 | 100010011 | 100000 | 101010 |
Color Harmonies of #70488D
Complementary color
Monochromatic Colors of #70488D
Black with #70488D
Text Example
Text Example
White with #70488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70488D; }
p { color: rgb(112,72,141); }
H1.HeaderClassName
{
color: #70488D;
}
.AnyTagClassName
{
color: #70488D;
}
</style>
background-color css
<style>
a { background-color: #70488D; }
a { background-color: rgb(112,72,141); }
div.DivClassName
{
background-color: #70488D;
}
.BgClassName
{
background-color: #70488D;
}
</style>
border-color css
<style>
span { border-color: #70488D; }
span { border-color: rgb(112,72,141); }
td.TdClassName
{
border-color: #70488D;
}
.TagClassName
{
border-color: #70488D;
}
</style>