Color Hex Logo

#493077 Color Hex

#493077
(73,48,119)
0 Favorites   0 Comments

Color spaces of #493077

RGB 7348119
HSL0.730.430.33
HSV261°60°47°
CMYK 0.390.600.00   0.53
XYZ7.13444.862318.0153
Yxy4.86230.23770.1620
Hunter Lab22.050619.1644-33.0043
CIE-Lab26.338828.4212-36.7991

#493077 color RGB value is (73,48,119).

#493077 hex color red value is 73, green value is 48 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #493077 hue: 0.73 , saturation: 0.43 and the lightness value of 493077 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110000 01110111
Octal 111 60 167
Decimal 73 48 119
Hex 49 30 77

RGB Percentages of Color #493077

%30.42
%20.00
%49.58

CMYK Percentages of Color #493077

%39
%60
%0
%53

Triadic Colors of #493077

#493077 #774930 #307749

Analogous Colors of #493077

#493077 #6d3077 #303b77

Monochromatic Colors of #493077

#493077

Complementary Color

#493077 #5e7730

#493077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493077 Color CSS Codes

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

#493077 Text Font Color

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

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


#493077 Background Color

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

This div background color is #493077


#493077 Border Color

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

This div border color is #493077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493077


Comments

No comments written yet.

Please login to write comment.