Color Hex Logo

#497bf3 Color Hex

#497BF3
(73,123,243)
0 Favorites   0 Comments

Color spaces of #497bf3

RGB 73123243
HSL0.620.880.62
HSV222°70°95°
CMYK 0.700.490.00   0.05
XYZ26.008322.053487.6800
Yxy22.05340.19160.1625
Hunter Lab46.961016.6763-77.8264
CIE-Lab54.083622.5249-65.2364

#497bf3 color RGB value is (73,123,243).

#497bf3 hex color red value is 73, green value is 123 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #497bf3 hue: 0.62 , saturation: 0.88 and the lightness value of 497bf3 is 0.62.

The process color (four color CMYK) of #497bf3 color hex is 0.70, 0.49, 0.00, 0.05. Web safe color of #497bf3 is #3366ff. Color #497bf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 11110011
Octal 111 173 363
Decimal 73 123 243
Hex 49 7B F3

RGB Percentages of Color #497bf3

%16.63
%28.02
%55.35

CMYK Percentages of Color #497bf3

%70
%49
%0
%5

Triadic Colors of #497bf3

#497bf3 #f3497b #7bf349

Analogous Colors of #497bf3

#497bf3 #6c49f3 #49d0f3

Monochromatic Colors of #497bf3

#497bf3

Complementary Color

#497bf3 #f3c149

#497bf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bf3 Color CSS Codes

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

#497bf3 Text Font Color

<p style="color:#497bf3">Text here</p>

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


#497bf3 Background Color

<div style="background-color:#497bf3">
Div content here</div>

This div background color is #497bf3


#497bf3 Border Color

<div style="border:3px solid #497bf3">
Div here</div>

This div border color is #497bf3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,123,243, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497bf3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497bf3;
  -webkit-box-shadow: 1px 1px 3px 2px #497bf3;
  box-shadow:         1px 1px 3px 2px #497bf3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bf3


Comments

No comments written yet.

Please login to write comment.