Color Hex Logo

#495fde Color Hex

#495FDE
(73,95,222)
0 Favorites   0 Comments

Color spaces of #495fde

RGB 7395222
HSL0.640.690.58
HSV231°67°87°
CMYK 0.670.570.00   0.13
XYZ20.024714.874870.9230
Yxy14.87480.18920.1406
Hunter Lab38.567925.1847-82.0317
CIE-Lab45.462232.5941-67.4000

#495fde color RGB value is (73,95,222).

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

The process color (four color CMYK) of #495fde color hex is 0.67, 0.57, 0.00, 0.13. Web safe color of #495fde is #3366cc. Color #495fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11011110
Octal 111 137 336
Decimal 73 95 222
Hex 49 5F DE

RGB Percentages of Color #495fde

%18.72
%24.36
%56.92

CMYK Percentages of Color #495fde

%67
%57
%0
%13

Triadic Colors of #495fde

#495fde #de495f #5fde49

Analogous Colors of #495fde

#495fde #7e49de #49aade

Monochromatic Colors of #495fde

#495fde

Complementary Color

#495fde #dec849

#495fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#495fde Color CSS Codes

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

#495fde Text Font Color

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

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


#495fde Background Color

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

This div background color is #495fde


#495fde Border Color

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

This div border color is #495fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495fde


Comments

No comments written yet.

Please login to write comment.