Color Hex Logo

#499dbd Color Hex

#499DBD
(73,157,189)
0 Favorites   0 Comments

Color spaces of #499dbd

RGB 73157189
HSL0.550.470.51
HSV197°61°74°
CMYK 0.610.170.00   0.26
XYZ23.989929.204552.5167
Yxy29.20450.22690.2763
Hunter Lab54.0412-15.3326-19.7886
CIE-Lab60.9617-15.7463-24.1543

#499dbd color RGB value is (73,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011101 10111101
Octal 111 235 275
Decimal 73 157 189
Hex 49 9D BD

RGB Percentages of Color #499dbd

%17.42
%37.47
%45.11

CMYK Percentages of Color #499dbd

%61
%17
%0
%26

Triadic Colors of #499dbd

#499dbd #bd499d #9dbd49

Analogous Colors of #499dbd

#499dbd #4963bd #49bda3

Monochromatic Colors of #499dbd

#499dbd

Complementary Color

#499dbd #bd6949

#499dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499dbd Color CSS Codes

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

#499dbd Text Font Color

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

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


#499dbd Background Color

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

This div background color is #499dbd


#499dbd Border Color

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

This div border color is #499dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499dbd


Comments

No comments written yet.

Please login to write comment.