Color Hex Logo

#498cbe Color Hex

#498CBE
(73,140,190)
0 Favorites   0 Comments

Color spaces of #498cbe

RGB 73140190
HSL0.570.470.52
HSV206°62°75°
CMYK 0.620.260.00   0.25
XYZ21.420023.890352.1975
Yxy23.89030.21970.2450
Hunter Lab48.8777-7.3107-29.1026
CIE-Lab55.9778-5.9759-32.4288

#498cbe color RGB value is (73,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 10111110
Octal 111 214 276
Decimal 73 140 190
Hex 49 8C BE

RGB Percentages of Color #498cbe

%18.11
%34.74
%47.15

CMYK Percentages of Color #498cbe

%62
%26
%0
%25

Triadic Colors of #498cbe

#498cbe #be498c #8cbe49

Analogous Colors of #498cbe

#498cbe #4952be #49beb6

Monochromatic Colors of #498cbe

#498cbe

Complementary Color

#498cbe #be7b49

#498cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#498cbe Color CSS Codes

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

#498cbe Text Font Color

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

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


#498cbe Background Color

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

This div background color is #498cbe


#498cbe Border Color

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

This div border color is #498cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,140,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 #498cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498cbe


Comments

No comments written yet.

Please login to write comment.