Color Hex Logo

#499ebd Color Hex

#499EBD
(73,158,189)
0 Favorites   0 Comments

Color spaces of #499ebd

RGB 73158189
HSL0.540.470.51
HSV196°61°74°
CMYK 0.610.160.00   0.26
XYZ24.159829.544352.5734
Yxy29.54430.22730.2780
Hunter Lab54.3547-15.7802-19.2987
CIE-Lab61.2590-16.2837-23.6981

#499ebd color RGB value is (73,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 10111101
Octal 111 236 275
Decimal 73 158 189
Hex 49 9E BD

RGB Percentages of Color #499ebd

%17.38
%37.62
%45.00

CMYK Percentages of Color #499ebd

%61
%16
%0
%26

Triadic Colors of #499ebd

#499ebd #bd499e #9ebd49

Analogous Colors of #499ebd

#499ebd #4964bd #49bda2

Monochromatic Colors of #499ebd

#499ebd

Complementary Color

#499ebd #bd6849

#499ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ebd Color CSS Codes

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

#499ebd Text Font Color

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

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


#499ebd Background Color

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

This div background color is #499ebd


#499ebd Border Color

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

This div border color is #499ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ebd


Comments

No comments written yet.

Please login to write comment.