Color Hex Logo

#492599 Color Hex

#492599
(73,37,153)
0 Favorites   0 Comments

Color spaces of #492599

RGB 7337153
HSL0.720.610.37
HSV259°76°60°
CMYK 0.520.760.00   0.40
XYZ9.15905.039530.6270
Yxy5.03950.20430.1124
Hunter Lab22.448833.5416-65.1753
CIE-Lab26.847044.5456-57.1681

#492599 color RGB value is (73,37,153).

#492599 hex color red value is 73, green value is 37 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #492599 hue: 0.72 , saturation: 0.61 and the lightness value of 492599 is 0.37.

The process color (four color CMYK) of #492599 color hex is 0.52, 0.76, 0.00, 0.40. Web safe color of #492599 is #333399. Color #492599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 10011001
Octal 111 45 231
Decimal 73 37 153
Hex 49 25 99

RGB Percentages of Color #492599

%27.76
%14.07
%58.17

CMYK Percentages of Color #492599

%52
%76
%0
%40

Triadic Colors of #492599

#492599 #994925 #259949

Analogous Colors of #492599

#492599 #832599 #253b99

Monochromatic Colors of #492599

#492599

Complementary Color

#492599 #759925

#492599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492599 Color CSS Codes

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

#492599 Text Font Color

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

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


#492599 Background Color

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

This div background color is #492599


#492599 Border Color

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

This div border color is #492599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,37,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492599;
  -webkit-box-shadow: 1px 1px 3px 2px #492599;
  box-shadow:         1px 1px 3px 2px #492599; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492599


Comments

No comments written yet.

Please login to write comment.