Color Hex Logo

#495dde Color Hex

#495DDE
(73,93,222)
0 Favorites   0 Comments

Color spaces of #495dde

RGB 7393222
HSL0.640.690.58
HSV232°67°87°
CMYK 0.670.580.00   0.13
XYZ19.846814.519170.8637
Yxy14.51910.18860.1380
Hunter Lab38.103926.2915-83.5917
CIE-Lab44.968433.8392-68.2032

#495dde color RGB value is (73,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011101 11011110
Octal 111 135 336
Decimal 73 93 222
Hex 49 5D DE

RGB Percentages of Color #495dde

%18.81
%23.97
%57.22

CMYK Percentages of Color #495dde

%67
%58
%0
%13

Triadic Colors of #495dde

#495dde #de495d #5dde49

Analogous Colors of #495dde

#495dde #8049de #49a8de

Monochromatic Colors of #495dde

#495dde

Complementary Color

#495dde #deca49

#495dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#495dde Color CSS Codes

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

#495dde Text Font Color

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

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


#495dde Background Color

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

This div background color is #495dde


#495dde Border Color

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

This div border color is #495dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,93,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 #495dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495dde


Comments

No comments written yet.

Please login to write comment.