Color Hex Logo

#495bad Color Hex

#495BAD
(73,91,173)
0 Favorites   0 Comments

Color spaces of #495bad

RGB 7391173
HSL0.640.410.48
HSV229°58°68°
CMYK 0.580.470.00   0.32
XYZ14.031611.915841.0956
Yxy11.91580.20930.1777
Hunter Lab34.519312.1490-46.4220
CIE-Lab41.082018.2138-46.1185

#495bad color RGB value is (73,91,173).

#495bad hex color red value is 73, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #495bad hue: 0.64 , saturation: 0.41 and the lightness value of 495bad is 0.48.

The process color (four color CMYK) of #495bad color hex is 0.58, 0.47, 0.00, 0.32. Web safe color of #495bad is #336699. Color #495bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011011 10101101
Octal 111 133 255
Decimal 73 91 173
Hex 49 5B AD

RGB Percentages of Color #495bad

%21.66
%27.00
%51.34

CMYK Percentages of Color #495bad

%58
%47
%0
%32

Triadic Colors of #495bad

#495bad #ad495b #5bad49

Analogous Colors of #495bad

#495bad #6949ad #498dad

Monochromatic Colors of #495bad

#495bad

Complementary Color

#495bad #ad9b49

#495bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#495bad Color CSS Codes

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

#495bad Text Font Color

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

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


#495bad Background Color

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

This div background color is #495bad


#495bad Border Color

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

This div border color is #495bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495bad


Comments

No comments written yet.

Please login to write comment.