Shades of Blue Marguerite #7048BA
Tints of Blue Marguerite #7048BA
RGB
CMYK
RGB Variations
Color information
#7048BA (or 0x7048BA) is known color: Blue Marguerite. HEX triplet: 70, 48 and BA. RGB value is (112,72,186). Sum of RGB (Red+Green+Blue) = 112+72+186=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7048BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048BA is #8FB745. Grayscale: #606060. Windows color (decimal): -9418566 or 12208240. OLE color: 12208240.
HSL color Cylindrical-coordinate representation of color #7048BA: hue angle of 261.05º 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 #7048BA is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 72 | 186 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.27 |
| HSL | 261.05º | 0.45% | 0.51% | - |
| HSV(B) | 261.05º | 0.61% | 0.73% | - |
| XYZ | 17.86 | 11.62 | 47.76 | - |
| YUV | 96.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 186 | 0.40 | 0.61 | 0 | 0.27 | 261.05 | 0.45 | 0.51 |
| Hex | 70 | 48 | BA | 28 | 3D | 0 | 1B | 105 | 2D | 33 |
| Octal | 160 | 110 | 272 | 50 | 75 | 0 | 33 | 405 | 55 | 63 |
| Binary | 1110000 | 1001000 | 10111010 | 101000 | 111101 | 0 | 11011 | 100000101 | 101101 | 110011 |
Color Harmonies of #7048BA
Complementary color
Monochromatic Colors of #7048BA
Black with #7048BA
Text Example
Text Example
White with #7048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7048BA; }
p { color: rgb(112,72,186); }
H1.HeaderClassName
{
color: #7048BA;
}
.AnyTagClassName
{
color: #7048BA;
}
</style>
background-color css
<style>
a { background-color: #7048BA; }
a { background-color: rgb(112,72,186); }
div.DivClassName
{
background-color: #7048BA;
}
.BgClassName
{
background-color: #7048BA;
}
</style>
border-color css
<style>
span { border-color: #7048BA; }
span { border-color: rgb(112,72,186); }
td.TdClassName
{
border-color: #7048BA;
}
.TagClassName
{
border-color: #7048BA;
}
</style>