Color Hex Logo

#495bfe Color Hex

#495BFE
(73,91,254)
0 Favorites   0 Comments

Color spaces of #495bfe

RGB 7391254
HSL0.650.990.64
HSV234°71°100°
CMYK 0.710.640.00   0.00
XYZ24.378116.054495.5799
Yxy16.05440.17920.1180
Hunter Lab40.067938.4839-113.3855
CIE-Lab47.045845.9314-82.7989

#495bfe color RGB value is (73,91,254).

#495bfe hex color red value is 73, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #495bfe hue: 0.65 , saturation: 0.99 and the lightness value of 495bfe is 0.64.

The process color (four color CMYK) of #495bfe color hex is 0.71, 0.64, 0.00, 0.00. Web safe color of #495bfe is #3366ff. Color #495bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011011 11111110
Octal 111 133 376
Decimal 73 91 254
Hex 49 5B FE

RGB Percentages of Color #495bfe

%17.46
%21.77
%60.77

CMYK Percentages of Color #495bfe

%71
%64
%0
%0

Triadic Colors of #495bfe

#495bfe #fe495b #5bfe49

Analogous Colors of #495bfe

#495bfe #9249fe #49b6fe

Monochromatic Colors of #495bfe

#495bfe

Complementary Color

#495bfe #feec49

#495bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#495bfe Color CSS Codes

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

#495bfe Text Font Color

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

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


#495bfe Background Color

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

This div background color is #495bfe


#495bfe Border Color

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

This div border color is #495bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495bfe


Comments

No comments written yet.

Please login to write comment.