Color Hex Logo

#495feb Color Hex

#495FEB
(73,95,235)
0 Favorites   0 Comments

Color spaces of #495feb

RGB 7395235
HSL0.640.800.60
HSV232°69°92°
CMYK 0.690.600.00   0.08
XYZ21.835315.599080.4573
Yxy15.59900.18520.1323
Hunter Lab39.495629.5673-93.1341
CIE-Lab46.443937.0722-73.1519

#495feb color RGB value is (73,95,235).

#495feb hex color red value is 73, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #495feb hue: 0.64 , saturation: 0.80 and the lightness value of 495feb is 0.60.

The process color (four color CMYK) of #495feb color hex is 0.69, 0.60, 0.00, 0.08. Web safe color of #495feb is #3366ff. Color #495feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11101011
Octal 111 137 353
Decimal 73 95 235
Hex 49 5F EB

RGB Percentages of Color #495feb

%18.11
%23.57
%58.31

CMYK Percentages of Color #495feb

%69
%60
%0
%8

Triadic Colors of #495feb

#495feb #eb495f #5feb49

Analogous Colors of #495feb

#495feb #8449eb #49b0eb

Monochromatic Colors of #495feb

#495feb

Complementary Color

#495feb #ebd549

#495feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#495feb Color CSS Codes

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

#495feb Text Font Color

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

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


#495feb Background Color

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

This div background color is #495feb


#495feb Border Color

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

This div border color is #495feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495feb


Comments

No comments written yet.

Please login to write comment.