Color Hex Logo

#496acf Color Hex

#496ACF
(73,106,207)
0 Favorites   0 Comments

Color spaces of #496acf

RGB 73106207
HSL0.630.580.55
HSV225°65°81°
CMYK 0.650.490.00   0.19
XYZ19.164216.229561.1540
Yxy16.22950.19850.1681
Hunter Lab40.285914.4132-61.8022
CIE-Lab47.274220.4599-55.9197

#496acf color RGB value is (73,106,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 11001111
Octal 111 152 317
Decimal 73 106 207
Hex 49 6A CF

RGB Percentages of Color #496acf

%18.91
%27.46
%53.63

CMYK Percentages of Color #496acf

%65
%49
%0
%19

Triadic Colors of #496acf

#496acf #cf496a #6acf49

Analogous Colors of #496acf

#496acf #6b49cf #49adcf

Monochromatic Colors of #496acf

#496acf

Complementary Color

#496acf #cfae49

#496acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#496acf Color CSS Codes

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

#496acf Text Font Color

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

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


#496acf Background Color

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

This div background color is #496acf


#496acf Border Color

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

This div border color is #496acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496acf


Comments

No comments written yet.

Please login to write comment.