Html Css Color HEX #744ABF Blue Marguerite

📋 copy color: '#744ABF'

red 116 ◦ green 74 ◦ blue 191

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

Shades of Blue Marguerite #744ABF

Tints of Blue Marguerite #744ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 30.45%
G = 19.42%
B = 50.13%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#744ABF (or 0x744ABF) is known color: Blue Marguerite. HEX triplet: 74, 4A and BF. RGB value is (116,74,191). Sum of RGB (Red+Green+Blue) = 116+74+191=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #744ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ABF is #8BB540. Grayscale: #636363. Windows color (decimal): -9155905 or 12536436. OLE color: 12536436.

HSL color Cylindrical-coordinate representation of color #744ABF: hue angle of 261.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744ABF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 74 191 -
CMYK 0.39 0.61 0 0.25
HSL 261.54º 0.48% 0.52% -
HSV(B) 261.54º 0.61% 0.75% -
XYZ 19.06 12.37 50.67 -
YUV 99.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 116 74 191 0.39 0.61 0 0.25 261.54 0.48 0.52
Hex 74 4A BF 27 3D 0 19 106 30 34
Octal 164 112 277 47 75 0 31 406 60 64
Binary 1110100 1001010 10111111 100111 111101 0 11001 100000110 110000 110100

Color Harmonies of #744ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ABF

Black with #744ABF

Text Example


Text Example

White with #744ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,191); }

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

background-color css

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

 a { background-color: rgb(116,74,191); }

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

border-color css

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

 span { border-color: rgb(116,74,191); }

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