Color Hex Logo

#490daf Color Hex

#490DAF
(73,13,175)
0 Favorites   0 Comments

Color spaces of #490daf

RGB 7313175
HSL0.730.860.37
HSV262°93°69°
CMYK 0.580.930.00   0.31
XYZ10.62944.799540.9236
Yxy4.79950.18860.0852
Hunter Lab21.907848.2676-95.4180
CIE-Lab26.155759.1887-71.6515

#490daf color RGB value is (73,13,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 10101111
Octal 111 15 257
Decimal 73 13 175
Hex 49 D AF

RGB Percentages of Color #490daf

%27.97
%4.98
%67.05

CMYK Percentages of Color #490daf

%58
%93
%0
%31

Triadic Colors of #490daf

#490daf #af490d #0daf49

Analogous Colors of #490daf

#490daf #9a0daf #0d22af

Monochromatic Colors of #490daf

#490daf

Complementary Color

#490daf #73af0d

#490daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#490daf Color CSS Codes

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

#490daf Text Font Color

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

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


#490daf Background Color

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

This div background color is #490daf


#490daf Border Color

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

This div border color is #490daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,13,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 #490daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490daf


Comments

No comments written yet.

Please login to write comment.