Color Hex Logo

#4964ce Color Hex

#4964CE
(73,100,206)
0 Favorites   0 Comments

Color spaces of #4964ce

RGB 73100206
HSL0.630.580.55
HSV228°65°81°
CMYK 0.650.510.00   0.19
XYZ18.445414.987060.3131
Yxy14.98700.19680.1599
Hunter Lab38.713017.3011-65.2719
CIE-Lab45.616423.8930-58.0181

#4964ce color RGB value is (73,100,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100100 11001110
Octal 111 144 316
Decimal 73 100 206
Hex 49 64 CE

RGB Percentages of Color #4964ce

%19.26
%26.39
%54.35

CMYK Percentages of Color #4964ce

%65
%51
%0
%19

Triadic Colors of #4964ce

#4964ce #ce4964 #64ce49

Analogous Colors of #4964ce

#4964ce #7149ce #49a7ce

Monochromatic Colors of #4964ce

#4964ce

Complementary Color

#4964ce #ceb349

#4964ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4964ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4964ce Color CSS Codes

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

#4964ce Text Font Color

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

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


#4964ce Background Color

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

This div background color is #4964ce


#4964ce Border Color

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

This div border color is #4964ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,100,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 #4964ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4964ce


Comments

No comments written yet.

Please login to write comment.