#746BB5

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

Shades of Blue Marguerite #746BB5

Tints of Blue Marguerite #746BB5

Color information

#746BB5 (or 0x746BB5) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6B and B5. RGB value is (116,107,181). Sum of RGB (Red+Green+Blue) = 116+107+181=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #746BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BB5 is #8B944A. Grayscale: #757575. Windows color (decimal): -9147467 or 11889524. OLE color: 11889524.

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

Color convert

RGB116107181-
CMYK0.360.4100.29
HSL247.3º33.33%56.47%-
HSV(B)247.3º40.88%70.98%-
XYZ20.817.5646.01-
YUV118.13163.48126.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=28.71%
G=26.49%
B=44.80%

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
Decimal1161071810.360.4100.29247.333.3356.47
Hex746BB5242901Df72138
Octal16415326544510353674170
Binary111010011010111011010110010010100101110111110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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