Color Hex Logo

#493655 Color Hex

#493655
(73,54,85)
0 Favorites   0 Comments

Color spaces of #493655

RGB 735485
HSL0.770.220.27
HSV277°36°33°
CMYK 0.140.360.00   0.67
XYZ5.70654.71079.2028
Yxy4.71070.29090.2401
Hunter Lab21.70418.9493-9.9467
CIE-Lab25.894115.2073-15.5395

#493655 color RGB value is (73,54,85).

#493655 hex color red value is 73, green value is 54 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #493655 hue: 0.77 , saturation: 0.22 and the lightness value of 493655 is 0.27.

The process color (four color CMYK) of #493655 color hex is 0.14, 0.36, 0.00, 0.67. Web safe color of #493655 is #333366. Color #493655 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01010101
Octal 111 66 125
Decimal 73 54 85
Hex 49 36 55

RGB Percentages of Color #493655

%34.43
%25.47
%40.09

CMYK Percentages of Color #493655

%14
%36
%0
%67

Triadic Colors of #493655

#493655 #554936 #365549

Analogous Colors of #493655

#493655 #553652 #3a3655

Monochromatic Colors of #493655

#493655

Complementary Color

#493655 #425536

#493655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493655 Color CSS Codes

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

#493655 Text Font Color

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

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


#493655 Background Color

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

This div background color is #493655


#493655 Border Color

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

This div border color is #493655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493655


Comments

No comments written yet.

Please login to write comment.