Color Hex Logo

#490831 Color Hex

#490831
(73,8,49)
0 Favorites   0 Comments

Color spaces of #490831

RGB 73849
HSL0.890.800.16
HSV322°89°29°
CMYK 0.000.890.33   0.71
XYZ3.38891.81193.0768
Yxy1.81190.40940.2189
Hunter Lab13.460721.3835-4.1298
CIE-Lab14.467433.2421-8.3876

#490831 color RGB value is (73,8,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 00110001
Octal 111 10 61
Decimal 73 8 49
Hex 49 8 31

RGB Percentages of Color #490831

%56.15
%6.15
%37.69

CMYK Percentages of Color #490831

%0
%89
%33
%71

Triadic Colors of #490831

#490831 #314908 #083149

Analogous Colors of #490831

#490831 #490810 #410849

Monochromatic Colors of #490831

#490831

Complementary Color

#490831 #084920

#490831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490831 Color CSS Codes

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

#490831 Text Font Color

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

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


#490831 Background Color

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

This div background color is #490831


#490831 Border Color

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

This div border color is #490831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490831


Comments

No comments written yet.

Please login to write comment.