Color Hex Logo

#4973ea Color Hex

#4973EA
(73,115,234)
0 Favorites   0 Comments

Color spaces of #4973ea

RGB 73115234
HSL0.620.790.60
HSV224°69°92°
CMYK 0.690.510.00   0.08
XYZ23.729719.618480.3780
Yxy19.61840.19180.1586
Hunter Lab44.292718.1188-76.5888
CIE-Lab51.403024.3084-64.5424

#4973ea color RGB value is (73,115,234).

#4973ea hex color red value is 73, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4973ea hue: 0.62 , saturation: 0.79 and the lightness value of 4973ea is 0.60.

The process color (four color CMYK) of #4973ea color hex is 0.69, 0.51, 0.00, 0.08. Web safe color of #4973ea is #3366ff. Color #4973ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 11101010
Octal 111 163 352
Decimal 73 115 234
Hex 49 73 EA

RGB Percentages of Color #4973ea

%17.30
%27.25
%55.45

CMYK Percentages of Color #4973ea

%69
%51
%0
%8

Triadic Colors of #4973ea

#4973ea #ea4973 #73ea49

Analogous Colors of #4973ea

#4973ea #7049ea #49c4ea

Monochromatic Colors of #4973ea

#4973ea

Complementary Color

#4973ea #eac049

#4973ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4973ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4973ea Color CSS Codes

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

#4973ea Text Font Color

<p style="color:#4973ea">Text here</p>

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


#4973ea Background Color

<div style="background-color:#4973ea">
Div content here</div>

This div background color is #4973ea


#4973ea Border Color

<div style="border:3px solid #4973ea">
Div here</div>

This div border color is #4973ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,115,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4973ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4973ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4973ea;
  box-shadow:         1px 1px 3px 2px #4973ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4973ea


Comments

No comments written yet.

Please login to write comment.