#7049BE

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

Shades of Blue Marguerite #7049BE

Tints of Blue Marguerite #7049BE

Color information

#7049BE (or 0x7049BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 49 and BE. RGB value is (112,73,190). Sum of RGB (Red+Green+Blue) = 112+73+190=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7049BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049BE is #8FB641. Grayscale: #616161. Windows color (decimal): -9418306 or 12470640. OLE color: 12470640.

HSL color Cylindrical-coordinate representation of color #7049BE: hue angle of 260º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7049BE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11273190-
CMYK0.410.6200.25
HSL260º47.37%51.57%-
HSV(B)260º61.58%74.51%-
XYZ18.3611.9350.05-
YUV98179.92137.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=29.87%
G=19.47%
B=50.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112731900.410.6200.2526047.3751.57
Hex7049BE293E0191042f34
Octal16011127651760314045764
Binary1110000100100110111110101001111110011001100000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7049BE; }

 p { color: rgb(112,73,190); }

 H1.HeaderClassName
 {
   color: #7049BE;
 }
 .AnyTagClassName
 {
   color: #7049BE;
 }
</style>
background-color css

<style>
 a { background-color: #7049BE; }

 a { background-color: rgb(112,73,190); }

 div.DivClassName
 {
   background-color: #7049BE;
 }
 .BgClassName
 {
   background-color: #7049BE;
 }
</style>
border-color css

<style>
 span { border-color: #7049BE; }

 span { border-color: rgb(112,73,190); }

 td.TdClassName
 {
   border-color: #7049BE;
 }
 .TagClassName
 {
   border-color: #7049BE;
 }
</style>