Color Hex Logo

#492f87 Color Hex

#492F87
(73,47,135)
0 Favorites   0 Comments

Color spaces of #492f87

RGB 7347135
HSL0.720.480.36
HSV258°65°53°
CMYK 0.460.650.00   0.47
XYZ8.13735.198823.4962
Yxy5.19880.22090.1411
Hunter Lab22.800923.8025-45.1375
CIE-Lab27.293833.7579-45.3172

#492f87 color RGB value is (73,47,135).

#492f87 hex color red value is 73, green value is 47 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #492f87 hue: 0.72 , saturation: 0.48 and the lightness value of 492f87 is 0.36.

The process color (four color CMYK) of #492f87 color hex is 0.46, 0.65, 0.00, 0.47. Web safe color of #492f87 is #333399. Color #492f87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101111 10000111
Octal 111 57 207
Decimal 73 47 135
Hex 49 2F 87

RGB Percentages of Color #492f87

%28.63
%18.43
%52.94

CMYK Percentages of Color #492f87

%46
%65
%0
%47

Triadic Colors of #492f87

#492f87 #87492f #2f8749

Analogous Colors of #492f87

#492f87 #752f87 #2f4187

Monochromatic Colors of #492f87

#492f87

Complementary Color

#492f87 #6d872f

#492f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492f87 Color CSS Codes

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

#492f87 Text Font Color

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

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


#492f87 Background Color

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

This div background color is #492f87


#492f87 Border Color

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

This div border color is #492f87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492f87


Comments

No comments written yet.

Please login to write comment.