Color Hex Logo

#490fad Color Hex

#490FAD
(73,15,173)
0 Favorites   0 Comments

Color spaces of #490fad

RGB 7315173
HSL0.730.840.37
HSV262°91°68°
CMYK 0.580.910.00   0.32
XYZ10.46134.775239.9055
Yxy4.77520.18970.0866
Hunter Lab21.852247.2117-92.9760
CIE-Lab26.084558.2192-70.5673

#490fad color RGB value is (73,15,173).

#490fad hex color red value is 73, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #490fad hue: 0.73 , saturation: 0.84 and the lightness value of 490fad is 0.37.

The process color (four color CMYK) of #490fad color hex is 0.58, 0.91, 0.00, 0.32. Web safe color of #490fad is #330099. Color #490fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 10101101
Octal 111 17 255
Decimal 73 15 173
Hex 49 F AD

RGB Percentages of Color #490fad

%27.97
%5.75
%66.28

CMYK Percentages of Color #490fad

%58
%91
%0
%32

Triadic Colors of #490fad

#490fad #ad490f #0fad49

Analogous Colors of #490fad

#490fad #980fad #0f24ad

Monochromatic Colors of #490fad

#490fad

Complementary Color

#490fad #73ad0f

#490fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#490fad Color CSS Codes

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

#490fad Text Font Color

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

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


#490fad Background Color

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

This div background color is #490fad


#490fad Border Color

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

This div border color is #490fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,15,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #490fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #490fad;
  -webkit-box-shadow: 1px 1px 3px 2px #490fad;
  box-shadow:         1px 1px 3px 2px #490fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490fad


Comments

No comments written yet.

Please login to write comment.