#746CB3

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

Shades of Blue Marguerite #746CB3

Tints of Blue Marguerite #746CB3

Color information

#746CB3 (or 0x746CB3) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6C and B3. RGB value is (116,108,179). Sum of RGB (Red+Green+Blue) = 116+108+179=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #746CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CB3 is #8B934C. Grayscale: #767676. Windows color (decimal): -9147213 or 11758708. OLE color: 11758708.

HSL color Cylindrical-coordinate representation of color #746CB3: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746CB3 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116108179-
CMYK0.350.4000.30
HSL246.76º31.84%56.27%-
HSV(B)246.76º39.66%70.2%-
XYZ20.717.6944.97-
YUV118.49162.15126.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=28.78%
G=26.80%
B=44.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161081790.350.4000.30246.7631.8456.27
Hex746CB3232801Ef72038
Octal16415426343500363674070
Binary111010011011001011001110001110100001111011110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746CB3; }

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

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

<style>
 a { background-color: #746CB3; }

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

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

<style>
 span { border-color: #746CB3; }

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

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