#746BB0

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

Shades of Blue Marguerite #746BB0

Tints of Blue Marguerite #746BB0

Color information

#746BB0 (or 0x746BB0) is unknown color: approx Blue Marguerite. HEX triplet: 74, 6B and B0. RGB value is (116,107,176). Sum of RGB (Red+Green+Blue) = 116+107+176=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #746BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BB0 is #8B944F. Grayscale: #757575. Windows color (decimal): -9147472 or 11561844. OLE color: 11561844.

HSL color Cylindrical-coordinate representation of color #746BB0: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746BB0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116107176-
CMYK0.340.3900.31
HSL247.83º30.4%55.49%-
HSV(B)247.83º39.2%69.02%-
XYZ20.317.3643.36-
YUV117.56160.98126.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=29.07%
G=26.82%
B=44.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161071760.340.3900.31247.8330.455.49
Hex746BB0222701Ff81e37
Octal16415326042470373703667
Binary11101001101011101100001000101001110111111111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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