#745EB3

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

Shades of Blue Marguerite #745EB3

Tints of Blue Marguerite #745EB3

Color information

#745EB3 (or 0x745EB3) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5E and B3. RGB value is (116,94,179). Sum of RGB (Red+Green+Blue) = 116+94+179=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #745EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EB3 is #8BA14C. Grayscale: #6D6D6D. Windows color (decimal): -9150797 or 11755124. OLE color: 11755124.

HSL color Cylindrical-coordinate representation of color #745EB3: hue angle of 255.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745EB3 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11694179-
CMYK0.350.4700.30
HSL255.53º35.86%53.53%-
HSV(B)255.53º47.49%70.2%-
XYZ19.3414.9744.52-
YUV110.27166.79132.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=29.82%
G=24.16%
B=46.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116941790.350.4700.30255.5335.8653.53
Hex745EB3232F01E1002436
Octal16413626343570364004466
Binary1110100101111010110011100011101111011110100000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745EB3; }

 p { color: rgb(116,94,179); }

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

<style>
 a { background-color: #745EB3; }

 a { background-color: rgb(116,94,179); }

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

<style>
 span { border-color: #745EB3; }

 span { border-color: rgb(116,94,179); }

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