Color Hex Logo

#492148 Color Hex

#492148
(73,33,72)
0 Favorites   0 Comments

Color spaces of #492148

RGB 733372
HSL0.840.380.21
HSV302°55°29°
CMYK 0.000.550.01   0.71
XYZ4.46122.97216.4694
Yxy2.97210.32090.2138
Hunter Lab17.239816.0215-10.1813
CIE-Lab19.931825.4819-16.0911

#492148 color RGB value is (73,33,72).

#492148 hex color red value is 73, green value is 33 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #492148 hue: 0.84 , saturation: 0.38 and the lightness value of 492148 is 0.21.

The process color (four color CMYK) of #492148 color hex is 0.00, 0.55, 0.01, 0.71. Web safe color of #492148 is #333333. Color #492148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100001 01001000
Octal 111 41 110
Decimal 73 33 72
Hex 49 21 48

RGB Percentages of Color #492148

%41.01
%18.54
%40.45

CMYK Percentages of Color #492148

%0
%55
%1
%71

Triadic Colors of #492148

#492148 #484921 #214849

Analogous Colors of #492148

#492148 #492134 #362149

Monochromatic Colors of #492148

#492148

Complementary Color

#492148 #214922

#492148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492148 Color CSS Codes

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

#492148 Text Font Color

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

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


#492148 Background Color

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

This div background color is #492148


#492148 Border Color

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

This div border color is #492148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492148


Comments

No comments written yet.

Please login to write comment.