Color Hex Logo

#499bbe Color Hex

#499BBE
(73,155,190)
0 Favorites   0 Comments

Color spaces of #499bbe

RGB 73155190
HSL0.550.470.52
HSV198°62°75°
CMYK 0.620.180.00   0.25
XYZ23.763328.576952.9786
Yxy28.57690.22560.2713
Hunter Lab53.4574-14.2021-21.3388
CIE-Lab60.4064-14.3508-25.5702

#499bbe color RGB value is (73,155,190).

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

The process color (four color CMYK) of #499bbe color hex is 0.62, 0.18, 0.00, 0.25. Web safe color of #499bbe is #3399cc. Color #499bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011011 10111110
Octal 111 233 276
Decimal 73 155 190
Hex 49 9B BE

RGB Percentages of Color #499bbe

%17.46
%37.08
%45.45

CMYK Percentages of Color #499bbe

%62
%18
%0
%25

Triadic Colors of #499bbe

#499bbe #be499b #9bbe49

Analogous Colors of #499bbe

#499bbe #4960be #49bea7

Monochromatic Colors of #499bbe

#499bbe

Complementary Color

#499bbe #be6c49

#499bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#499bbe Color CSS Codes

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

#499bbe Text Font Color

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

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


#499bbe Background Color

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

This div background color is #499bbe


#499bbe Border Color

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

This div border color is #499bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499bbe


Comments

No comments written yet.

Please login to write comment.