Color Hex Logo

#496abc Color Hex

#496ABC
(73,106,188)
0 Favorites   0 Comments

Color spaces of #496abc

RGB 73106188
HSL0.620.460.51
HSV223°61°74°
CMYK 0.610.440.00   0.26
XYZ16.978815.355449.6460
Yxy15.35540.20710.1873
Hunter Lab39.18608.7664-47.6863
CIE-Lab46.117213.8494-46.8367

#496abc color RGB value is (73,106,188).

#496abc hex color red value is 73, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #496abc hue: 0.62 , saturation: 0.46 and the lightness value of 496abc is 0.51.

The process color (four color CMYK) of #496abc color hex is 0.61, 0.44, 0.00, 0.26. Web safe color of #496abc is #3366cc. Color #496abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101010 10111100
Octal 111 152 274
Decimal 73 106 188
Hex 49 6A BC

RGB Percentages of Color #496abc

%19.89
%28.88
%51.23

CMYK Percentages of Color #496abc

%61
%44
%0
%26

Triadic Colors of #496abc

#496abc #bc496a #6abc49

Analogous Colors of #496abc

#496abc #6149bc #49a4bc

Monochromatic Colors of #496abc

#496abc

Complementary Color

#496abc #bc9b49

#496abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#496abc Color CSS Codes

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

#496abc Text Font Color

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

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


#496abc Background Color

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

This div background color is #496abc


#496abc Border Color

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

This div border color is #496abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496abc


Comments

No comments written yet.

Please login to write comment.