Html Css Color HEX #704EBC Blue Marguerite

📋 copy color: '#704EBC'

red 112 ◦ green 78 ◦ blue 188

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

Shades of Blue Marguerite #704EBC

Tints of Blue Marguerite #704EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

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

R = 29.63%
G = 20.63%
B = 49.74%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#704EBC (or 0x704EBC) is known color: Blue Marguerite. HEX triplet: 70, 4E and BC. RGB value is (112,78,188). Sum of RGB (Red+Green+Blue) = 112+78+188=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #704EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EBC is #8FB143. Grayscale: #646464. Windows color (decimal): -9417028 or 12340848. OLE color: 12340848.

HSL color Cylindrical-coordinate representation of color #704EBC: hue angle of 258.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704EBC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 78 188 -
CMYK 0.40 0.59 0 0.26
HSL 258.55º 0.45% 0.52% -
HSV(B) 258.55º 0.59% 0.74% -
XYZ 18.48 12.52 49.02 -
YUV 100.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 112 78 188 0.40 0.59 0 0.26 258.55 0.45 0.52
Hex 70 4E BC 28 3B 0 1A 103 2D 34
Octal 160 116 274 50 73 0 32 403 55 64
Binary 1110000 1001110 10111100 101000 111011 0 11010 100000011 101101 110100

Color Harmonies of #704EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EBC

Black with #704EBC

Text Example


Text Example

White with #704EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704EBC; }

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

 H1.HeaderClassName
 {
   color: #704EBC;
 }
 .AnyTagClassName
 {
   color: #704EBC;
 }
</style>

background-color css

<style>
 a { background-color: #704EBC; }

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

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

border-color css

<style>
 span { border-color: #704EBC; }

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

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