Color Hex Logo

#490ebc Color Hex

#490EBC
(73,14,188)
0 Favorites   0 Comments

Color spaces of #490ebc

RGB 7314188
HSL0.720.860.40
HSV260°93°74°
CMYK 0.610.930.00   0.26
XYZ11.98185.361447.9803
Yxy5.36140.18340.0821
Hunter Lab23.154751.8472-106.6502
CIE-Lab27.740562.1691-76.7793

#490ebc color RGB value is (73,14,188).

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

The process color (four color CMYK) of #490ebc color hex is 0.61, 0.93, 0.00, 0.26. Web safe color of #490ebc is #3300cc. Color #490ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001110 10111100
Octal 111 16 274
Decimal 73 14 188
Hex 49 E BC

RGB Percentages of Color #490ebc

%26.55
%5.09
%68.36

CMYK Percentages of Color #490ebc

%61
%93
%0
%26

Triadic Colors of #490ebc

#490ebc #bc490e #0ebc49

Analogous Colors of #490ebc

#490ebc #a00ebc #0e2abc

Monochromatic Colors of #490ebc

#490ebc

Complementary Color

#490ebc #81bc0e

#490ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#490ebc Color CSS Codes

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

#490ebc Text Font Color

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

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


#490ebc Background Color

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

This div background color is #490ebc


#490ebc Border Color

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

This div border color is #490ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490ebc


Comments

No comments written yet.

Please login to write comment.