Color Hex Logo

#499bee Color Hex

#499BEE
(73,155,238)
0 Favorites   0 Comments

Color spaces of #499bee

RGB 73155238
HSL0.580.830.61
HSV210°69°93°
CMYK 0.690.350.00   0.07
XYZ29.901631.032285.3028
Yxy31.03220.20450.2122
Hunter Lab55.7066-1.6730-51.7955
CIE-Lab62.53481.5477-48.9683

#499bee color RGB value is (73,155,238).

#499bee hex color red value is 73, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #499bee hue: 0.58 , saturation: 0.83 and the lightness value of 499bee is 0.61.

The process color (four color CMYK) of #499bee color hex is 0.69, 0.35, 0.00, 0.07. Web safe color of #499bee is #3399ff. Color #499bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011011 11101110
Octal 111 233 356
Decimal 73 155 238
Hex 49 9B EE

RGB Percentages of Color #499bee

%15.67
%33.26
%51.07

CMYK Percentages of Color #499bee

%69
%35
%0
%7

Triadic Colors of #499bee

#499bee #ee499b #9bee49

Analogous Colors of #499bee

#499bee #4a49ee #49eeee

Monochromatic Colors of #499bee

#499bee

Complementary Color

#499bee #ee9c49

#499bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#499bee Color CSS Codes

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

#499bee Text Font Color

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

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


#499bee Background Color

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

This div background color is #499bee


#499bee Border Color

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

This div border color is #499bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499bee


Comments

No comments written yet.

Please login to write comment.