Color Hex Logo

#490fbe Color Hex

#490FBE
(73,15,190)
0 Favorites   0 Comments

Color spaces of #490fbe

RGB 7315190
HSL0.720.850.40
HSV260°92°75°
CMYK 0.620.920.00   0.25
XYZ12.21275.475849.1285
Yxy5.47580.18280.0820
Hunter Lab23.400452.2085-108.0973
CIE-Lab28.049562.4378-77.4512

#490fbe color RGB value is (73,15,190).

#490fbe hex color red value is 73, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #490fbe hue: 0.72 , saturation: 0.85 and the lightness value of 490fbe is 0.40.

The process color (four color CMYK) of #490fbe color hex is 0.62, 0.92, 0.00, 0.25. Web safe color of #490fbe is #3300cc. Color #490fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 10111110
Octal 111 17 276
Decimal 73 15 190
Hex 49 F BE

RGB Percentages of Color #490fbe

%26.26
%5.40
%68.35

CMYK Percentages of Color #490fbe

%62
%92
%0
%25

Triadic Colors of #490fbe

#490fbe #be490f #0fbe49

Analogous Colors of #490fbe

#490fbe #a10fbe #0f2dbe

Monochromatic Colors of #490fbe

#490fbe

Complementary Color

#490fbe #84be0f

#490fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#490fbe Color CSS Codes

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

#490fbe Text Font Color

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

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


#490fbe Background Color

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

This div background color is #490fbe


#490fbe Border Color

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

This div border color is #490fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490fbe


Comments

No comments written yet.

Please login to write comment.