Color Hex Logo

#493777 Color Hex

#493777
(73,55,119)
1 Favorites   0 Comments

Color spaces of #493777

RGB 7355119
HSL0.710.370.34
HSV257°54°47°
CMYK 0.390.540.00   0.53
XYZ7.44365.480818.1183
Yxy5.48080.23980.1766
Hunter Lab23.411115.7849-29.4979
CIE-Lab28.062923.9940-34.0354

#493777 color RGB value is (73,55,119).

#493777 hex color red value is 73, green value is 55 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #493777 hue: 0.71 , saturation: 0.37 and the lightness value of 493777 is 0.34.

The process color (four color CMYK) of #493777 color hex is 0.39, 0.54, 0.00, 0.53. Web safe color of #493777 is #333366. Color #493777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110111 01110111
Octal 111 67 167
Decimal 73 55 119
Hex 49 37 77

RGB Percentages of Color #493777

%29.55
%22.27
%48.18

CMYK Percentages of Color #493777

%39
%54
%0
%53

Triadic Colors of #493777

#493777 #774937 #377749

Analogous Colors of #493777

#493777 #693777 #374577

Monochromatic Colors of #493777

#493777

Complementary Color

#493777 #657737

#493777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493777 Color CSS Codes

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

#493777 Text Font Color

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

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


#493777 Background Color

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

This div background color is #493777


#493777 Border Color

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

This div border color is #493777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493777


Comments

No comments written yet.

Please login to write comment.