#745CAF

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

Shades of Blue Marguerite #745CAF

Tints of Blue Marguerite #745CAF

Color information

#745CAF (or 0x745CAF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5C and AF. RGB value is (116,92,175). Sum of RGB (Red+Green+Blue) = 116+92+175=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #745CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CAF is #8BA350. Grayscale: #6C6C6C. Windows color (decimal): -9151313 or 11492468. OLE color: 11492468.

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

Color convert

RGB11692175-
CMYK0.340.4700.31
HSL257.35º34.16%52.35%-
HSV(B)257.35º47.43%68.63%-
XYZ18.7714.4642.36-
YUV108.64165.45133.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=30.29%
G=24.02%
B=45.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116921750.340.4700.31257.3534.1652.35
Hex745CAF222F01F1012234
Octal16413425742570374014264
Binary1110100101110010101111100010101111011111100000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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