Color Hex Logo

#495ebf Color Hex

#495EBF
(73,94,191)
0 Favorites   0 Comments

Color spaces of #495ebf

RGB 7394191
HSL0.640.480.52
HSV229°62°75°
CMYK 0.620.510.00   0.25
XYZ16.154313.183550.9835
Yxy13.18350.20110.1641
Hunter Lab36.309115.8756-57.8358
CIE-Lab43.038422.4858-53.5150

#495ebf color RGB value is (73,94,191).

#495ebf hex color red value is 73, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #495ebf hue: 0.64 , saturation: 0.48 and the lightness value of 495ebf is 0.52.

The process color (four color CMYK) of #495ebf color hex is 0.62, 0.51, 0.00, 0.25. Web safe color of #495ebf is #3366cc. Color #495ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011110 10111111
Octal 111 136 277
Decimal 73 94 191
Hex 49 5E BF

RGB Percentages of Color #495ebf

%20.39
%26.26
%53.35

CMYK Percentages of Color #495ebf

%62
%51
%0
%25

Triadic Colors of #495ebf

#495ebf #bf495e #5ebf49

Analogous Colors of #495ebf

#495ebf #6f49bf #4999bf

Monochromatic Colors of #495ebf

#495ebf

Complementary Color

#495ebf #bfaa49

#495ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#495ebf Color CSS Codes

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

#495ebf Text Font Color

<p style="color:#495ebf">Text here</p>

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


#495ebf Background Color

<div style="background-color:#495ebf">
Div content here</div>

This div background color is #495ebf


#495ebf Border Color

<div style="border:3px solid #495ebf">
Div here</div>

This div border color is #495ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,94,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #495ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #495ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #495ebf;
  box-shadow:         1px 1px 3px 2px #495ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495ebf


Comments

No comments written yet.

Please login to write comment.