Color Hex Logo

#499fbd Color Hex

#499FBD
(73,159,189)
0 Favorites   0 Comments

Color spaces of #499fbd

RGB 73159189
HSL0.540.470.51
HSV196°61°74°
CMYK 0.610.160.00   0.26
XYZ24.331129.886952.6305
Yxy29.88690.22770.2797
Hunter Lab54.6689-16.2269-18.8110
CIE-Lab61.5565-16.8192-23.2419

#499fbd color RGB value is (73,159,189).

#499fbd hex color red value is 73, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #499fbd hue: 0.54 , saturation: 0.47 and the lightness value of 499fbd is 0.51.

The process color (four color CMYK) of #499fbd color hex is 0.61, 0.16, 0.00, 0.26. Web safe color of #499fbd is #3399cc. Color #499fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 10111101
Octal 111 237 275
Decimal 73 159 189
Hex 49 9F BD

RGB Percentages of Color #499fbd

%17.34
%37.77
%44.89

CMYK Percentages of Color #499fbd

%61
%16
%0
%26

Triadic Colors of #499fbd

#499fbd #bd499f #9fbd49

Analogous Colors of #499fbd

#499fbd #4965bd #49bda1

Monochromatic Colors of #499fbd

#499fbd

Complementary Color

#499fbd #bd6749

#499fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499fbd Color CSS Codes

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

#499fbd Text Font Color

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

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


#499fbd Background Color

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

This div background color is #499fbd


#499fbd Border Color

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

This div border color is #499fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499fbd


Comments

No comments written yet.

Please login to write comment.