Color Hex Logo

#499ebc Color Hex

#499EBC
(73,158,188)
0 Favorites   0 Comments

Color spaces of #499ebc

RGB 73158188
HSL0.540.460.51
HSV196°61°74°
CMYK 0.610.160.00   0.26
XYZ24.051629.501052.0036
Yxy29.50100.22790.2795
Hunter Lab54.3148-16.0079-18.7467
CIE-Lab61.2213-16.5945-23.1943

#499ebc color RGB value is (73,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 10111100
Octal 111 236 274
Decimal 73 158 188
Hex 49 9E BC

RGB Percentages of Color #499ebc

%17.42
%37.71
%44.87

CMYK Percentages of Color #499ebc

%61
%16
%0
%26

Triadic Colors of #499ebc

#499ebc #bc499e #9ebc49

Analogous Colors of #499ebc

#499ebc #4965bc #49bca1

Monochromatic Colors of #499ebc

#499ebc

Complementary Color

#499ebc #bc6749

#499ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ebc Color CSS Codes

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

#499ebc Text Font Color

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

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


#499ebc Background Color

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

This div background color is #499ebc


#499ebc Border Color

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

This div border color is #499ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ebc


Comments

No comments written yet.

Please login to write comment.