Color Hex Logo

#747491 Color Hex

#747491
(116,116,145)
0 Favorites   0 Comments

Color spaces of #747491

RGB 116116145
HSL0.670.120.51
HSV240°20°57°
CMYK 0.200.200.00   0.43
XYZ18.558718.248129.3322
Yxy18.24810.28060.2759
Hunter Lab42.71782.7930-10.8091
CIE-Lab49.79576.4704-15.7282

#747491 color RGB value is (116,116,145).

#747491 hex color red value is 116, green value is 116 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #747491 hue: 0.67 , saturation: 0.12 and the lightness value of 747491 is 0.51.

The process color (four color CMYK) of #747491 color hex is 0.20, 0.20, 0.00, 0.43. Web safe color of #747491 is #666699. Color #747491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110100 10010001
Octal 164 164 221
Decimal 116 116 145
Hex 74 74 91

RGB Percentages of Color #747491

%30.77
%30.77
%38.46

CMYK Percentages of Color #747491

%20
%20
%0
%43

Triadic Colors of #747491

#747491 #917474 #749174

Analogous Colors of #747491

#747491 #837491 #748391

Monochromatic Colors of #747491

#747491

Complementary Color

#747491 #919174

#747491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747491 Color CSS Codes

.mybgcolor {background-color:#747491; } 
.myforecolor {color:#747491; }
.mybordercolor {border:3px solid #747491; }

#747491 Text Font Color

<p style="color:#747491">Text here</p>

This sample text font color is #747491
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#747491 Background Color

<div style="background-color:#747491">
Div content here</div>

This div background color is #747491


#747491 Border Color

<div style="border:3px solid #747491">
Div here</div>

This div border color is #747491


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,116,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747491; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747491;
  -webkit-box-shadow: 1px 1px 3px 2px #747491;
  box-shadow:         1px 1px 3px 2px #747491; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,116,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #747491">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #747491;
  -webkit-box-shadow: 1px 1px 3px 2px #747491;
  box-shadow:         1px 1px 3px 2px #747491;">
Div content here</div>

This div box has shadow with color #747491

#747491 Color Palettes


Comments

No comments written yet.

Please login to write comment.