Color Hex Logo

#495bdf Color Hex

#495BDF
(73,91,223)
0 Favorites   0 Comments

Color spaces of #495bdf

RGB 7391223
HSL0.650.700.58
HSV233°67°87°
CMYK 0.670.590.00   0.13
XYZ19.808014.226471.5140
Yxy14.22640.18770.1348
Hunter Lab37.717927.7351-86.0127
CIE-Lab44.555935.4237-69.4429

#495bdf color RGB value is (73,91,223).

#495bdf hex color red value is 73, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #495bdf hue: 0.65 , saturation: 0.70 and the lightness value of 495bdf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011011 11011111
Octal 111 133 337
Decimal 73 91 223
Hex 49 5B DF

RGB Percentages of Color #495bdf

%18.86
%23.51
%57.62

CMYK Percentages of Color #495bdf

%67
%59
%0
%13

Triadic Colors of #495bdf

#495bdf #df495b #5bdf49

Analogous Colors of #495bdf

#495bdf #8249df #49a6df

Monochromatic Colors of #495bdf

#495bdf

Complementary Color

#495bdf #dfcd49

#495bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#495bdf Color CSS Codes

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

#495bdf Text Font Color

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

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


#495bdf Background Color

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

This div background color is #495bdf


#495bdf Border Color

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

This div border color is #495bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495bdf


Comments

No comments written yet.

Please login to write comment.