Color Hex Logo

#492acb Color Hex

#492ACB
(73,42,203)
0 Favorites   0 Comments

Color spaces of #492acb

RGB 7342203
HSL0.700.660.48
HSV252°79°80°
CMYK 0.640.790.00   0.20
XYZ14.35517.384257.1686
Yxy7.38420.18190.0936
Hunter Lab27.173946.7416-105.7130
CIE-Lab32.666056.5050-77.4407

#492acb color RGB value is (73,42,203).

#492acb hex color red value is 73, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #492acb hue: 0.70 , saturation: 0.66 and the lightness value of 492acb is 0.48.

The process color (four color CMYK) of #492acb color hex is 0.64, 0.79, 0.00, 0.20. Web safe color of #492acb is #3333cc. Color #492acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101010 11001011
Octal 111 52 313
Decimal 73 42 203
Hex 49 2A CB

RGB Percentages of Color #492acb

%22.96
%13.21
%63.84

CMYK Percentages of Color #492acb

%64
%79
%0
%20

Triadic Colors of #492acb

#492acb #cb492a #2acb49

Analogous Colors of #492acb

#492acb #9a2acb #2a5bcb

Monochromatic Colors of #492acb

#492acb

Complementary Color

#492acb #accb2a

#492acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#492acb Color CSS Codes

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

#492acb Text Font Color

<p style="color:#492acb">Text here</p>

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


#492acb Background Color

<div style="background-color:#492acb">
Div content here</div>

This div background color is #492acb


#492acb Border Color

<div style="border:3px solid #492acb">
Div here</div>

This div border color is #492acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,42,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492acb;
  -webkit-box-shadow: 1px 1px 3px 2px #492acb;
  box-shadow:         1px 1px 3px 2px #492acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492acb


Comments

No comments written yet.

Please login to write comment.