Html Css Color HEX #744DBA Blue Marguerite

📋 copy color: '#744DBA'

red 116 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #744DBA

Tints of Blue Marguerite #744DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 30.61%
G = 20.32%
B = 49.08%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744DBA (or 0x744DBA) is known color: Blue Marguerite. HEX triplet: 74, 4D and BA. RGB value is (116,77,186). Sum of RGB (Red+Green+Blue) = 116+77+186=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #744DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DBA is #8BB245. Grayscale: #646464. Windows color (decimal): -9155142 or 12209524. OLE color: 12209524.

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

Color convert

RGB 116 77 186 -
CMYK 0.38 0.59 0 0.27
HSL 261.47º 0.44% 0.52% -
HSV(B) 261.47º 0.59% 0.73% -
XYZ 18.72 12.57 47.89 -
YUV 101.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 116 77 186 0.38 0.59 0 0.27 261.47 0.44 0.52
Hex 74 4D BA 26 3B 0 1B 105 2C 34
Octal 164 115 272 46 73 0 33 405 54 64
Binary 1110100 1001101 10111010 100110 111011 0 11011 100000101 101100 110100

Color Harmonies of #744DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DBA

Black with #744DBA

Text Example


Text Example

White with #744DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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