Color Hex Logo

#496edc Color Hex

#496EDC
(73,110,220)
0 Favorites   0 Comments

Color spaces of #496edc

RGB 73110220
HSL0.620.680.57
HSV225°67°86°
CMYK 0.670.500.00   0.14
XYZ21.241917.735670.0139
Yxy17.73560.19490.1627
Hunter Lab42.113716.3355-69.0900
CIE-Lab49.173822.5058-60.2567

#496edc color RGB value is (73,110,220).

#496edc hex color red value is 73, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #496edc hue: 0.62 , saturation: 0.68 and the lightness value of 496edc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101110 11011100
Octal 111 156 334
Decimal 73 110 220
Hex 49 6E DC

RGB Percentages of Color #496edc

%18.11
%27.30
%54.59

CMYK Percentages of Color #496edc

%67
%50
%0
%14

Triadic Colors of #496edc

#496edc #dc496e #6edc49

Analogous Colors of #496edc

#496edc #6e49dc #49b8dc

Monochromatic Colors of #496edc

#496edc

Complementary Color

#496edc #dcb749

#496edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#496edc Color CSS Codes

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

#496edc Text Font Color

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

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


#496edc Background Color

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

This div background color is #496edc


#496edc Border Color

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

This div border color is #496edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496edc


Comments

No comments written yet.

Please login to write comment.