Color Hex Logo

#497fcb Color Hex

#497FCB
(73,127,203)
0 Favorites   0 Comments

Color spaces of #497fcb

RGB 73127203
HSL0.600.560.54
HSV215°64°80°
CMYK 0.640.370.00   0.20
XYZ21.116520.907059.4224
Yxy20.90700.20820.2061
Hunter Lab45.72422.4182-45.0454
CIE-Lab52.84766.0725-44.7379

#497fcb color RGB value is (73,127,203).

#497fcb hex color red value is 73, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #497fcb hue: 0.60 , saturation: 0.56 and the lightness value of 497fcb is 0.54.

The process color (four color CMYK) of #497fcb color hex is 0.64, 0.37, 0.00, 0.20. Web safe color of #497fcb is #3366cc. Color #497fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 11001011
Octal 111 177 313
Decimal 73 127 203
Hex 49 7F CB

RGB Percentages of Color #497fcb

%18.11
%31.51
%50.37

CMYK Percentages of Color #497fcb

%64
%37
%0
%20

Triadic Colors of #497fcb

#497fcb #cb497f #7fcb49

Analogous Colors of #497fcb

#497fcb #5449cb #49c0cb

Monochromatic Colors of #497fcb

#497fcb

Complementary Color

#497fcb #cb9549

#497fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#497fcb Color CSS Codes

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

#497fcb Text Font Color

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

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


#497fcb Background Color

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

This div background color is #497fcb


#497fcb Border Color

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

This div border color is #497fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497fcb


Comments

No comments written yet.

Please login to write comment.