#744EB9

Color #744EB9 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #744EB9

Tints of Blue Marguerite #744EB9

Color information

#744EB9 (or 0x744EB9) is unknown color: approx Blue Marguerite. HEX triplet: 74, 4E and B9. RGB value is (116,78,185). Sum of RGB (Red+Green+Blue) = 116+78+185=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #744EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EB9 is #8BB146. Grayscale: #656565. Windows color (decimal): -9154887 or 12144244. OLE color: 12144244.

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

Color convert

RGB11678185-
CMYK0.370.5800.27
HSL261.31º43.32%51.57%-
HSV(B)261.31º57.84%72.55%-
XYZ18.6812.6647.36-
YUV101.56175.09138.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=30.61%
G=20.58%
B=48.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116781850.370.5800.27261.3143.3251.57
Hex744EB9253A01B1052b34
Octal16411627145720334055364
Binary1110100100111010111001100101111010011011100000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #744EB9;
 }
 .AnyTagClassName
 {
   color: #744EB9;
 }
</style>
background-color css

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

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

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

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

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

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