Color Hex Logo

#490abf Color Hex

#490ABF
(73,10,191)
0 Favorites   0 Comments

Color spaces of #490abf

RGB 7310191
HSL0.720.900.39
HSV261°95°75°
CMYK 0.620.950.00   0.25
XYZ12.26025.395149.6854
Yxy5.39510.18210.0801
Hunter Lab23.227453.5706-110.5675
CIE-Lab27.832063.7018-78.4036

#490abf color RGB value is (73,10,191).

#490abf hex color red value is 73, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #490abf hue: 0.72 , saturation: 0.90 and the lightness value of 490abf is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001010 10111111
Octal 111 12 277
Decimal 73 10 191
Hex 49 A BF

RGB Percentages of Color #490abf

%26.64
%3.65
%69.71

CMYK Percentages of Color #490abf

%62
%95
%0
%25

Triadic Colors of #490abf

#490abf #bf490a #0abf49

Analogous Colors of #490abf

#490abf #a40abf #0a25bf

Monochromatic Colors of #490abf

#490abf

Complementary Color

#490abf #80bf0a

#490abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#490abf Color CSS Codes

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

#490abf Text Font Color

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

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


#490abf Background Color

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

This div background color is #490abf


#490abf Border Color

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

This div border color is #490abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490abf


Comments

No comments written yet.

Please login to write comment.