#7049BA

Color #7049BA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7049BA

Tints of Blue Marguerite #7049BA

Color information

#7049BA (or 0x7049BA) is unknown color: approx 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

RGB11273186-
CMYK0.400.6100.27
HSL260.71º45.02%50.78%-
HSV(B)260.71º60.75%72.94%-
XYZ17.9311.7647.78-
YUV97.54177.92138.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=30.19%
G=19.68%
B=50.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112731860.400.6100.27260.7145.0250.78
Hex7049BA283D01B1052d33
Octal16011127250750334055563
Binary1110000100100110111010101000111101011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>