Color Hex Logo

#499bff Color Hex

#499BFF
(73,155,255)
0 Favorites   0 Comments

Color spaces of #499bff

RGB 73155255
HSL0.591.000.64
HSV213°71°100°
CMYK 0.710.390.00   0.00
XYZ32.519032.079299.0857
Yxy32.07920.19870.1960
Hunter Lab56.63853.3684-64.0774
CIE-Lab63.40837.4288-56.9010

#499bff color RGB value is (73,155,255).

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

The process color (four color CMYK) of #499bff color hex is 0.71, 0.39, 0.00, 0.00. Web safe color of #499bff is #3399ff. Color #499bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011011 11111111
Octal 111 233 377
Decimal 73 155 255
Hex 49 9B FF

RGB Percentages of Color #499bff

%15.11
%32.09
%52.80

CMYK Percentages of Color #499bff

%71
%39
%0
%0

Triadic Colors of #499bff

#499bff #ff499b #9bff49

Analogous Colors of #499bff

#499bff #5249ff #49f6ff

Monochromatic Colors of #499bff

#499bff

Complementary Color

#499bff #ffad49

#499bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#499bff Color CSS Codes

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

#499bff Text Font Color

<p style="color:#499bff">Text here</p>

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


#499bff Background Color

<div style="background-color:#499bff">
Div content here</div>

This div background color is #499bff


#499bff Border Color

<div style="border:3px solid #499bff">
Div here</div>

This div border color is #499bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499bff

Related Colors


Comments

No comments written yet.

Please login to write comment.