Color Hex Logo

#492365 Color Hex

#492365
(73,35,101)
0 Favorites   0 Comments

Color spaces of #492365

RGB 7335101
HSL0.760.490.27
HSV275°65°40°
CMYK 0.280.650.00   0.60
XYZ5.69763.558112.6984
Yxy3.55810.25950.1621
Hunter Lab18.862920.9063-26.7096
CIE-Lab22.153231.2303-31.9333

#492365 color RGB value is (73,35,101).

#492365 hex color red value is 73, green value is 35 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #492365 hue: 0.76 , saturation: 0.49 and the lightness value of 492365 is 0.27.

The process color (four color CMYK) of #492365 color hex is 0.28, 0.65, 0.00, 0.60. Web safe color of #492365 is #333366. Color #492365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100011 01100101
Octal 111 43 145
Decimal 73 35 101
Hex 49 23 65

RGB Percentages of Color #492365

%34.93
%16.75
%48.33

CMYK Percentages of Color #492365

%28
%65
%0
%60

Triadic Colors of #492365

#492365 #654923 #236549

Analogous Colors of #492365

#492365 #652360 #282365

Monochromatic Colors of #492365

#492365

Complementary Color

#492365 #3f6523

#492365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492365 Color CSS Codes

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

#492365 Text Font Color

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

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


#492365 Background Color

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

This div background color is #492365


#492365 Border Color

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

This div border color is #492365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492365

#492365 Color Palettes


Comments

No comments written yet.

Please login to write comment.