Color Hex Logo

#494e89 Color Hex

#494E89
(73,78,137)
0 Favorites   0 Comments

Color spaces of #494e89

RGB 7378137
HSL0.650.300.41
HSV235°47°54°
CMYK 0.470.430.00   0.46
XYZ9.98748.671424.8143
Yxy8.67140.22970.1995
Hunter Lab29.44729.0078-29.3488
CIE-Lab35.343814.6342-33.6405

#494e89 color RGB value is (73,78,137).

#494e89 hex color red value is 73, green value is 78 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #494e89 hue: 0.65 , saturation: 0.30 and the lightness value of 494e89 is 0.41.

The process color (four color CMYK) of #494e89 color hex is 0.47, 0.43, 0.00, 0.46. Web safe color of #494e89 is #336699. Color #494e89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 10001001
Octal 111 116 211
Decimal 73 78 137
Hex 49 4E 89

RGB Percentages of Color #494e89

%25.35
%27.08
%47.57

CMYK Percentages of Color #494e89

%47
%43
%0
%46

Triadic Colors of #494e89

#494e89 #89494e #4e8949

Analogous Colors of #494e89

#494e89 #644989 #496e89

Monochromatic Colors of #494e89

#494e89

Complementary Color

#494e89 #898449

#494e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494e89 Color CSS Codes

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

#494e89 Text Font Color

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

This sample text font color is #494e89
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.


#494e89 Background Color

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

This div background color is #494e89


#494e89 Border Color

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

This div border color is #494e89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,78,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494e89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494e89;
  -webkit-box-shadow: 1px 1px 3px 2px #494e89;
  box-shadow:         1px 1px 3px 2px #494e89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494e89


Comments

No comments written yet.

Please login to write comment.