Color Hex Logo

#492e9f Color Hex

#492E9F
(73,46,159)
0 Favorites   0 Comments

Color spaces of #492e9f

RGB 7346159
HSL0.710.550.40
HSV254°71°62°
CMYK 0.540.710.00   0.38
XYZ9.98275.873733.4085
Yxy5.87370.20260.1192
Hunter Lab24.235731.1117-64.7652
CIE-Lab29.091641.5463-57.1509

#492e9f color RGB value is (73,46,159).

#492e9f hex color red value is 73, green value is 46 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #492e9f hue: 0.71 , saturation: 0.55 and the lightness value of 492e9f is 0.40.

The process color (four color CMYK) of #492e9f color hex is 0.54, 0.71, 0.00, 0.38. Web safe color of #492e9f is #333399. Color #492e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101110 10011111
Octal 111 56 237
Decimal 73 46 159
Hex 49 2E 9F

RGB Percentages of Color #492e9f

%26.26
%16.55
%57.19

CMYK Percentages of Color #492e9f

%54
%71
%0
%38

Triadic Colors of #492e9f

#492e9f #9f492e #2e9f49

Analogous Colors of #492e9f

#492e9f #822e9f #2e4b9f

Monochromatic Colors of #492e9f

#492e9f

Complementary Color

#492e9f #849f2e

#492e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#492e9f Color CSS Codes

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

#492e9f Text Font Color

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

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


#492e9f Background Color

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

This div background color is #492e9f


#492e9f Border Color

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

This div border color is #492e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,46,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #492e9f;
  box-shadow:         1px 1px 3px 2px #492e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492e9f

#492e9f Color Palettes


Comments

No comments written yet.

Please login to write comment.