Color Hex Logo

#491040 Color Hex

#491040
(73,16,64)
0 Favorites   0 Comments

Color spaces of #491040

RGB 731664
HSL0.860.640.17
HSV309°78°29°
CMYK 0.000.780.12   0.71
XYZ3.85842.15725.0635
Yxy2.15720.34830.1947
Hunter Lab14.687421.1892-10.1591
CIE-Lab16.291532.6533-16.2468

#491040 color RGB value is (73,16,64).

#491040 hex color red value is 73, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #491040 hue: 0.86 , saturation: 0.64 and the lightness value of 491040 is 0.17.

The process color (four color CMYK) of #491040 color hex is 0.00, 0.78, 0.12, 0.71. Web safe color of #491040 is #330033. Color #491040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 01000000
Octal 111 20 100
Decimal 73 16 64
Hex 49 10 40

RGB Percentages of Color #491040

%47.71
%10.46
%41.83

CMYK Percentages of Color #491040

%0
%78
%12
%71

Triadic Colors of #491040

#491040 #404910 #104049

Analogous Colors of #491040

#491040 #491024 #361049

Monochromatic Colors of #491040

#491040

Complementary Color

#491040 #104919

#491040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491040 Color CSS Codes

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

#491040 Text Font Color

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

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


#491040 Background Color

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

This div background color is #491040


#491040 Border Color

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

This div border color is #491040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491040


Comments

No comments written yet.

Please login to write comment.