Color Hex Logo

#498699 Color Hex

#498699
(73,134,153)
0 Favorites   0 Comments

Color spaces of #498699

RGB 73134153
HSL0.540.350.44
HSV194°52°60°
CMYK 0.520.120.00   0.40
XYZ17.022520.766633.2482
Yxy20.76660.23960.2923
Hunter Lab45.5704-13.0707-11.3588
CIE-Lab52.6931-14.2538-16.2425

#498699 color RGB value is (73,134,153).

#498699 hex color red value is 73, green value is 134 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #498699 hue: 0.54 , saturation: 0.35 and the lightness value of 498699 is 0.44.

The process color (four color CMYK) of #498699 color hex is 0.52, 0.12, 0.00, 0.40. Web safe color of #498699 is #339999. Color #498699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 10011001
Octal 111 206 231
Decimal 73 134 153
Hex 49 86 99

RGB Percentages of Color #498699

%20.28
%37.22
%42.50

CMYK Percentages of Color #498699

%52
%12
%0
%40

Triadic Colors of #498699

#498699 #994986 #869949

Analogous Colors of #498699

#498699 #495e99 #499984

Monochromatic Colors of #498699

#498699

Complementary Color

#498699 #995c49

#498699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498699 Color CSS Codes

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

#498699 Text Font Color

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

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


#498699 Background Color

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

This div background color is #498699


#498699 Border Color

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

This div border color is #498699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498699


Comments

No comments written yet.

Please login to write comment.