Color Hex Logo

#497bce Color Hex

#497BCE
(73,123,206)
0 Favorites   0 Comments

Color spaces of #497bce

RGB 73123206
HSL0.600.580.55
HSV217°65°81°
CMYK 0.650.400.00   0.19
XYZ20.971220.038661.1551
Yxy20.03860.20530.1961
Hunter Lab44.76455.2855-49.6640
CIE-Lab51.88089.5433-47.9781

#497bce color RGB value is (73,123,206).

#497bce hex color red value is 73, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #497bce hue: 0.60 , saturation: 0.58 and the lightness value of 497bce is 0.55.

The process color (four color CMYK) of #497bce color hex is 0.65, 0.40, 0.00, 0.19. Web safe color of #497bce is #3366cc. Color #497bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111011 11001110
Octal 111 173 316
Decimal 73 123 206
Hex 49 7B CE

RGB Percentages of Color #497bce

%18.16
%30.60
%51.24

CMYK Percentages of Color #497bce

%65
%40
%0
%19

Triadic Colors of #497bce

#497bce #ce497b #7bce49

Analogous Colors of #497bce

#497bce #5949ce #49bece

Monochromatic Colors of #497bce

#497bce

Complementary Color

#497bce #ce9c49

#497bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#497bce Color CSS Codes

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

#497bce Text Font Color

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

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


#497bce Background Color

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

This div background color is #497bce


#497bce Border Color

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

This div border color is #497bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497bce


Comments

No comments written yet.

Please login to write comment.