Color Hex Logo

#492cbe Color Hex

#492CBE
(73,44,190)
0 Favorites   0 Comments

Color spaces of #492cbe

RGB 7344190
HSL0.700.620.46
HSV252°77°75°
CMYK 0.620.770.00   0.25
XYZ12.94266.935549.3717
Yxy6.93550.18690.1002
Hunter Lab26.335341.6377-92.7181
CIE-Lab31.659651.8062-71.4795

#492cbe color RGB value is (73,44,190).

#492cbe hex color red value is 73, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #492cbe hue: 0.70 , saturation: 0.62 and the lightness value of 492cbe is 0.46.

The process color (four color CMYK) of #492cbe color hex is 0.62, 0.77, 0.00, 0.25. Web safe color of #492cbe is #3333cc. Color #492cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101100 10111110
Octal 111 54 276
Decimal 73 44 190
Hex 49 2C BE

RGB Percentages of Color #492cbe

%23.78
%14.33
%61.89

CMYK Percentages of Color #492cbe

%62
%77
%0
%25

Triadic Colors of #492cbe

#492cbe #be492c #2cbe49

Analogous Colors of #492cbe

#492cbe #922cbe #2c58be

Monochromatic Colors of #492cbe

#492cbe

Complementary Color

#492cbe #a1be2c

#492cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#492cbe Color CSS Codes

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

#492cbe Text Font Color

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

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


#492cbe Background Color

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

This div background color is #492cbe


#492cbe Border Color

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

This div border color is #492cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492cbe


Comments

No comments written yet.

Please login to write comment.