Color Hex Logo

#498189 Color Hex

#498189
(73,129,137)
0 Favorites   0 Comments

Color spaces of #498189

RGB 73129137
HSL0.520.300.41
HSV188°47°54°
CMYK 0.470.060.00   0.46
XYZ15.113318.923126.5229
Yxy18.92310.24960.3125
Hunter Lab43.5007-14.1105-5.6994
CIE-Lab50.5971-16.1765-10.0835

#498189 color RGB value is (73,129,137).

#498189 hex color red value is 73, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #498189 hue: 0.52 , saturation: 0.30 and the lightness value of 498189 is 0.41.

The process color (four color CMYK) of #498189 color hex is 0.47, 0.06, 0.00, 0.46. Web safe color of #498189 is #339999. Color #498189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000001 10001001
Octal 111 201 211
Decimal 73 129 137
Hex 49 81 89

RGB Percentages of Color #498189

%21.53
%38.05
%40.41

CMYK Percentages of Color #498189

%47
%6
%0
%46

Triadic Colors of #498189

#498189 #894981 #818949

Analogous Colors of #498189

#498189 #496189 #498971

Monochromatic Colors of #498189

#498189

Complementary Color

#498189 #895149

#498189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498189 Color CSS Codes

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

#498189 Text Font Color

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

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


#498189 Background Color

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

This div background color is #498189


#498189 Border Color

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

This div border color is #498189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,129,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498189;
  -webkit-box-shadow: 1px 1px 3px 2px #498189;
  box-shadow:         1px 1px 3px 2px #498189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498189


Comments

No comments written yet.

Please login to write comment.