Color Hex Logo

#496bcc Color Hex

#496BCC
(73,107,204)
0 Favorites   0 Comments

Color spaces of #496bcc

RGB 73107204
HSL0.620.560.54
HSV224°64°80°
CMYK 0.640.480.00   0.20
XYZ18.904416.291559.2749
Yxy16.29150.20010.1725
Hunter Lab40.362712.9680-58.8167
CIE-Lab47.354618.7821-54.0732

#496bcc color RGB value is (73,107,204).

#496bcc hex color red value is 73, green value is 107 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #496bcc hue: 0.62 , saturation: 0.56 and the lightness value of 496bcc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101011 11001100
Octal 111 153 314
Decimal 73 107 204
Hex 49 6B CC

RGB Percentages of Color #496bcc

%19.01
%27.86
%53.13

CMYK Percentages of Color #496bcc

%64
%48
%0
%20

Triadic Colors of #496bcc

#496bcc #cc496b #6bcc49

Analogous Colors of #496bcc

#496bcc #6949cc #49adcc

Monochromatic Colors of #496bcc

#496bcc

Complementary Color

#496bcc #ccaa49

#496bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#496bcc Color CSS Codes

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

#496bcc Text Font Color

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

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


#496bcc Background Color

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

This div background color is #496bcc


#496bcc Border Color

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

This div border color is #496bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496bcc


Comments

No comments written yet.

Please login to write comment.