#746AB7

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

Shades of Blue Marguerite #746AB7

Tints of Blue Marguerite #746AB7

Color information

#746AB7 (or 0x746AB7) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6A and B7. RGB value is (116,106,183). Sum of RGB (Red+Green+Blue) = 116+106+183=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #746AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AB7 is #8B9548. Grayscale: #757575. Windows color (decimal): -9147721 or 12020340. OLE color: 12020340.

HSL color Cylindrical-coordinate representation of color #746AB7: hue angle of 247.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746AB7 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB116106183-
CMYK0.370.4200.28
HSL247.79º34.84%56.67%-
HSV(B)247.79º42.08%71.76%-
XYZ20.917.4447.06-
YUV117.77164.81126.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 183 (71.88% from 255) = 45.19%
R=28.64%
G=26.17%
B=45.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161061830.370.4200.28247.7934.8456.67
Hex746AB7252A01Cf82339
Octal16415226745520343704371
Binary111010011010101011011110010110101001110011111000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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