Color Hex Logo

#499cbb Color Hex

#499CBB
(73,156,187)
0 Favorites   0 Comments

Color spaces of #499cbb

RGB 73156187
HSL0.550.460.51
HSV196°61°73°
CMYK 0.610.170.00   0.27
XYZ23.605828.781351.3249
Yxy28.78130.22760.2775
Hunter Lab53.6482-15.3424-19.1686
CIE-Lab60.5881-15.8316-23.6028

#499cbb color RGB value is (73,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 10111011
Octal 111 234 273
Decimal 73 156 187
Hex 49 9C BB

RGB Percentages of Color #499cbb

%17.55
%37.50
%44.95

CMYK Percentages of Color #499cbb

%61
%17
%0
%27

Triadic Colors of #499cbb

#499cbb #bb499c #9cbb49

Analogous Colors of #499cbb

#499cbb #4963bb #49bba1

Monochromatic Colors of #499cbb

#499cbb

Complementary Color

#499cbb #bb6849

#499cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cbb Color CSS Codes

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

#499cbb Text Font Color

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

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


#499cbb Background Color

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

This div background color is #499cbb


#499cbb Border Color

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

This div border color is #499cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cbb


Comments

No comments written yet.

Please login to write comment.