Color Hex Logo

#4761ee Color Hex

#4761EE
(71,97,238)
0 Favorites   0 Comments

Color spaces of #4761ee

RGB 7197238
HSL0.640.830.61
HSV231°70°93°
CMYK 0.700.590.00   0.07
XYZ22.305816.062082.8136
Yxy16.06200.18410.1325
Hunter Lab40.077429.2118-94.4591
CIE-Lab47.055736.6190-73.8453

#4761ee color RGB value is (71,97,238).

#4761ee hex color red value is 71, green value is 97 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4761ee hue: 0.64 , saturation: 0.83 and the lightness value of 4761ee is 0.61.

The process color (four color CMYK) of #4761ee color hex is 0.70, 0.59, 0.00, 0.07. Web safe color of #4761ee is #3366ff. Color #4761ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 11101110
Octal 107 141 356
Decimal 71 97 238
Hex 47 61 EE

RGB Percentages of Color #4761ee

%17.49
%23.89
%58.62

CMYK Percentages of Color #4761ee

%70
%59
%0
%7

Triadic Colors of #4761ee

#4761ee #ee4761 #61ee47

Analogous Colors of #4761ee

#4761ee #8147ee #47b5ee

Monochromatic Colors of #4761ee

#4761ee

Complementary Color

#4761ee #eed447

#4761ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4761ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4761ee Color CSS Codes

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

#4761ee Text Font Color

<p style="color:#4761ee">Text here</p>

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


#4761ee Background Color

<div style="background-color:#4761ee">
Div content here</div>

This div background color is #4761ee


#4761ee Border Color

<div style="border:3px solid #4761ee">
Div here</div>

This div border color is #4761ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,97,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4761ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4761ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4761ee;
  box-shadow:         1px 1px 3px 2px #4761ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,97,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4761ee


Comments

No comments written yet.

Please login to write comment.