Color Hex Logo

#490841 Color Hex

#490841
(73,8,65)
0 Favorites   0 Comments

Color spaces of #490841

RGB 73865
HSL0.850.800.16
HSV307°89°29°
CMYK 0.000.890.11   0.71
XYZ3.78861.97185.1819
Yxy1.97180.34620.1802
Hunter Lab14.042123.5863-12.0501
CIE-Lab15.338635.7183-18.4460

#490841 color RGB value is (73,8,65).

#490841 hex color red value is 73, green value is 8 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #490841 hue: 0.85 , saturation: 0.80 and the lightness value of 490841 is 0.16.

The process color (four color CMYK) of #490841 color hex is 0.00, 0.89, 0.11, 0.71. Web safe color of #490841 is #330033. Color #490841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 01000001
Octal 111 10 101
Decimal 73 8 65
Hex 49 8 41

RGB Percentages of Color #490841

%50.00
%5.48
%44.52

CMYK Percentages of Color #490841

%0
%89
%11
%71

Triadic Colors of #490841

#490841 #414908 #084149

Analogous Colors of #490841

#490841 #490821 #310849

Monochromatic Colors of #490841

#490841

Complementary Color

#490841 #084910

#490841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490841 Color CSS Codes

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

#490841 Text Font Color

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

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


#490841 Background Color

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

This div background color is #490841


#490841 Border Color

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

This div border color is #490841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490841


Comments

No comments written yet.

Please login to write comment.