Color Hex Logo

#498fbc Color Hex

#498FBC
(73,143,188)
0 Favorites   0 Comments

Color spaces of #498fbc

RGB 73143188
HSL0.570.460.51
HSV203°61°74°
CMYK 0.610.240.00   0.26
XYZ21.647224.692251.2021
Yxy24.69220.22190.2531
Hunter Lab49.6912-9.1990-26.3088
CIE-Lab56.7743-8.3370-30.0541

#498fbc color RGB value is (73,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 10111100
Octal 111 217 274
Decimal 73 143 188
Hex 49 8F BC

RGB Percentages of Color #498fbc

%18.07
%35.40
%46.53

CMYK Percentages of Color #498fbc

%61
%24
%0
%26

Triadic Colors of #498fbc

#498fbc #bc498f #8fbc49

Analogous Colors of #498fbc

#498fbc #4956bc #49bcb0

Monochromatic Colors of #498fbc

#498fbc

Complementary Color

#498fbc #bc7649

#498fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#498fbc Color CSS Codes

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

#498fbc Text Font Color

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

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


#498fbc Background Color

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

This div background color is #498fbc


#498fbc Border Color

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

This div border color is #498fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498fbc


Comments

No comments written yet.

Please login to write comment.