Shades of Affair #73468B
Tints of Affair #73468B
RGB
CMYK
RGB Variations
Color information
#73468B (or 0x73468B) is known color: Affair. HEX triplet: 73, 46 and 8B. RGB value is (115,70,139). Sum of RGB (Red+Green+Blue) = 115+70+139=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #73468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73468B is #8CB974. Grayscale: #5B5B5B. Windows color (decimal): -9222517 or 9127539. OLE color: 9127539.
HSL color Cylindrical-coordinate representation of color #73468B: hue angle of 279.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73468B is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 70 | 139 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.45 |
| HSL | 279.13º | 0.33% | 0.41% | - |
| HSV(B) | 279.13º | 0.5% | 0.55% | - |
| XYZ | 13.92 | 9.89 | 25.6 | - |
| YUV | 91.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 139 | 0.17 | 0.50 | 0 | 0.45 | 279.13 | 0.33 | 0.41 |
| Hex | 73 | 46 | 8B | 11 | 32 | 0 | 2D | 117 | 21 | 29 |
| Octal | 163 | 106 | 213 | 21 | 62 | 0 | 55 | 427 | 41 | 51 |
| Binary | 1110011 | 1000110 | 10001011 | 10001 | 110010 | 0 | 101101 | 100010111 | 100001 | 101001 |
Color Harmonies of #73468B
Complementary color
Monochromatic Colors of #73468B
Black with #73468B
Text Example
Text Example
White with #73468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73468B; }
p { color: rgb(115,70,139); }
H1.HeaderClassName
{
color: #73468B;
}
.AnyTagClassName
{
color: #73468B;
}
</style>
background-color css
<style>
a { background-color: #73468B; }
a { background-color: rgb(115,70,139); }
div.DivClassName
{
background-color: #73468B;
}
.BgClassName
{
background-color: #73468B;
}
</style>
border-color css
<style>
span { border-color: #73468B; }
span { border-color: rgb(115,70,139); }
td.TdClassName
{
border-color: #73468B;
}
.TagClassName
{
border-color: #73468B;
}
</style>