Color Hex Logo

#499fff Color Hex

#499FFF
(73,159,255)
0 Favorites   0 Comments

Color spaces of #499fff

RGB 73159255
HSL0.591.000.64
HSV212°71°100°
CMYK 0.710.380.00   0.00
XYZ33.195833.432799.3113
Yxy33.43270.20000.2015
Hunter Lab57.82101.2924-61.3597
CIE-Lab64.50975.0905-55.1489

#499fff color RGB value is (73,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11111111
Octal 111 237 377
Decimal 73 159 255
Hex 49 9F FF

RGB Percentages of Color #499fff

%14.99
%32.65
%52.36

CMYK Percentages of Color #499fff

%71
%38
%0
%0

Triadic Colors of #499fff

#499fff #ff499f #9fff49

Analogous Colors of #499fff

#499fff #4e49ff #49faff

Monochromatic Colors of #499fff

#499fff

Complementary Color

#499fff #ffa949

#499fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#499fff Color CSS Codes

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

#499fff Text Font Color

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

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


#499fff Background Color

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

This div background color is #499fff


#499fff Border Color

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

This div border color is #499fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499fff


Comments

No comments written yet.

Please login to write comment.