Color Hex Logo

#495dda Color Hex

#495DDA
(73,93,218)
0 Favorites   0 Comments

Color spaces of #495dda

RGB 7393218
HSL0.640.660.57
HSV232°67°85°
CMYK 0.670.570.00   0.15
XYZ19.316914.307168.0731
Yxy14.30710.18990.1407
Hunter Lab37.824724.9658-80.2268
CIE-Lab44.670232.4607-66.4116

#495dda color RGB value is (73,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011101 11011010
Octal 111 135 332
Decimal 73 93 218
Hex 49 5D DA

RGB Percentages of Color #495dda

%19.01
%24.22
%56.77

CMYK Percentages of Color #495dda

%67
%57
%0
%15

Triadic Colors of #495dda

#495dda #da495d #5dda49

Analogous Colors of #495dda

#495dda #7e49da #49a6da

Monochromatic Colors of #495dda

#495dda

Complementary Color

#495dda #dac649

#495dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#495dda Color CSS Codes

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

#495dda Text Font Color

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

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


#495dda Background Color

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

This div background color is #495dda


#495dda Border Color

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

This div border color is #495dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495dda


Comments

No comments written yet.

Please login to write comment.