Color Hex Logo

#49beff Color Hex

#49BEFF
(73,190,255)
0 Favorites   0 Comments

Color spaces of #49beff

RGB 73190255
HSL0.561.000.64
HSV201°71°100°
CMYK 0.710.250.00   0.00
XYZ39.211145.4634101.3164
Yxy45.46340.21080.2444
Hunter Lab67.4266-14.1919-41.8917
CIE-Lab73.1960-12.2507-41.4693

#49beff color RGB value is (73,190,255).

#49beff hex color red value is 73, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #49beff hue: 0.56 , saturation: 1.00 and the lightness value of 49beff is 0.64.

The process color (four color CMYK) of #49beff color hex is 0.71, 0.25, 0.00, 0.00. Web safe color of #49beff is #33ccff. Color #49beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111110 11111111
Octal 111 276 377
Decimal 73 190 255
Hex 49 BE FF

RGB Percentages of Color #49beff

%14.09
%36.68
%49.23

CMYK Percentages of Color #49beff

%71
%25
%0
%0

Triadic Colors of #49beff

#49beff #ff49be #beff49

Analogous Colors of #49beff

#49beff #4963ff #49ffe5

Monochromatic Colors of #49beff

#49beff

Complementary Color

#49beff #ff8a49

#49beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49beff Color CSS Codes

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

#49beff Text Font Color

<p style="color:#49beff">Text here</p>

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


#49beff Background Color

<div style="background-color:#49beff">
Div content here</div>

This div background color is #49beff


#49beff Border Color

<div style="border:3px solid #49beff">
Div here</div>

This div border color is #49beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49beff

Related Colors


Comments

No comments written yet.

Please login to write comment.