#746BB6

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

Shades of Blue Marguerite #746BB6

Tints of Blue Marguerite #746BB6

Color information

#746BB6 (or 0x746BB6) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6B and B6. RGB value is (116,107,182). Sum of RGB (Red+Green+Blue) = 116+107+182=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #746BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BB6 is #8B9449. Grayscale: #757575. Windows color (decimal): -9147466 or 11955060. OLE color: 11955060.

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

Color convert

RGB116107182-
CMYK0.360.4100.29
HSL247.2º33.94%56.67%-
HSV(B)247.2º41.21%71.37%-
XYZ20.917.6146.55-
YUV118.24163.98126.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=28.64%
G=26.42%
B=44.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161071820.360.4100.29247.233.9456.67
Hex746BB6242901Df72239
Octal16415326644510353674271
Binary111010011010111011011010010010100101110111110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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