Color Hex Logo

#491248 Color Hex

#491248
(73,18,72)
0 Favorites   0 Comments

Color spaces of #491248

RGB 731872
HSL0.840.600.18
HSV301°75°29°
CMYK 0.000.750.01   0.71
XYZ4.13372.31706.3602
Yxy2.31700.32270.1809
Hunter Lab15.221721.8366-14.1184
CIE-Lab17.069933.2914-20.5838

#491248 color RGB value is (73,18,72).

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

The process color (four color CMYK) of #491248 color hex is 0.00, 0.75, 0.01, 0.71. Web safe color of #491248 is #330033. Color #491248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 01001000
Octal 111 22 110
Decimal 73 18 72
Hex 49 12 48

RGB Percentages of Color #491248

%44.79
%11.04
%44.17

CMYK Percentages of Color #491248

%0
%75
%1
%71

Triadic Colors of #491248

#491248 #484912 #124849

Analogous Colors of #491248

#491248 #49122d #2f1249

Monochromatic Colors of #491248

#491248

Complementary Color

#491248 #124913

#491248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491248 Color CSS Codes

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

#491248 Text Font Color

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

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


#491248 Background Color

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

This div background color is #491248


#491248 Border Color

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

This div border color is #491248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,18,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 #491248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491248


Comments

No comments written yet.

Please login to write comment.