Color Hex Logo

#491864 Color Hex

#491864
(73,24,100)
0 Favorites   0 Comments

Color spaces of #491864

RGB 7324100
HSL0.770.610.24
HSV279°76°39°
CMYK 0.270.760.00   0.61
XYZ5.37452.989812.3504
Yxy2.98980.25950.1443
Hunter Lab17.291025.2231-30.2451
CIE-Lab20.003036.7271-34.7396

#491864 color RGB value is (73,24,100).

#491864 hex color red value is 73, green value is 24 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #491864 hue: 0.77 , saturation: 0.61 and the lightness value of 491864 is 0.24.

The process color (four color CMYK) of #491864 color hex is 0.27, 0.76, 0.00, 0.61. Web safe color of #491864 is #330066. Color #491864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 01100100
Octal 111 30 144
Decimal 73 24 100
Hex 49 18 64

RGB Percentages of Color #491864

%37.06
%12.18
%50.76

CMYK Percentages of Color #491864

%27
%76
%0
%61

Triadic Colors of #491864

#491864 #644918 #186449

Analogous Colors of #491864

#491864 #641859 #231864

Monochromatic Colors of #491864

#491864

Complementary Color

#491864 #336418

#491864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491864 Color CSS Codes

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

#491864 Text Font Color

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

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


#491864 Background Color

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

This div background color is #491864


#491864 Border Color

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

This div border color is #491864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491864


Comments

No comments written yet.

Please login to write comment.