Color Hex Logo

#492fa1 Color Hex

#492FA1
(73,47,161)
0 Favorites   0 Comments

Color spaces of #492fa1

RGB 7347161
HSL0.700.550.41
HSV254°71°63°
CMYK 0.550.710.00   0.37
XYZ10.19726.022734.3433
Yxy6.02270.20170.1191
Hunter Lab24.541231.2221-65.7925
CIE-Lab29.469741.5943-57.7456

#492fa1 color RGB value is (73,47,161).

#492fa1 hex color red value is 73, green value is 47 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #492fa1 hue: 0.70 , saturation: 0.55 and the lightness value of 492fa1 is 0.41.

The process color (four color CMYK) of #492fa1 color hex is 0.55, 0.71, 0.00, 0.37. Web safe color of #492fa1 is #333399. Color #492fa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101111 10100001
Octal 111 57 241
Decimal 73 47 161
Hex 49 2F A1

RGB Percentages of Color #492fa1

%25.98
%16.73
%57.30

CMYK Percentages of Color #492fa1

%55
%71
%0
%37

Triadic Colors of #492fa1

#492fa1 #a1492f #2fa149

Analogous Colors of #492fa1

#492fa1 #822fa1 #2f4ea1

Monochromatic Colors of #492fa1

#492fa1

Complementary Color

#492fa1 #87a12f

#492fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492fa1 Color CSS Codes

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

#492fa1 Text Font Color

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

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


#492fa1 Background Color

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

This div background color is #492fa1


#492fa1 Border Color

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

This div border color is #492fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492fa1


Comments

No comments written yet.

Please login to write comment.