Color Hex Logo

#498beb Color Hex

#498BEB
(73,139,235)
0 Favorites   0 Comments

Color spaces of #498beb

RGB 73139235
HSL0.600.800.60
HSV216°69°92°
CMYK 0.690.410.00   0.08
XYZ26.975725.879982.1708
Yxy25.87990.19980.1917
Hunter Lab50.87235.6255-60.1568
CIE-Lab57.92299.9522-54.6352

#498beb color RGB value is (73,139,235).

#498beb hex color red value is 73, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #498beb hue: 0.60 , saturation: 0.80 and the lightness value of 498beb is 0.60.

The process color (four color CMYK) of #498beb color hex is 0.69, 0.41, 0.00, 0.08. Web safe color of #498beb is #3399ff. Color #498beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 11101011
Octal 111 213 353
Decimal 73 139 235
Hex 49 8B EB

RGB Percentages of Color #498beb

%16.33
%31.10
%52.57

CMYK Percentages of Color #498beb

%69
%41
%0
%8

Triadic Colors of #498beb

#498beb #eb498b #8beb49

Analogous Colors of #498beb

#498beb #5849eb #49dceb

Monochromatic Colors of #498beb

#498beb

Complementary Color

#498beb #eba949

#498beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498beb Color CSS Codes

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

#498beb Text Font Color

<p style="color:#498beb">Text here</p>

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


#498beb Background Color

<div style="background-color:#498beb">
Div content here</div>

This div background color is #498beb


#498beb Border Color

<div style="border:3px solid #498beb">
Div here</div>

This div border color is #498beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,139,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498beb;
  -webkit-box-shadow: 1px 1px 3px 2px #498beb;
  box-shadow:         1px 1px 3px 2px #498beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498beb


Comments

No comments written yet.

Please login to write comment.