Html Css Color HEX #744FBC Blue Marguerite

📋 copy color: '#744FBC'

red 116 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #744FBC

Tints of Blue Marguerite #744FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

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

R = 30.29%
G = 20.63%
B = 49.09%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#744FBC (or 0x744FBC) is known color: Blue Marguerite. HEX triplet: 74, 4F and BC. RGB value is (116,79,188). Sum of RGB (Red+Green+Blue) = 116+79+188=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #744FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FBC is #8BB043. Grayscale: #666666. Windows color (decimal): -9154628 or 12341108. OLE color: 12341108.

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

Color convert

RGB 116 79 188 -
CMYK 0.38 0.58 0 0.26
HSL 260.37º 0.45% 0.52% -
HSV(B) 260.37º 0.58% 0.74% -
XYZ 19.08 12.94 49.07 -
YUV 102.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 116 79 188 0.38 0.58 0 0.26 260.37 0.45 0.52
Hex 74 4F BC 26 3A 0 1A 104 2D 34
Octal 164 117 274 46 72 0 32 404 55 64
Binary 1110100 1001111 10111100 100110 111010 0 11010 100000100 101101 110100

Color Harmonies of #744FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FBC

Black with #744FBC

Text Example


Text Example

White with #744FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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