Color Hex Logo

#491950 Color Hex

#491950
(73,25,80)
0 Favorites   0 Comments

Color spaces of #491950

RGB 732580
HSL0.810.520.21
HSV292°69°31°
CMYK 0.090.690.00   0.69
XYZ4.54332.69097.8694
Yxy2.69090.30080.1782
Hunter Lab16.404020.7311-16.9602
CIE-Lab18.760931.6287-23.3762

#491950 color RGB value is (73,25,80).

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

The process color (four color CMYK) of #491950 color hex is 0.09, 0.69, 0.00, 0.69. Web safe color of #491950 is #330066. Color #491950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01010000
Octal 111 31 120
Decimal 73 25 80
Hex 49 19 50

RGB Percentages of Color #491950

%41.01
%14.04
%44.94

CMYK Percentages of Color #491950

%9
%69
%0
%69

Triadic Colors of #491950

#491950 #504919 #195049

Analogous Colors of #491950

#491950 #50193b #2e1950

Monochromatic Colors of #491950

#491950

Complementary Color

#491950 #205019

#491950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491950 Color CSS Codes

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

#491950 Text Font Color

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

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


#491950 Background Color

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

This div background color is #491950


#491950 Border Color

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

This div border color is #491950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491950


Comments

No comments written yet.

Please login to write comment.