Color Hex Logo

#491c55 Color Hex

#491C55
(73,28,85)
0 Favorites   0 Comments

Color spaces of #491c55

RGB 732885
HSL0.800.500.22
HSV287°67°33°
CMYK 0.140.670.00   0.67
XYZ4.80262.90298.9015
Yxy2.90290.28920.1748
Hunter Lab17.037920.4988-19.0497
CIE-Lab19.650831.1815-25.3354

#491c55 color RGB value is (73,28,85).

#491c55 hex color red value is 73, green value is 28 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #491c55 hue: 0.80 , saturation: 0.50 and the lightness value of 491c55 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 01010101
Octal 111 34 125
Decimal 73 28 85
Hex 49 1C 55

RGB Percentages of Color #491c55

%39.25
%15.05
%45.70

CMYK Percentages of Color #491c55

%14
%67
%0
%67

Triadic Colors of #491c55

#491c55 #55491c #1c5549

Analogous Colors of #491c55

#491c55 #551c45 #2d1c55

Monochromatic Colors of #491c55

#491c55

Complementary Color

#491c55 #28551c

#491c55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491c55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491c55 Color CSS Codes

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

#491c55 Text Font Color

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

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


#491c55 Background Color

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

This div background color is #491c55


#491c55 Border Color

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

This div border color is #491c55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491c55


Comments

No comments written yet.

Please login to write comment.