Color Hex Logo

#492cbb Color Hex

#492CBB
(73,44,187)
0 Favorites   0 Comments

Color spaces of #492cbb

RGB 7344187
HSL0.700.620.45
HSV252°76°73°
CMYK 0.610.760.00   0.27
XYZ12.61806.805747.6623
Yxy6.80570.18810.1014
Hunter Lab26.087740.6825-90.0614
CIE-Lab31.360450.9271-70.2011

#492cbb color RGB value is (73,44,187).

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

The process color (four color CMYK) of #492cbb color hex is 0.61, 0.76, 0.00, 0.27. Web safe color of #492cbb is #3333cc. Color #492cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101100 10111011
Octal 111 54 273
Decimal 73 44 187
Hex 49 2C BB

RGB Percentages of Color #492cbb

%24.01
%14.47
%61.51

CMYK Percentages of Color #492cbb

%61
%76
%0
%27

Triadic Colors of #492cbb

#492cbb #bb492c #2cbb49

Analogous Colors of #492cbb

#492cbb #912cbb #2c57bb

Monochromatic Colors of #492cbb

#492cbb

Complementary Color

#492cbb #9ebb2c

#492cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#492cbb Color CSS Codes

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

#492cbb Text Font Color

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

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


#492cbb Background Color

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

This div background color is #492cbb


#492cbb Border Color

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

This div border color is #492cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492cbb


Comments

No comments written yet.

Please login to write comment.