Color Hex Logo

#491850 Color Hex

#491850
(73,24,80)
0 Favorites   0 Comments

Color spaces of #491850

RGB 732480
HSL0.810.540.20
HSV293°70°31°
CMYK 0.090.700.00   0.69
XYZ4.52232.64897.8624
Yxy2.64890.30080.1762
Hunter Lab16.275421.1161-17.2492
CIE-Lab18.579132.1324-23.6650

#491850 color RGB value is (73,24,80).

#491850 hex color red value is 73, green value is 24 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #491850 hue: 0.81 , saturation: 0.54 and the lightness value of 491850 is 0.20.

The process color (four color CMYK) of #491850 color hex is 0.09, 0.70, 0.00, 0.69. Web safe color of #491850 is #330066. Color #491850 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 01010000
Octal 111 30 120
Decimal 73 24 80
Hex 49 18 50

RGB Percentages of Color #491850

%41.24
%13.56
%45.20

CMYK Percentages of Color #491850

%9
%70
%0
%69

Triadic Colors of #491850

#491850 #504918 #185049

Analogous Colors of #491850

#491850 #50183b #2d1850

Monochromatic Colors of #491850

#491850

Complementary Color

#491850 #1f5018

#491850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491850 Color CSS Codes

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

#491850 Text Font Color

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

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


#491850 Background Color

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

This div background color is #491850


#491850 Border Color

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

This div border color is #491850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491850


Comments

No comments written yet.

Please login to write comment.