Color Hex Logo

#491443 Color Hex

#491443
(73,20,67)
0 Favorites   0 Comments

Color spaces of #491443

RGB 732067
HSL0.850.570.18
HSV307°73°29°
CMYK 0.000.730.08   0.71
XYZ4.01092.32205.5470
Yxy2.32200.33760.1955
Hunter Lab15.238120.3172-10.9162
CIE-Lab17.093731.4303-17.0836

#491443 color RGB value is (73,20,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 01000011
Octal 111 24 103
Decimal 73 20 67
Hex 49 14 43

RGB Percentages of Color #491443

%45.63
%12.50
%41.88

CMYK Percentages of Color #491443

%0
%73
%8
%71

Triadic Colors of #491443

#491443 #434914 #144349

Analogous Colors of #491443

#491443 #491429 #351449

Monochromatic Colors of #491443

#491443

Complementary Color

#491443 #14491a

#491443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491443 Color CSS Codes

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

#491443 Text Font Color

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

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


#491443 Background Color

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

This div background color is #491443


#491443 Border Color

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

This div border color is #491443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491443


Comments

No comments written yet.

Please login to write comment.