Color Hex Logo

#491bce Color Hex

#491BCE
(73,27,206)
0 Favorites   0 Comments

Color spaces of #491bce

RGB 7327206
HSL0.710.770.46
HSV255°87°81°
CMYK 0.650.870.00   0.19
XYZ14.28026.656658.9247
Yxy6.65660.17880.0834
Hunter Lab25.800453.6469-117.3503
CIE-Lab31.012063.1704-81.9279

#491bce color RGB value is (73,27,206).

#491bce hex color red value is 73, green value is 27 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #491bce hue: 0.71 , saturation: 0.77 and the lightness value of 491bce is 0.46.

The process color (four color CMYK) of #491bce color hex is 0.65, 0.87, 0.00, 0.19. Web safe color of #491bce is #3333cc. Color #491bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011011 11001110
Octal 111 33 316
Decimal 73 27 206
Hex 49 1B CE

RGB Percentages of Color #491bce

%23.86
%8.82
%67.32

CMYK Percentages of Color #491bce

%65
%87
%0
%19

Triadic Colors of #491bce

#491bce #ce491b #1bce49

Analogous Colors of #491bce

#491bce #a31bce #1b46ce

Monochromatic Colors of #491bce

#491bce

Complementary Color

#491bce #a0ce1b

#491bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#491bce Color CSS Codes

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

#491bce Text Font Color

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

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


#491bce Background Color

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

This div background color is #491bce


#491bce Border Color

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

This div border color is #491bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491bce


Comments

No comments written yet.

Please login to write comment.