Color Hex Logo

#490422 Color Hex

#490422
(73,4,34)
0 Favorites   0 Comments

Color spaces of #490422

RGB 73434
HSL0.930.900.15
HSV334°95°29°
CMYK 0.000.950.53   0.71
XYZ3.07981.61881.6635
Yxy1.61880.48410.2544
Hunter Lab12.723220.94241.1544
CIE-Lab13.344232.91990.9665

#490422 color RGB value is (73,4,34).

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

The process color (four color CMYK) of #490422 color hex is 0.00, 0.95, 0.53, 0.71. Web safe color of #490422 is #330033. Color #490422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000100 00100010
Octal 111 4 42
Decimal 73 4 34
Hex 49 4 22

RGB Percentages of Color #490422

%65.77
%3.60
%30.63

CMYK Percentages of Color #490422

%0
%95
%53
%71

Triadic Colors of #490422

#490422 #224904 #042249

Analogous Colors of #490422

#490422 #490804 #490445

Monochromatic Colors of #490422

#490422

Complementary Color

#490422 #04492b

#490422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490422 Color CSS Codes

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

#490422 Text Font Color

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

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


#490422 Background Color

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

This div background color is #490422


#490422 Border Color

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

This div border color is #490422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490422


Comments

No comments written yet.

Please login to write comment.