Color Hex Logo

#4861ce Color Hex

#4861CE
(72,97,206)
0 Favorites   0 Comments

Color spaces of #4861ce

RGB 7297206
HSL0.640.580.55
HSV229°65°81°
CMYK 0.650.530.00   0.19
XYZ18.087814.383360.2155
Yxy14.38330.19520.1552
Hunter Lab37.925318.7631-67.5893
CIE-Lab44.777725.6252-59.3754

#4861ce color RGB value is (72,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 11001110
Octal 110 141 316
Decimal 72 97 206
Hex 48 61 CE

RGB Percentages of Color #4861ce

%19.20
%25.87
%54.93

CMYK Percentages of Color #4861ce

%65
%53
%0
%19

Triadic Colors of #4861ce

#4861ce #ce4861 #61ce48

Analogous Colors of #4861ce

#4861ce #7248ce #48a4ce

Monochromatic Colors of #4861ce

#4861ce

Complementary Color

#4861ce #ceb548

#4861ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4861ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4861ce Color CSS Codes

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

#4861ce Text Font Color

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

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


#4861ce Background Color

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

This div background color is #4861ce


#4861ce Border Color

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

This div border color is #4861ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4861ce


Comments

No comments written yet.

Please login to write comment.