Shades of Blue Marguerite #7049BD
Tints of Blue Marguerite #7049BD
RGB
CMYK
RGB Variations
Color information
#7049BD (or 0x7049BD) is known color: Blue Marguerite. HEX triplet: 70, 49 and BD. RGB value is (112,73,189). Sum of RGB (Red+Green+Blue) = 112+73+189=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #7049BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049BD is #8FB642. Grayscale: #616161. Windows color (decimal): -9418307 or 12405104. OLE color: 12405104.
HSL color Cylindrical-coordinate representation of color #7049BD: hue angle of 260.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7049BD is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 73 | 189 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.26 |
| HSL | 260.17º | 0.47% | 0.51% | - |
| HSV(B) | 260.17º | 0.61% | 0.74% | - |
| XYZ | 18.25 | 11.88 | 49.48 | - |
| YUV | 97.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 189 | 0.41 | 0.61 | 0 | 0.26 | 260.17 | 0.47 | 0.51 |
| Hex | 70 | 49 | BD | 29 | 3D | 0 | 1A | 104 | 2F | 33 |
| Octal | 160 | 111 | 275 | 51 | 75 | 0 | 32 | 404 | 57 | 63 |
| Binary | 1110000 | 1001001 | 10111101 | 101001 | 111101 | 0 | 11010 | 100000100 | 101111 | 110011 |
Color Harmonies of #7049BD
Complementary color
Monochromatic Colors of #7049BD
Black with #7049BD
Text Example
Text Example
White with #7049BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049BD; }
p { color: rgb(112,73,189); }
H1.HeaderClassName
{
color: #7049BD;
}
.AnyTagClassName
{
color: #7049BD;
}
</style>
background-color css
<style>
a { background-color: #7049BD; }
a { background-color: rgb(112,73,189); }
div.DivClassName
{
background-color: #7049BD;
}
.BgClassName
{
background-color: #7049BD;
}
</style>
border-color css
<style>
span { border-color: #7049BD; }
span { border-color: rgb(112,73,189); }
td.TdClassName
{
border-color: #7049BD;
}
.TagClassName
{
border-color: #7049BD;
}
</style>