Color Hex Logo

#4973ce Color Hex

#4973CE
(73,115,206)
0 Favorites   0 Comments

Color spaces of #4973ce

RGB 73115206
HSL0.610.580.55
HSV221°65°81°
CMYK 0.650.440.00   0.19
XYZ20.019018.134260.8376
Yxy18.13420.20220.1832
Hunter Lab42.58439.3909-54.8951
CIE-Lab49.658514.4786-51.5237

#4973ce color RGB value is (73,115,206).

#4973ce hex color red value is 73, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4973ce hue: 0.61 , saturation: 0.58 and the lightness value of 4973ce is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 11001110
Octal 111 163 316
Decimal 73 115 206
Hex 49 73 CE

RGB Percentages of Color #4973ce

%18.53
%29.19
%52.28

CMYK Percentages of Color #4973ce

%65
%44
%0
%19

Triadic Colors of #4973ce

#4973ce #ce4973 #73ce49

Analogous Colors of #4973ce

#4973ce #6249ce #49b6ce

Monochromatic Colors of #4973ce

#4973ce

Complementary Color

#4973ce #cea449

#4973ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4973ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4973ce Color CSS Codes

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

#4973ce Text Font Color

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

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


#4973ce Background Color

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

This div background color is #4973ce


#4973ce Border Color

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

This div border color is #4973ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4973ce


Comments

No comments written yet.

Please login to write comment.