Color Hex Logo

#494655 Color Hex

#494655
(73,70,85)
0 Favorites   0 Comments

Color spaces of #494655

RGB 737085
HSL0.700.100.30
HSV252°18°33°
CMYK 0.140.180.00   0.67
XYZ6.57756.45279.4931
Yxy6.45270.29200.2865
Hunter Lab25.40221.7660-4.3759
CIE-Lab30.52704.7314-8.4652

#494655 color RGB value is (73,70,85).

#494655 hex color red value is 73, green value is 70 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #494655 hue: 0.70 , saturation: 0.10 and the lightness value of 494655 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01010101
Octal 111 106 125
Decimal 73 70 85
Hex 49 46 55

RGB Percentages of Color #494655

%32.02
%30.70
%37.28

CMYK Percentages of Color #494655

%14
%18
%0
%67

Triadic Colors of #494655

#494655 #554946 #465549

Analogous Colors of #494655

#494655 #514655 #464b55

Monochromatic Colors of #494655

#494655

Complementary Color

#494655 #525546

#494655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494655 Color CSS Codes

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

#494655 Text Font Color

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

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


#494655 Background Color

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

This div background color is #494655


#494655 Border Color

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

This div border color is #494655


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,70,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 #494655">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494655


Comments

No comments written yet.

Please login to write comment.