#7048BE

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

Shades of Blue Marguerite #7048BE

Tints of Blue Marguerite #7048BE

Color information

#7048BE (or 0x7048BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 48 and BE. RGB value is (112,72,190). Sum of RGB (Red+Green+Blue) = 112+72+190=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #7048BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048BE is #8FB741. Grayscale: #606060. Windows color (decimal): -9418562 or 12470384. OLE color: 12470384.

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

Color convert

RGB11272190-
CMYK0.410.6200.25
HSL260.34º47.58%51.37%-
HSV(B)260.34º62.11%74.51%-
XYZ18.2911.850.03-
YUV97.41180.25138.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=29.95%
G=19.25%
B=50.80%

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
Decimal112721900.410.6200.25260.3447.5851.37
Hex7048BE293E0191043033
Octal16011027651760314046063
Binary1110000100100010111110101001111110011001100000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7048BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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