Color Hex Logo

#491cbd Color Hex

#491CBD
(73,28,189)
0 Favorites   0 Comments

Color spaces of #491cbd

RGB 7328189
HSL0.710.740.43
HSV257°85°74°
CMYK 0.610.850.00   0.26
XYZ12.34825.921148.6362
Yxy5.92110.18460.0885
Hunter Lab24.333347.9985-101.4726
CIE-Lab29.212558.3542-74.9318

#491cbd color RGB value is (73,28,189).

#491cbd hex color red value is 73, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #491cbd hue: 0.71 , saturation: 0.74 and the lightness value of 491cbd is 0.43.

The process color (four color CMYK) of #491cbd color hex is 0.61, 0.85, 0.00, 0.26. Web safe color of #491cbd is #3333cc. Color #491cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011100 10111101
Octal 111 34 275
Decimal 73 28 189
Hex 49 1C BD

RGB Percentages of Color #491cbd

%25.17
%9.66
%65.17

CMYK Percentages of Color #491cbd

%61
%85
%0
%26

Triadic Colors of #491cbd

#491cbd #bd491c #1cbd49

Analogous Colors of #491cbd

#491cbd #9a1cbd #1c3fbd

Monochromatic Colors of #491cbd

#491cbd

Complementary Color

#491cbd #90bd1c

#491cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#491cbd Color CSS Codes

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

#491cbd Text Font Color

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

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


#491cbd Background Color

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

This div background color is #491cbd


#491cbd Border Color

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

This div border color is #491cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,28,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #491cbd;
  box-shadow:         1px 1px 3px 2px #491cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491cbd


Comments

No comments written yet.

Please login to write comment.