Color Hex Logo

#498ffb Color Hex

#498FFB
(73,143,251)
0 Favorites   0 Comments

Color spaces of #498ffb

RGB 73143251
HSL0.600.960.64
HSV216°71°98°
CMYK 0.710.430.00   0.02
XYZ29.982728.026495.0962
Yxy28.02640.19580.1831
Hunter Lab52.94008.4490-69.4448
CIE-Lab59.912613.1576-60.2912

#498ffb color RGB value is (73,143,251).

#498ffb hex color red value is 73, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #498ffb hue: 0.60 , saturation: 0.96 and the lightness value of 498ffb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 11111011
Octal 111 217 373
Decimal 73 143 251
Hex 49 8F FB

RGB Percentages of Color #498ffb

%15.63
%30.62
%53.75

CMYK Percentages of Color #498ffb

%71
%43
%0
%2

Triadic Colors of #498ffb

#498ffb #fb498f #8ffb49

Analogous Colors of #498ffb

#498ffb #5c49fb #49e8fb

Monochromatic Colors of #498ffb

#498ffb

Complementary Color

#498ffb #fbb549

#498ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ffb Color CSS Codes

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

#498ffb Text Font Color

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

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


#498ffb Background Color

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

This div background color is #498ffb


#498ffb Border Color

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

This div border color is #498ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ffb


Comments

No comments written yet.

Please login to write comment.