Color Hex Logo

#498ca5 Color Hex

#498CA5
(73,140,165)
0 Favorites   0 Comments

Color spaces of #498ca5

RGB 73140165
HSL0.550.390.47
HSV196°56°65°
CMYK 0.560.150.00   0.35
XYZ18.917322.889239.0183
Yxy22.88920.23410.2832
Hunter Lab47.8427-13.1446-14.8644
CIE-Lab54.9580-13.9248-19.7167

#498ca5 color RGB value is (73,140,165).

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

The process color (four color CMYK) of #498ca5 color hex is 0.56, 0.15, 0.00, 0.35. Web safe color of #498ca5 is #339999. Color #498ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 10100101
Octal 111 214 245
Decimal 73 140 165
Hex 49 8C A5

RGB Percentages of Color #498ca5

%19.31
%37.04
%43.65

CMYK Percentages of Color #498ca5

%56
%15
%0
%35

Triadic Colors of #498ca5

#498ca5 #a5498c #8ca549

Analogous Colors of #498ca5

#498ca5 #495ea5 #49a590

Monochromatic Colors of #498ca5

#498ca5

Complementary Color

#498ca5 #a56249

#498ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ca5 Color CSS Codes

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

#498ca5 Text Font Color

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

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


#498ca5 Background Color

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

This div background color is #498ca5


#498ca5 Border Color

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

This div border color is #498ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ca5


Comments

No comments written yet.

Please login to write comment.