Shades of Blue Marguerite #7049BA
Tints of Blue Marguerite #7049BA
RGB
CMYK
RGB Variations
Color information
#7049BA (or 0x7049BA) is known color: Blue Marguerite. HEX triplet: 70, 49 and BA. RGB value is (112,73,186). Sum of RGB (Red+Green+Blue) = 112+73+186=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7049BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049BA is #8FB645. Grayscale: #616161. Windows color (decimal): -9418310 or 12208496. OLE color: 12208496.
HSL color Cylindrical-coordinate representation of color #7049BA: hue angle of 260.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7049BA is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 73 | 186 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.27 |
| HSL | 260.71º | 0.45% | 0.51% | - |
| HSV(B) | 260.71º | 0.61% | 0.73% | - |
| XYZ | 17.93 | 11.76 | 47.78 | - |
| YUV | 97.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 186 | 0.40 | 0.61 | 0 | 0.27 | 260.71 | 0.45 | 0.51 |
| Hex | 70 | 49 | BA | 28 | 3D | 0 | 1B | 105 | 2D | 33 |
| Octal | 160 | 111 | 272 | 50 | 75 | 0 | 33 | 405 | 55 | 63 |
| Binary | 1110000 | 1001001 | 10111010 | 101000 | 111101 | 0 | 11011 | 100000101 | 101101 | 110011 |
Color Harmonies of #7049BA
Complementary color
Monochromatic Colors of #7049BA
Black with #7049BA
Text Example
Text Example
White with #7049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049BA; }
p { color: rgb(112,73,186); }
H1.HeaderClassName
{
color: #7049BA;
}
.AnyTagClassName
{
color: #7049BA;
}
</style>
background-color css
<style>
a { background-color: #7049BA; }
a { background-color: rgb(112,73,186); }
div.DivClassName
{
background-color: #7049BA;
}
.BgClassName
{
background-color: #7049BA;
}
</style>
border-color css
<style>
span { border-color: #7049BA; }
span { border-color: rgb(112,73,186); }
td.TdClassName
{
border-color: #7049BA;
}
.TagClassName
{
border-color: #7049BA;
}
</style>