Color Hex Logo

#490799 Color Hex

#490799
(73,7,153)
0 Favorites   0 Comments

Color spaces of #490799

RGB 737153
HSL0.740.910.31
HSV267°95°60°
CMYK 0.520.950.00   0.40
XYZ8.57343.868330.4318
Yxy3.86830.20000.0902
Hunter Lab19.668043.3903-77.9704
CIE-Lab23.231255.1376-63.1233

#490799 color RGB value is (73,7,153).

#490799 hex color red value is 73, green value is 7 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #490799 hue: 0.74 , saturation: 0.91 and the lightness value of 490799 is 0.31.

The process color (four color CMYK) of #490799 color hex is 0.52, 0.95, 0.00, 0.40. Web safe color of #490799 is #330099. Color #490799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000111 10011001
Octal 111 7 231
Decimal 73 7 153
Hex 49 7 99

RGB Percentages of Color #490799

%31.33
%3.00
%65.67

CMYK Percentages of Color #490799

%52
%95
%0
%40

Triadic Colors of #490799

#490799 #994907 #079949

Analogous Colors of #490799

#490799 #920799 #070e99

Monochromatic Colors of #490799

#490799

Complementary Color

#490799 #579907

#490799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490799 Color CSS Codes

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

#490799 Text Font Color

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

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


#490799 Background Color

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

This div background color is #490799


#490799 Border Color

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

This div border color is #490799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490799


Comments

No comments written yet.

Please login to write comment.