#746AB6

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

Shades of Blue Marguerite #746AB6

Tints of Blue Marguerite #746AB6

Color information

#746AB6 (or 0x746AB6) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6A and B6. RGB value is (116,106,182). Sum of RGB (Red+Green+Blue) = 116+106+182=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #746AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AB6 is #8B9549. Grayscale: #757575. Windows color (decimal): -9147722 or 11954804. OLE color: 11954804.

HSL color Cylindrical-coordinate representation of color #746AB6: hue angle of 247.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746AB6 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116106182-
CMYK0.360.4200.29
HSL247.89º34.23%56.47%-
HSV(B)247.89º41.76%71.37%-
XYZ20.817.446.52-
YUV117.65164.31126.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=28.71%
G=26.24%
B=45.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161061820.360.4200.29247.8934.2356.47
Hex746AB6242A01Df82238
Octal16415226644520353704270
Binary111010011010101011011010010010101001110111111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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