Color Hex Logo

#496cce Color Hex

#496CCE
(73,108,206)
0 Favorites   0 Comments

Color spaces of #496cce

RGB 73108206
HSL0.620.580.55
HSV224°65°81°
CMYK 0.650.480.00   0.19
XYZ19.250816.597860.5816
Yxy16.59780.19960.1721
Hunter Lab40.740413.0498-59.6469
CIE-Lab47.749218.8532-54.5841

#496cce color RGB value is (73,108,206).

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

The process color (four color CMYK) of #496cce color hex is 0.65, 0.48, 0.00, 0.19. Web safe color of #496cce is #3366cc. Color #496cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101100 11001110
Octal 111 154 316
Decimal 73 108 206
Hex 49 6C CE

RGB Percentages of Color #496cce

%18.86
%27.91
%53.23

CMYK Percentages of Color #496cce

%65
%48
%0
%19

Triadic Colors of #496cce

#496cce #ce496c #6cce49

Analogous Colors of #496cce

#496cce #6949ce #49afce

Monochromatic Colors of #496cce

#496cce

Complementary Color

#496cce #ceab49

#496cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#496cce Color CSS Codes

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

#496cce Text Font Color

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

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


#496cce Background Color

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

This div background color is #496cce


#496cce Border Color

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

This div border color is #496cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496cce


Comments

No comments written yet.

Please login to write comment.