Color Hex Logo

#491948 Color Hex

#491948
(73,25,72)
0 Favorites   0 Comments

Color spaces of #491948

RGB 732572
HSL0.840.490.19
HSV301°66°29°
CMYK 0.000.660.01   0.71
XYZ4.26502.57966.4040
Yxy2.57960.32190.1947
Hunter Lab16.061119.2933-12.3977
CIE-Lab18.274829.9402-18.6841

#491948 color RGB value is (73,25,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01001000
Octal 111 31 110
Decimal 73 25 72
Hex 49 19 48

RGB Percentages of Color #491948

%42.94
%14.71
%42.35

CMYK Percentages of Color #491948

%0
%66
%1
%71

Triadic Colors of #491948

#491948 #484919 #194849

Analogous Colors of #491948

#491948 #491930 #321949

Monochromatic Colors of #491948

#491948

Complementary Color

#491948 #19491a

#491948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491948 Color CSS Codes

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

#491948 Text Font Color

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

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


#491948 Background Color

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

This div background color is #491948


#491948 Border Color

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

This div border color is #491948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491948


Comments

No comments written yet.

Please login to write comment.