Color Hex Logo

#4961ce Color Hex

#4961CE
(73,97,206)
0 Favorites   0 Comments

Color spaces of #4961ce

RGB 7397206
HSL0.640.580.55
HSV229°65°81°
CMYK 0.650.530.00   0.19
XYZ18.162914.422160.2190
Yxy14.42210.19570.1554
Hunter Lab37.976418.9120-67.4323
CIE-Lab44.832325.7873-59.2845

#4961ce color RGB value is (73,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 11001110
Octal 111 141 316
Decimal 73 97 206
Hex 49 61 CE

RGB Percentages of Color #4961ce

%19.41
%25.80
%54.79

CMYK Percentages of Color #4961ce

%65
%53
%0
%19

Triadic Colors of #4961ce

#4961ce #ce4961 #61ce49

Analogous Colors of #4961ce

#4961ce #7449ce #49a4ce

Monochromatic Colors of #4961ce

#4961ce

Complementary Color

#4961ce #ceb649

#4961ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4961ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4961ce Color CSS Codes

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

#4961ce Text Font Color

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

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


#4961ce Background Color

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

This div background color is #4961ce


#4961ce Border Color

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

This div border color is #4961ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4961ce


Comments

No comments written yet.

Please login to write comment.