Html Css Color HEX #744DBC Blue Marguerite

📋 copy color: '#744DBC'

red 116 ◦ green 77 ◦ blue 188

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

Shades of Blue Marguerite #744DBC

Tints of Blue Marguerite #744DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

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

R = 30.45%
G = 20.21%
B = 49.34%

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

#744DBC (or 0x744DBC) is known color: Blue Marguerite. HEX triplet: 74, 4D and BC. RGB value is (116,77,188). Sum of RGB (Red+Green+Blue) = 116+77+188=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #744DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DBC is #8BB243. Grayscale: #646464. Windows color (decimal): -9155140 or 12340596. OLE color: 12340596.

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

Color convert

RGB 116 77 188 -
CMYK 0.38 0.59 0 0.26
HSL 261.08º 0.45% 0.52% -
HSV(B) 261.08º 0.59% 0.74% -
XYZ 18.93 12.65 49.02 -
YUV 101.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 116 77 188 0.38 0.59 0 0.26 261.08 0.45 0.52
Hex 74 4D BC 26 3B 0 1A 105 2D 34
Octal 164 115 274 46 73 0 32 405 55 64
Binary 1110100 1001101 10111100 100110 111011 0 11010 100000101 101101 110100

Color Harmonies of #744DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DBC

Black with #744DBC

Text Example


Text Example

White with #744DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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