Color Hex Logo

#495ceb Color Hex

#495CEB
(73,92,235)
0 Favorites   0 Comments

Color spaces of #495ceb

RGB 7392235
HSL0.650.800.60
HSV233°69°92°
CMYK 0.690.610.00   0.08
XYZ21.570215.068980.3690
Yxy15.06890.18430.1288
Hunter Lab38.818731.2536-95.5791
CIE-Lab45.728438.9120-74.3194

#495ceb color RGB value is (73,92,235).

#495ceb hex color red value is 73, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #495ceb hue: 0.65 , saturation: 0.80 and the lightness value of 495ceb is 0.60.

The process color (four color CMYK) of #495ceb color hex is 0.69, 0.61, 0.00, 0.08. Web safe color of #495ceb is #3366ff. Color #495ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011100 11101011
Octal 111 134 353
Decimal 73 92 235
Hex 49 5C EB

RGB Percentages of Color #495ceb

%18.25
%23.00
%58.75

CMYK Percentages of Color #495ceb

%69
%61
%0
%8

Triadic Colors of #495ceb

#495ceb #eb495c #5ceb49

Analogous Colors of #495ceb

#495ceb #8749eb #49adeb

Monochromatic Colors of #495ceb

#495ceb

Complementary Color

#495ceb #ebd849

#495ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#495ceb Color CSS Codes

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

#495ceb Text Font Color

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

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


#495ceb Background Color

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

This div background color is #495ceb


#495ceb Border Color

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

This div border color is #495ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495ceb


Comments

No comments written yet.

Please login to write comment.