Color Hex Logo

#493273 Color Hex

#493273
(73,50,115)
0 Favorites   0 Comments

Color spaces of #493273

RGB 7350115
HSL0.730.390.32
HSV261°57°45°
CMYK 0.370.570.00   0.55
XYZ6.98284.935516.8043
Yxy4.93550.24310.1718
Hunter Lab22.216017.2271-29.2961
CIE-Lab26.550226.0054-33.9171

#493273 color RGB value is (73,50,115).

#493273 hex color red value is 73, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #493273 hue: 0.73 , saturation: 0.39 and the lightness value of 493273 is 0.32.

The process color (four color CMYK) of #493273 color hex is 0.37, 0.57, 0.00, 0.55. Web safe color of #493273 is #333366. Color #493273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 01110011
Octal 111 62 163
Decimal 73 50 115
Hex 49 32 73

RGB Percentages of Color #493273

%30.67
%21.01
%48.32

CMYK Percentages of Color #493273

%37
%57
%0
%55

Triadic Colors of #493273

#493273 #734932 #327349

Analogous Colors of #493273

#493273 #6a3273 #323c73

Monochromatic Colors of #493273

#493273

Complementary Color

#493273 #5c7332

#493273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493273 Color CSS Codes

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

#493273 Text Font Color

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

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


#493273 Background Color

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

This div background color is #493273


#493273 Border Color

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

This div border color is #493273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493273


Comments

No comments written yet.

Please login to write comment.