Html Css Color HEX #744DB9 Blue Marguerite

📋 copy color: '#744DB9'

red 116 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #744DB9

Tints of Blue Marguerite #744DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 30.69%
G = 20.37%
B = 48.94%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744DB9 (or 0x744DB9) is known color: Blue Marguerite. HEX triplet: 74, 4D and B9. RGB value is (116,77,185). Sum of RGB (Red+Green+Blue) = 116+77+185=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #744DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DB9 is #8BB246. Grayscale: #646464. Windows color (decimal): -9155143 or 12143988. OLE color: 12143988.

HSL color Cylindrical-coordinate representation of color #744DB9: hue angle of 261.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744DB9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 77 185 -
CMYK 0.37 0.58 0 0.27
HSL 261.67º 0.44% 0.51% -
HSV(B) 261.67º 0.58% 0.73% -
XYZ 18.61 12.52 47.34 -
YUV 100.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 116 77 185 0.37 0.58 0 0.27 261.67 0.44 0.51
Hex 74 4D B9 25 3A 0 1B 106 2C 33
Octal 164 115 271 45 72 0 33 406 54 63
Binary 1110100 1001101 10111001 100101 111010 0 11011 100000110 101100 110011

Color Harmonies of #744DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DB9

Black with #744DB9

Text Example


Text Example

White with #744DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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