Color Hex Logo

#495fdd Color Hex

#495FDD
(73,95,221)
0 Favorites   0 Comments

Color spaces of #495fdd

RGB 7395221
HSL0.640.690.58
HSV231°67°87°
CMYK 0.670.570.00   0.13
XYZ19.891014.821370.2190
Yxy14.82130.18960.1412
Hunter Lab38.498424.8534-81.1927
CIE-Lab45.388532.2484-66.9516

#495fdd color RGB value is (73,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11011101
Octal 111 137 335
Decimal 73 95 221
Hex 49 5F DD

RGB Percentages of Color #495fdd

%18.77
%24.42
%56.81

CMYK Percentages of Color #495fdd

%67
%57
%0
%13

Triadic Colors of #495fdd

#495fdd #dd495f #5fdd49

Analogous Colors of #495fdd

#495fdd #7d49dd #49a9dd

Monochromatic Colors of #495fdd

#495fdd

Complementary Color

#495fdd #ddc749

#495fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#495fdd Color CSS Codes

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

#495fdd Text Font Color

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

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


#495fdd Background Color

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

This div background color is #495fdd


#495fdd Border Color

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

This div border color is #495fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495fdd


Comments

No comments written yet.

Please login to write comment.