Color Hex Logo

#490804 Color Hex

#490804
(73,8,4)
0 Favorites   0 Comments

Color spaces of #490804

RGB 7384
HSL0.010.900.15
HSV95°29°
CMYK 0.000.890.95   0.71
XYZ2.85641.59890.2729
Yxy1.59890.60410.3382
Hunter Lab12.644818.19417.5717
CIE-Lab13.223529.489018.8957

#490804 color RGB value is (73,8,4).

#490804 hex color red value is 73, green value is 8 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #490804 hue: 0.01 , saturation: 0.90 and the lightness value of 490804 is 0.15.

The process color (four color CMYK) of #490804 color hex is 0.00, 0.89, 0.95, 0.71. Web safe color of #490804 is #330000. Color #490804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 00000100
Octal 111 10 4
Decimal 73 8 4
Hex 49 8 4

RGB Percentages of Color #490804

%85.88
%9.41
%4.71

CMYK Percentages of Color #490804

%0
%89
%95
%71

Triadic Colors of #490804

#490804 #044908 #080449

Analogous Colors of #490804

#490804 #492b04 #490422

Monochromatic Colors of #490804

#490804

Complementary Color

#490804 #044549

#490804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490804 Color CSS Codes

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

#490804 Text Font Color

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

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


#490804 Background Color

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

This div background color is #490804


#490804 Border Color

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

This div border color is #490804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490804


Comments

No comments written yet.

Please login to write comment.