#745BB6

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

Shades of Blue Marguerite #745BB6

Tints of Blue Marguerite #745BB6

Color information

#745BB6 (or 0x745BB6) is unknown color: approx Blue Marguerite. HEX triplet: 74, 5B and B6. RGB value is (116,91,182). Sum of RGB (Red+Green+Blue) = 116+91+182=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #745BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BB6 is #8BA449. Grayscale: #6C6C6C. Windows color (decimal): -9151562 or 11950964. OLE color: 11950964.

HSL color Cylindrical-coordinate representation of color #745BB6: hue angle of 256.48º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745BB6 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11691182-
CMYK0.360.500.29
HSL256.48º38.4%53.53%-
HSV(B)256.48º50%71.37%-
XYZ19.3914.5746.05-
YUV108.85169.28133.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=29.82%
G=23.39%
B=46.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116911820.360.500.29256.4838.453.53
Hex745BB6243201D1002636
Octal16413326644620354004666
Binary1110100101101110110110100100110010011101100000000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,182); }

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

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

 a { background-color: rgb(116,91,182); }

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

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

 span { border-color: rgb(116,91,182); }

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