Color Hex Logo

#493f62 Color Hex

#493F62
(73,63,98)
0 Favorites   0 Comments

Color spaces of #493f62

RGB 736398
HSL0.710.220.32
HSV257°36°38°
CMYK 0.260.360.00   0.62
XYZ6.72985.853312.3304
Yxy5.85330.27010.2349
Hunter Lab24.19367.3136-13.2820
CIE-Lab29.039312.7162-19.1075

#493f62 color RGB value is (73,63,98).

#493f62 hex color red value is 73, green value is 63 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #493f62 hue: 0.71 , saturation: 0.22 and the lightness value of 493f62 is 0.32.

The process color (four color CMYK) of #493f62 color hex is 0.26, 0.36, 0.00, 0.62. Web safe color of #493f62 is #333366. Color #493f62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 01100010
Octal 111 77 142
Decimal 73 63 98
Hex 49 3F 62

RGB Percentages of Color #493f62

%31.20
%26.92
%41.88

CMYK Percentages of Color #493f62

%26
%36
%0
%62

Triadic Colors of #493f62

#493f62 #62493f #3f6249

Analogous Colors of #493f62

#493f62 #5b3f62 #3f4762

Monochromatic Colors of #493f62

#493f62

Complementary Color

#493f62 #58623f

#493f62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493f62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493f62 Color CSS Codes

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

#493f62 Text Font Color

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

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


#493f62 Background Color

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

This div background color is #493f62


#493f62 Border Color

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

This div border color is #493f62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,63,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493f62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493f62;
  -webkit-box-shadow: 1px 1px 3px 2px #493f62;
  box-shadow:         1px 1px 3px 2px #493f62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493f62


Comments

No comments written yet.

Please login to write comment.