Color Hex Logo

#491b50 Color Hex

#491B50
(73,27,80)
0 Favorites   0 Comments

Color spaces of #491b50

RGB 732780
HSL0.810.500.21
HSV292°66°31°
CMYK 0.090.660.00   0.69
XYZ4.58762.77957.8841
Yxy2.77950.30080.1822
Hunter Lab16.671819.9423-16.3679
CIE-Lab19.138330.5899-22.7774

#491b50 color RGB value is (73,27,80).

#491b50 hex color red value is 73, green value is 27 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #491b50 hue: 0.81 , saturation: 0.50 and the lightness value of 491b50 is 0.21.

The process color (four color CMYK) of #491b50 color hex is 0.09, 0.66, 0.00, 0.69. Web safe color of #491b50 is #333366. Color #491b50 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011011 01010000
Octal 111 33 120
Decimal 73 27 80
Hex 49 1B 50

RGB Percentages of Color #491b50

%40.56
%15.00
%44.44

CMYK Percentages of Color #491b50

%9
%66
%0
%69

Triadic Colors of #491b50

#491b50 #50491b #1b5049

Analogous Colors of #491b50

#491b50 #501b3d #2f1b50

Monochromatic Colors of #491b50

#491b50

Complementary Color

#491b50 #22501b

#491b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491b50 Color CSS Codes

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

#491b50 Text Font Color

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

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


#491b50 Background Color

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

This div background color is #491b50


#491b50 Border Color

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

This div border color is #491b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491b50


Comments

No comments written yet.

Please login to write comment.