Color Hex Logo

#498bff Color Hex

#498BFF
(73,139,255)
0 Favorites   0 Comments

Color spaces of #498bff

RGB 73139255
HSL0.611.000.64
HSV218°71°100°
CMYK 0.710.450.00   0.00
XYZ30.030327.101798.2561
Yxy27.10170.19330.1744
Hunter Lab52.059311.8636-75.4617
CIE-Lab59.068316.9766-63.8412

#498bff color RGB value is (73,139,255).

#498bff hex color red value is 73, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #498bff hue: 0.61 , saturation: 1.00 and the lightness value of 498bff is 0.64.

The process color (four color CMYK) of #498bff color hex is 0.71, 0.45, 0.00, 0.00. Web safe color of #498bff is #3399ff. Color #498bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001011 11111111
Octal 111 213 377
Decimal 73 139 255
Hex 49 8B FF

RGB Percentages of Color #498bff

%15.63
%29.76
%54.60

CMYK Percentages of Color #498bff

%71
%45
%0
%0

Triadic Colors of #498bff

#498bff #ff498b #8bff49

Analogous Colors of #498bff

#498bff #6249ff #49e6ff

Monochromatic Colors of #498bff

#498bff

Complementary Color

#498bff #ffbd49

#498bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#498bff Color CSS Codes

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

#498bff Text Font Color

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

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


#498bff Background Color

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

This div background color is #498bff


#498bff Border Color

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

This div border color is #498bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498bff

Related Colors


Comments

No comments written yet.

Please login to write comment.