#745CAC

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

Shades of Blue Marguerite #745CAC

Tints of Blue Marguerite #745CAC

Color information

#745CAC (or 0x745CAC) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5C and AC. RGB value is (116,92,172). Sum of RGB (Red+Green+Blue) = 116+92+172=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #745CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CAC is #8BA353. Grayscale: #6B6B6B. Windows color (decimal): -9151316 or 11295860. OLE color: 11295860.

HSL color Cylindrical-coordinate representation of color #745CAC: hue angle of 258º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745CAC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11692172-
CMYK0.330.4700.33
HSL258º32.52%51.76%-
HSV(B)258º46.51%67.45%-
XYZ18.4814.3540.82-
YUV108.3163.95133.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=30.53%
G=24.21%
B=45.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116921720.330.4700.3325832.5251.76
Hex745CAC212F0211022134
Octal16413425441570414024164
Binary11101001011100101011001000011011110100001100000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,172); }

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

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

 a { background-color: rgb(116,92,172); }

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

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

 span { border-color: rgb(116,92,172); }

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