Color Hex Logo

#497fbc Color Hex

#497FBC
(73,127,188)
0 Favorites   0 Comments

Color spaces of #497fbc

RGB 73127188
HSL0.590.460.51
HSV212°61°74°
CMYK 0.610.320.00   0.26
XYZ19.414120.226150.4577
Yxy20.22610.21550.2245
Hunter Lab44.9734-1.6488-35.0387
CIE-Lab52.09190.9627-37.3698

#497fbc color RGB value is (73,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 10111100
Octal 111 177 274
Decimal 73 127 188
Hex 49 7F BC

RGB Percentages of Color #497fbc

%18.81
%32.73
%48.45

CMYK Percentages of Color #497fbc

%61
%32
%0
%26

Triadic Colors of #497fbc

#497fbc #bc497f #7fbc49

Analogous Colors of #497fbc

#497fbc #4d49bc #49b9bc

Monochromatic Colors of #497fbc

#497fbc

Complementary Color

#497fbc #bc8649

#497fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#497fbc Color CSS Codes

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

#497fbc Text Font Color

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

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


#497fbc Background Color

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

This div background color is #497fbc


#497fbc Border Color

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

This div border color is #497fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,127,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 #497fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497fbc


Comments

No comments written yet.

Please login to write comment.