Color Hex Logo

#498abb Color Hex

#498ABB
(73,138,187)
0 Favorites   0 Comments

Color spaces of #498abb

RGB 73138187
HSL0.570.460.51
HSV206°61°73°
CMYK 0.610.260.00   0.27
XYZ20.805823.181350.3916
Yxy23.18130.22050.2456
Hunter Lab48.1470-7.1218-28.3513
CIE-Lab55.2586-5.8124-31.8424

#498abb color RGB value is (73,138,187).

#498abb hex color red value is 73, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #498abb hue: 0.57 , saturation: 0.46 and the lightness value of 498abb is 0.51.

The process color (four color CMYK) of #498abb color hex is 0.61, 0.26, 0.00, 0.27. Web safe color of #498abb is #3399cc. Color #498abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10111011
Octal 111 212 273
Decimal 73 138 187
Hex 49 8A BB

RGB Percentages of Color #498abb

%18.34
%34.67
%46.98

CMYK Percentages of Color #498abb

%61
%26
%0
%27

Triadic Colors of #498abb

#498abb #bb498a #8abb49

Analogous Colors of #498abb

#498abb #4951bb #49bbb3

Monochromatic Colors of #498abb

#498abb

Complementary Color

#498abb #bb7a49

#498abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498abb Color CSS Codes

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

#498abb Text Font Color

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

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


#498abb Background Color

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

This div background color is #498abb


#498abb Border Color

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

This div border color is #498abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498abb


Comments

No comments written yet.

Please login to write comment.