Color Hex Logo

#49084a Color Hex

#49084A
(73,8,74)
0 Favorites   0 Comments

Color spaces of #49084a

RGB 73874
HSL0.830.800.16
HSV299°89°29°
CMYK 0.010.890.00   0.71
XYZ4.07052.08456.6664
Yxy2.08450.31750.1626
Hunter Lab14.437825.0590-17.2697
CIE-Lab15.924637.3276-23.7844

#49084a color RGB value is (73,8,74).

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

The process color (four color CMYK) of #49084a color hex is 0.01, 0.89, 0.00, 0.71. Web safe color of #49084a is #330033. Color #49084a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 01001010
Octal 111 10 112
Decimal 73 8 74
Hex 49 8 4A

RGB Percentages of Color #49084a

%47.10
%5.16
%47.74

CMYK Percentages of Color #49084a

%1
%89
%0
%71

Triadic Colors of #49084a

#49084a #4a4908 #084a49

Analogous Colors of #49084a

#49084a #4a082a #28084a

Monochromatic Colors of #49084a

#49084a

Complementary Color

#49084a #094a08

#49084a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49084a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49084a Color CSS Codes

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

#49084a Text Font Color

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

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


#49084a Background Color

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

This div background color is #49084a


#49084a Border Color

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

This div border color is #49084a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49084a


Comments

No comments written yet.

Please login to write comment.