#744EBA

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

Shades of Blue Marguerite #744EBA

Tints of Blue Marguerite #744EBA

Color information

#744EBA (or 0x744EBA) is unknown color: approx Blue Marguerite. HEX triplet: 74, 4E and BA. RGB value is (116,78,186). Sum of RGB (Red+Green+Blue) = 116+78+186=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #744EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EBA is #8BB145. Grayscale: #656565. Windows color (decimal): -9154886 or 12209780. OLE color: 12209780.

HSL color Cylindrical-coordinate representation of color #744EBA: hue angle of 261.11º degrees, saturation: 0.44, 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 #744EBA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11678186-
CMYK0.380.5800.27
HSL261.11º43.9%51.76%-
HSV(B)261.11º58.06%72.94%-
XYZ18.7912.7147.92-
YUV101.67175.59138.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=30.53%
G=20.53%
B=48.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116781860.380.5800.27261.1143.951.76
Hex744EBA263A01B1052c34
Octal16411627246720334055464
Binary1110100100111010111010100110111010011011100000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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