Color Hex Logo

#495ffa Color Hex

#495FFA
(73,95,250)
0 Favorites   0 Comments

Color spaces of #495ffa

RGB 7395250
HSL0.650.950.63
HSV233°71°98°
CMYK 0.710.620.00   0.02
XYZ24.095216.503092.3579
Yxy16.50300.18120.1241
Hunter Lab40.623934.7817-106.3584
CIE-Lab47.627642.1899-79.6193

#495ffa color RGB value is (73,95,250).

#495ffa hex color red value is 73, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #495ffa hue: 0.65 , saturation: 0.95 and the lightness value of 495ffa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11111010
Octal 111 137 372
Decimal 73 95 250
Hex 49 5F FA

RGB Percentages of Color #495ffa

%17.46
%22.73
%59.81

CMYK Percentages of Color #495ffa

%71
%62
%0
%2

Triadic Colors of #495ffa

#495ffa #fa495f #5ffa49

Analogous Colors of #495ffa

#495ffa #8c49fa #49b8fa

Monochromatic Colors of #495ffa

#495ffa

Complementary Color

#495ffa #fae449

#495ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#495ffa Color CSS Codes

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

#495ffa Text Font Color

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

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


#495ffa Background Color

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

This div background color is #495ffa


#495ffa Border Color

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

This div border color is #495ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.