Color Hex Logo

#49012a Color Hex

#49012A
(73,1,42)
0 Favorites   0 Comments

Color spaces of #49012a

RGB 73142
HSL0.910.970.15
HSV326°99°29°
CMYK 0.000.990.42   0.71
XYZ3.17641.60532.3329
Yxy1.60530.44650.2256
Hunter Lab12.670022.5777-2.0479
CIE-Lab13.262434.9220-5.0965

#49012a color RGB value is (73,1,42).

#49012a hex color red value is 73, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #49012a hue: 0.91 , saturation: 0.97 and the lightness value of 49012a is 0.15.

The process color (four color CMYK) of #49012a color hex is 0.00, 0.99, 0.42, 0.71. Web safe color of #49012a is #330033. Color #49012a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000001 00101010
Octal 111 1 52
Decimal 73 1 42
Hex 49 1 2A

RGB Percentages of Color #49012a

%62.93
%0.86
%36.21

CMYK Percentages of Color #49012a

%0
%99
%42
%71

Triadic Colors of #49012a

#49012a #2a4901 #012a49

Analogous Colors of #49012a

#49012a #490106 #440149

Monochromatic Colors of #49012a

#49012a

Complementary Color

#49012a #014920

#49012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49012a Color CSS Codes

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

#49012a Text Font Color

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

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


#49012a Background Color

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

This div background color is #49012a


#49012a Border Color

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

This div border color is #49012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49012a


Comments

No comments written yet.

Please login to write comment.