Color Hex Logo

#491442 Color Hex

#491442
(73,20,66)
0 Favorites   0 Comments

Color spaces of #491442

RGB 732066
HSL0.860.570.18
HSV308°73°29°
CMYK 0.000.730.10   0.71
XYZ3.98122.31015.3903
Yxy2.31010.34080.1978
Hunter Lab15.199020.1577-10.3878
CIE-Lab17.037131.2436-16.4764

#491442 color RGB value is (73,20,66).

#491442 hex color red value is 73, green value is 20 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #491442 hue: 0.86 , saturation: 0.57 and the lightness value of 491442 is 0.18.

The process color (four color CMYK) of #491442 color hex is 0.00, 0.73, 0.10, 0.71. Web safe color of #491442 is #330033. Color #491442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 01000010
Octal 111 24 102
Decimal 73 20 66
Hex 49 14 42

RGB Percentages of Color #491442

%45.91
%12.58
%41.51

CMYK Percentages of Color #491442

%0
%73
%10
%71

Triadic Colors of #491442

#491442 #424914 #144249

Analogous Colors of #491442

#491442 #491428 #361449

Monochromatic Colors of #491442

#491442

Complementary Color

#491442 #14491b

#491442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491442 Color CSS Codes

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

#491442 Text Font Color

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

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


#491442 Background Color

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

This div background color is #491442


#491442 Border Color

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

This div border color is #491442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491442


Comments

No comments written yet.

Please login to write comment.