Color Hex Logo

#495fdb Color Hex

#495FDB
(73,95,219)
0 Favorites   0 Comments

Color spaces of #495fdb

RGB 7395219
HSL0.640.670.57
HSV231°67°86°
CMYK 0.670.570.00   0.14
XYZ19.626014.715468.8238
Yxy14.71540.19020.1426
Hunter Lab38.360724.1927-79.5212
CIE-Lab45.241931.5560-66.0522

#495fdb color RGB value is (73,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11011011
Octal 111 137 333
Decimal 73 95 219
Hex 49 5F DB

RGB Percentages of Color #495fdb

%18.86
%24.55
%56.59

CMYK Percentages of Color #495fdb

%67
%57
%0
%14

Triadic Colors of #495fdb

#495fdb #db495f #5fdb49

Analogous Colors of #495fdb

#495fdb #7c49db #49a8db

Monochromatic Colors of #495fdb

#495fdb

Complementary Color

#495fdb #dbc549

#495fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#495fdb Color CSS Codes

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

#495fdb Text Font Color

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

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


#495fdb Background Color

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

This div background color is #495fdb


#495fdb Border Color

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

This div border color is #495fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495fdb


Comments

No comments written yet.

Please login to write comment.