Color Hex Logo

#490faf Color Hex

#490FAF
(73,15,175)
0 Favorites   0 Comments

Color spaces of #490faf

RGB 7315175
HSL0.730.840.37
HSV262°91°69°
CMYK 0.580.910.00   0.31
XYZ10.65634.853340.9326
Yxy4.85330.18880.0860
Hunter Lab22.030247.7899-94.7410
CIE-Lab26.312758.7153-71.3915

#490faf color RGB value is (73,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 10101111
Octal 111 17 257
Decimal 73 15 175
Hex 49 F AF

RGB Percentages of Color #490faf

%27.76
%5.70
%66.54

CMYK Percentages of Color #490faf

%58
%91
%0
%31

Triadic Colors of #490faf

#490faf #af490f #0faf49

Analogous Colors of #490faf

#490faf #990faf #0f25af

Monochromatic Colors of #490faf

#490faf

Complementary Color

#490faf #75af0f

#490faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#490faf Color CSS Codes

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

#490faf Text Font Color

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

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


#490faf Background Color

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

This div background color is #490faf


#490faf Border Color

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

This div border color is #490faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490faf


Comments

No comments written yet.

Please login to write comment.