Color Hex Logo

#4925bb Color Hex

#4925BB
(73,37,187)
0 Favorites   0 Comments

Color spaces of #4925bb

RGB 7337187
HSL0.710.670.44
HSV254°80°73°
CMYK 0.610.800.00   0.27
XYZ12.37896.327547.5826
Yxy6.32750.18670.0955
Hunter Lab25.154543.8220-94.5455
CIE-Lab30.224154.2036-72.0756

#4925bb color RGB value is (73,37,187).

#4925bb hex color red value is 73, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4925bb hue: 0.71 , saturation: 0.67 and the lightness value of 4925bb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 10111011
Octal 111 45 273
Decimal 73 37 187
Hex 49 25 BB

RGB Percentages of Color #4925bb

%24.58
%12.46
%62.96

CMYK Percentages of Color #4925bb

%61
%80
%0
%27

Triadic Colors of #4925bb

#4925bb #bb4925 #25bb49

Analogous Colors of #4925bb

#4925bb #9425bb #254cbb

Monochromatic Colors of #4925bb

#4925bb

Complementary Color

#4925bb #97bb25

#4925bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4925bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4925bb Color CSS Codes

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

#4925bb Text Font Color

<p style="color:#4925bb">Text here</p>

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


#4925bb Background Color

<div style="background-color:#4925bb">
Div content here</div>

This div background color is #4925bb


#4925bb Border Color

<div style="border:3px solid #4925bb">
Div here</div>

This div border color is #4925bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,37,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 #4925bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4925bb


Comments

No comments written yet.

Please login to write comment.