Color Hex Logo

#491944 Color Hex

#491944
(73,25,68)
0 Favorites   0 Comments

Color spaces of #491944

RGB 732568
HSL0.850.490.19
HSV306°66°29°
CMYK 0.000.660.07   0.71
XYZ4.13872.52915.7389
Yxy2.52910.33360.2038
Hunter Lab15.903118.6231-10.2635
CIE-Lab18.049729.1392-16.2807

#491944 color RGB value is (73,25,68).

#491944 hex color red value is 73, green value is 25 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #491944 hue: 0.85 , saturation: 0.49 and the lightness value of 491944 is 0.19.

The process color (four color CMYK) of #491944 color hex is 0.00, 0.66, 0.07, 0.71. Web safe color of #491944 is #330033. Color #491944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01000100
Octal 111 31 104
Decimal 73 25 68
Hex 49 19 44

RGB Percentages of Color #491944

%43.98
%15.06
%40.96

CMYK Percentages of Color #491944

%0
%66
%7
%71

Triadic Colors of #491944

#491944 #444919 #194449

Analogous Colors of #491944

#491944 #49192c #361949

Monochromatic Colors of #491944

#491944

Complementary Color

#491944 #19491e

#491944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491944 Color CSS Codes

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

#491944 Text Font Color

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

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


#491944 Background Color

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

This div background color is #491944


#491944 Border Color

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

This div border color is #491944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491944


Comments

No comments written yet.

Please login to write comment.