Color Hex Logo

#491288 Color Hex

#491288
(73,18,136)
0 Favorites   0 Comments

Color spaces of #491288

RGB 7318136
HSL0.740.770.30
HSV268°87°53°
CMYK 0.460.870.00   0.47
XYZ7.40793.626723.6021
Yxy3.62670.21390.1047
Hunter Lab19.043936.1080-60.1505
CIE-Lab22.396848.0740-53.9402

#491288 color RGB value is (73,18,136).

#491288 hex color red value is 73, green value is 18 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #491288 hue: 0.74 , saturation: 0.77 and the lightness value of 491288 is 0.30.

The process color (four color CMYK) of #491288 color hex is 0.46, 0.87, 0.00, 0.47. Web safe color of #491288 is #330099. Color #491288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 10001000
Octal 111 22 210
Decimal 73 18 136
Hex 49 12 88

RGB Percentages of Color #491288

%32.16
%7.93
%59.91

CMYK Percentages of Color #491288

%46
%87
%0
%47

Triadic Colors of #491288

#491288 #884912 #128849

Analogous Colors of #491288

#491288 #841288 #121688

Monochromatic Colors of #491288

#491288

Complementary Color

#491288 #518812

#491288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491288 Color CSS Codes

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

#491288 Text Font Color

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

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


#491288 Background Color

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

This div background color is #491288


#491288 Border Color

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

This div border color is #491288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491288


Comments

No comments written yet.

Please login to write comment.