Color Hex Logo

#491866 Color Hex

#491866
(73,24,102)
0 Favorites   0 Comments

Color spaces of #491866

RGB 7324102
HSL0.770.620.25
HSV278°76°40°
CMYK 0.280.760.00   0.60
XYZ5.47263.029012.8666
Yxy3.02900.25610.1418
Hunter Lab17.404025.6713-31.6496
CIE-Lab20.159737.2125-35.7999

#491866 color RGB value is (73,24,102).

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

The process color (four color CMYK) of #491866 color hex is 0.28, 0.76, 0.00, 0.60. Web safe color of #491866 is #330066. Color #491866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011000 01100110
Octal 111 30 146
Decimal 73 24 102
Hex 49 18 66

RGB Percentages of Color #491866

%36.68
%12.06
%51.26

CMYK Percentages of Color #491866

%28
%76
%0
%60

Triadic Colors of #491866

#491866 #664918 #186649

Analogous Colors of #491866

#491866 #66185c #221866

Monochromatic Colors of #491866

#491866

Complementary Color

#491866 #356618

#491866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491866 Color CSS Codes

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

#491866 Text Font Color

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

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


#491866 Background Color

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

This div background color is #491866


#491866 Border Color

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

This div border color is #491866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491866


Comments

No comments written yet.

Please login to write comment.