Html Css Color HEX #744EBC Blue Marguerite

📋 copy color: '#744EBC'

red 116 ◦ green 78 ◦ blue 188

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

Shades of Blue Marguerite #744EBC

Tints of Blue Marguerite #744EBC

RGB

 RED value IS 116 (45.7% from 255) = 30.37%

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

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

R = 30.37%
G = 20.42%
B = 49.21%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#744EBC (or 0x744EBC) is known color: Blue Marguerite. HEX triplet: 74, 4E and BC. RGB value is (116,78,188). Sum of RGB (Red+Green+Blue) = 116+78+188=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #744EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EBC is #8BB143. Grayscale: #656565. Windows color (decimal): -9154884 or 12340852. OLE color: 12340852.

HSL color Cylindrical-coordinate representation of color #744EBC: hue angle of 260.73º 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 #744EBC is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 78 188 -
CMYK 0.38 0.59 0 0.26
HSL 260.73º 0.45% 0.52% -
HSV(B) 260.73º 0.59% 0.74% -
XYZ 19 12.79 49.04 -
YUV 101.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 116 78 188 0.38 0.59 0 0.26 260.73 0.45 0.52
Hex 74 4E BC 26 3B 0 1A 105 2D 34
Octal 164 116 274 46 73 0 32 405 55 64
Binary 1110100 1001110 10111100 100110 111011 0 11010 100000101 101101 110100

Color Harmonies of #744EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EBC

Black with #744EBC

Text Example


Text Example

White with #744EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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