Color Hex Logo

#492dbf Color Hex

#492DBF
(73,45,191)
0 Favorites   0 Comments

Color spaces of #492dbf

RGB 7345191
HSL0.700.620.46
HSV252°76°75°
CMYK 0.620.760.00   0.25
XYZ13.09007.054849.9620
Yxy7.05480.18670.1006
Hunter Lab26.560941.4887-92.9341
CIE-Lab31.931351.6078-71.6209

#492dbf color RGB value is (73,45,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 10111111
Octal 111 55 277
Decimal 73 45 191
Hex 49 2D BF

RGB Percentages of Color #492dbf

%23.62
%14.56
%61.81

CMYK Percentages of Color #492dbf

%62
%76
%0
%25

Triadic Colors of #492dbf

#492dbf #bf492d #2dbf49

Analogous Colors of #492dbf

#492dbf #922dbf #2d5abf

Monochromatic Colors of #492dbf

#492dbf

Complementary Color

#492dbf #a3bf2d

#492dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#492dbf Color CSS Codes

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

#492dbf Text Font Color

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

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


#492dbf Background Color

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

This div background color is #492dbf


#492dbf Border Color

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

This div border color is #492dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492dbf


Comments

No comments written yet.

Please login to write comment.