Color Hex Logo

#492653 Color Hex

#492653
(73,38,83)
0 Favorites   0 Comments

Color spaces of #492653

RGB 733883
HSL0.800.370.24
HSV287°54°33°
CMYK 0.120.540.00   0.67
XYZ5.00213.42728.5815
Yxy3.42720.29410.2015
Hunter Lab18.512715.8332-14.5248
CIE-Lab21.679424.9620-20.7848

#492653 color RGB value is (73,38,83).

#492653 hex color red value is 73, green value is 38 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #492653 hue: 0.80 , saturation: 0.37 and the lightness value of 492653 is 0.24.

The process color (four color CMYK) of #492653 color hex is 0.12, 0.54, 0.00, 0.67. Web safe color of #492653 is #333366. Color #492653 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100110 01010011
Octal 111 46 123
Decimal 73 38 83
Hex 49 26 53

RGB Percentages of Color #492653

%37.63
%19.59
%42.78

CMYK Percentages of Color #492653

%12
%54
%0
%67

Triadic Colors of #492653

#492653 #534926 #265349

Analogous Colors of #492653

#492653 #532647 #332653

Monochromatic Colors of #492653

#492653

Complementary Color

#492653 #305326

#492653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492653 Color CSS Codes

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

#492653 Text Font Color

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

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


#492653 Background Color

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

This div background color is #492653


#492653 Border Color

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

This div border color is #492653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492653


Comments

No comments written yet.

Please login to write comment.