Color Hex Logo

#490cbd Color Hex

#490CBD
(73,12,189)
0 Favorites   0 Comments

Color spaces of #490cbd

RGB 7312189
HSL0.720.880.39
HSV261°94°74°
CMYK 0.610.940.00   0.26
XYZ12.06445.353548.5416
Yxy5.35350.18290.0812
Hunter Lab23.137652.5824-108.1911
CIE-Lab27.719062.8366-77.4076

#490cbd color RGB value is (73,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001100 10111101
Octal 111 14 275
Decimal 73 12 189
Hex 49 C BD

RGB Percentages of Color #490cbd

%26.64
%4.38
%68.98

CMYK Percentages of Color #490cbd

%61
%94
%0
%26

Triadic Colors of #490cbd

#490cbd #bd490c #0cbd49

Analogous Colors of #490cbd

#490cbd #a20cbd #0c28bd

Monochromatic Colors of #490cbd

#490cbd

Complementary Color

#490cbd #80bd0c

#490cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#490cbd Color CSS Codes

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

#490cbd Text Font Color

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

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


#490cbd Background Color

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

This div background color is #490cbd


#490cbd Border Color

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

This div border color is #490cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490cbd


Comments

No comments written yet.

Please login to write comment.