Color Hex Logo

#496cde Color Hex

#496CDE
(73,108,222)
0 Favorites   0 Comments

Color spaces of #496cde

RGB 73108222
HSL0.630.690.58
HSV226°67°87°
CMYK 0.670.510.00   0.13
XYZ21.295017.415571.3464
Yxy17.41550.19350.1582
Hunter Lab41.731918.0544-72.1521
CIE-Lab48.779424.4588-62.0251

#496cde color RGB value is (73,108,222).

#496cde hex color red value is 73, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #496cde hue: 0.63 , saturation: 0.69 and the lightness value of 496cde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101100 11011110
Octal 111 154 336
Decimal 73 108 222
Hex 49 6C DE

RGB Percentages of Color #496cde

%18.11
%26.80
%55.09

CMYK Percentages of Color #496cde

%67
%51
%0
%13

Triadic Colors of #496cde

#496cde #de496c #6cde49

Analogous Colors of #496cde

#496cde #7149de #49b7de

Monochromatic Colors of #496cde

#496cde

Complementary Color

#496cde #debb49

#496cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#496cde Color CSS Codes

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

#496cde Text Font Color

<p style="color:#496cde">Text here</p>

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


#496cde Background Color

<div style="background-color:#496cde">
Div content here</div>

This div background color is #496cde


#496cde Border Color

<div style="border:3px solid #496cde">
Div here</div>

This div border color is #496cde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,108,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496cde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496cde;
  -webkit-box-shadow: 1px 1px 3px 2px #496cde;
  box-shadow:         1px 1px 3px 2px #496cde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496cde


Comments

No comments written yet.

Please login to write comment.