Color Hex Logo

#498faf Color Hex

#498FAF
(73,143,175)
0 Favorites   0 Comments

Color spaces of #498faf

RGB 73143175
HSL0.550.410.49
HSV199°58°69°
CMYK 0.580.180.00   0.31
XYZ20.308024.156544.1498
Yxy24.15650.22920.2726
Hunter Lab49.1493-12.2567-18.8545
CIE-Lab56.2441-12.4832-23.4722

#498faf color RGB value is (73,143,175).

#498faf hex color red value is 73, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #498faf hue: 0.55 , saturation: 0.41 and the lightness value of 498faf is 0.49.

The process color (four color CMYK) of #498faf color hex is 0.58, 0.18, 0.00, 0.31. Web safe color of #498faf is #339999. Color #498faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 10101111
Octal 111 217 257
Decimal 73 143 175
Hex 49 8F AF

RGB Percentages of Color #498faf

%18.67
%36.57
%44.76

CMYK Percentages of Color #498faf

%58
%18
%0
%31

Triadic Colors of #498faf

#498faf #af498f #8faf49

Analogous Colors of #498faf

#498faf #495caf #49af9c

Monochromatic Colors of #498faf

#498faf

Complementary Color

#498faf #af6949

#498faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498faf Color CSS Codes

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

#498faf Text Font Color

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

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


#498faf Background Color

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

This div background color is #498faf


#498faf Border Color

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

This div border color is #498faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498faf


Comments

No comments written yet.

Please login to write comment.