Color Hex Logo

#482049 Color Hex

#482049
(72,32,73)
0 Favorites   0 Comments

Color spaces of #482049

RGB 723273
HSL0.830.390.21
HSV299°56°29°
CMYK 0.010.560.00   0.71
XYZ4.39162.89186.6300
Yxy2.89180.31560.2078
Hunter Lab17.005316.3382-11.2122
CIE-Lab19.605325.9466-17.2947

#482049 color RGB value is (72,32,73).

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

The process color (four color CMYK) of #482049 color hex is 0.01, 0.56, 0.00, 0.71. Web safe color of #482049 is #333333. Color #482049 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 01001001
Octal 110 40 111
Decimal 72 32 73
Hex 48 20 49

RGB Percentages of Color #482049

%40.68
%18.08
%41.24

CMYK Percentages of Color #482049

%1
%56
%0
%71

Triadic Colors of #482049

#482049 #494820 #204948

Analogous Colors of #482049

#482049 #492035 #342049

Monochromatic Colors of #482049

#482049

Complementary Color

#482049 #214920

#482049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482049 Color CSS Codes

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

#482049 Text Font Color

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

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


#482049 Background Color

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

This div background color is #482049


#482049 Border Color

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

This div border color is #482049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482049


Comments

No comments written yet.

Please login to write comment.