Shades of Blue Marguerite #7049BB
Tints of Blue Marguerite #7049BB
RGB
CMYK
RGB Variations
Color information
#7049BB (or 0x7049BB) is known color: Blue Marguerite. HEX triplet: 70, 49 and BB. RGB value is (112,73,187). Sum of RGB (Red+Green+Blue) = 112+73+187=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #7049BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049BB is #8FB644. Grayscale: #616161. Windows color (decimal): -9418309 or 12274032. OLE color: 12274032.
HSL color Cylindrical-coordinate representation of color #7049BB: hue angle of 260.53º degrees, saturation: 0.46, 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 #7049BB is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 73 | 187 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.27 |
| HSL | 260.53º | 0.46% | 0.51% | - |
| HSV(B) | 260.53º | 0.61% | 0.73% | - |
| XYZ | 18.03 | 11.8 | 48.34 | - |
| YUV | 97.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 187 | 0.40 | 0.61 | 0 | 0.27 | 260.53 | 0.46 | 0.51 |
| Hex | 70 | 49 | BB | 28 | 3D | 0 | 1B | 105 | 2E | 33 |
| Octal | 160 | 111 | 273 | 50 | 75 | 0 | 33 | 405 | 56 | 63 |
| Binary | 1110000 | 1001001 | 10111011 | 101000 | 111101 | 0 | 11011 | 100000101 | 101110 | 110011 |
Color Harmonies of #7049BB
Complementary color
Monochromatic Colors of #7049BB
Black with #7049BB
Text Example
Text Example
White with #7049BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049BB; }
p { color: rgb(112,73,187); }
H1.HeaderClassName
{
color: #7049BB;
}
.AnyTagClassName
{
color: #7049BB;
}
</style>
background-color css
<style>
a { background-color: #7049BB; }
a { background-color: rgb(112,73,187); }
div.DivClassName
{
background-color: #7049BB;
}
.BgClassName
{
background-color: #7049BB;
}
</style>
border-color css
<style>
span { border-color: #7049BB; }
span { border-color: rgb(112,73,187); }
td.TdClassName
{
border-color: #7049BB;
}
.TagClassName
{
border-color: #7049BB;
}
</style>