Color Hex Logo

#498bed Color Hex

#498BED
(73,139,237)
0 Favorites   0 Comments

Color spaces of #498bed

RGB 73139237
HSL0.600.820.61
HSV216°69°93°
CMYK 0.690.410.00   0.07
XYZ27.266325.996183.7014
Yxy25.99610.19910.1898
Hunter Lab50.98646.2314-61.6425
CIE-Lab58.033310.6517-55.5684

#498bed color RGB value is (73,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 11101101
Octal 111 213 355
Decimal 73 139 237
Hex 49 8B ED

RGB Percentages of Color #498bed

%16.26
%30.96
%52.78

CMYK Percentages of Color #498bed

%69
%41
%0
%7

Triadic Colors of #498bed

#498bed #ed498b #8bed49

Analogous Colors of #498bed

#498bed #5949ed #49dded

Monochromatic Colors of #498bed

#498bed

Complementary Color

#498bed #edab49

#498bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#498bed Color CSS Codes

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

#498bed Text Font Color

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

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


#498bed Background Color

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

This div background color is #498bed


#498bed Border Color

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

This div border color is #498bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498bed


Comments

No comments written yet.

Please login to write comment.