Color Hex Logo

#498aad Color Hex

#498AAD
(73,138,173)
0 Favorites   0 Comments

Color spaces of #498aad

RGB 73138173
HSL0.560.410.48
HSV201°58°68°
CMYK 0.580.200.00   0.32
XYZ19.379022.610642.8781
Yxy22.61060.22830.2664
Hunter Lab47.5506-10.4668-20.1785
CIE-Lab54.6690-10.3229-24.7529

#498aad color RGB value is (73,138,173).

#498aad hex color red value is 73, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #498aad hue: 0.56 , saturation: 0.41 and the lightness value of 498aad is 0.48.

The process color (four color CMYK) of #498aad color hex is 0.58, 0.20, 0.00, 0.32. Web safe color of #498aad is #339999. Color #498aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10101101
Octal 111 212 255
Decimal 73 138 173
Hex 49 8A AD

RGB Percentages of Color #498aad

%19.01
%35.94
%45.05

CMYK Percentages of Color #498aad

%58
%20
%0
%32

Triadic Colors of #498aad

#498aad #ad498a #8aad49

Analogous Colors of #498aad

#498aad #4958ad #49ad9e

Monochromatic Colors of #498aad

#498aad

Complementary Color

#498aad #ad6c49

#498aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#498aad Color CSS Codes

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

#498aad Text Font Color

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

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


#498aad Background Color

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

This div background color is #498aad


#498aad Border Color

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

This div border color is #498aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498aad


Comments

No comments written yet.

Please login to write comment.