Html Css Color HEX #7048BC Blue Marguerite

📋 copy color: '#7048BC'

red 112 ◦ green 72 ◦ blue 188

#7048BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7048BC

Tints of Blue Marguerite #7048BC

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 30.11%
G = 19.35%
B = 50.54%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7048BC (or 0x7048BC) is known color: Blue Marguerite. HEX triplet: 70, 48 and BC. RGB value is (112,72,188). Sum of RGB (Red+Green+Blue) = 112+72+188=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7048BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048BC is #8FB743. Grayscale: #606060. Windows color (decimal): -9418564 or 12339312. OLE color: 12339312.

HSL color Cylindrical-coordinate representation of color #7048BC: hue angle of 260.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7048BC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 72 188 -
CMYK 0.40 0.62 0 0.26
HSL 260.69º 0.46% 0.51% -
HSV(B) 260.69º 0.62% 0.74% -
XYZ 18.08 11.71 48.88 -
YUV 97.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 112 72 188 0.40 0.62 0 0.26 260.69 0.46 0.51
Hex 70 48 BC 28 3E 0 1A 105 2E 33
Octal 160 110 274 50 76 0 32 405 56 63
Binary 1110000 1001000 10111100 101000 111110 0 11010 100000101 101110 110011

Color Harmonies of #7048BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048BC

Black with #7048BC

Text Example


Text Example

White with #7048BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7048BC;
 }
 .AnyTagClassName
 {
   color: #7048BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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