Color Hex Logo

#498087 Color Hex

#498087
(73,128,135)
0 Favorites   0 Comments

Color spaces of #498087

RGB 73128135
HSL0.520.300.41
HSV187°46°53°
CMYK 0.460.050.00   0.47
XYZ14.840018.604125.7305
Yxy18.60410.25080.3144
Hunter Lab43.1325-14.0678-5.1765
CIE-Lab50.2208-16.1971-9.4759

#498087 color RGB value is (73,128,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 10000111
Octal 111 200 207
Decimal 73 128 135
Hex 49 80 87

RGB Percentages of Color #498087

%21.73
%38.10
%40.18

CMYK Percentages of Color #498087

%46
%5
%0
%47

Triadic Colors of #498087

#498087 #874980 #808749

Analogous Colors of #498087

#498087 #496187 #49876f

Monochromatic Colors of #498087

#498087

Complementary Color

#498087 #875049

#498087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498087 Color CSS Codes

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

#498087 Text Font Color

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

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


#498087 Background Color

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

This div background color is #498087


#498087 Border Color

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

This div border color is #498087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498087


Comments

No comments written yet.

Please login to write comment.