Color Hex Logo

#4761fe Color Hex

#4761FE
(71,97,254)
0 Favorites   0 Comments

Color spaces of #4761fe

RGB 7197254
HSL0.640.990.64
HSV231°72°100°
CMYK 0.720.620.00   0.00
XYZ24.762617.044795.7508
Yxy17.04470.18000.1239
Hunter Lab41.285234.8139-108.6087
CIE-Lab48.316342.1165-80.7224

#4761fe color RGB value is (71,97,254).

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

The process color (four color CMYK) of #4761fe color hex is 0.72, 0.62, 0.00, 0.00. Web safe color of #4761fe is #3366ff. Color #4761fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 11111110
Octal 107 141 376
Decimal 71 97 254
Hex 47 61 FE

RGB Percentages of Color #4761fe

%16.82
%22.99
%60.19

CMYK Percentages of Color #4761fe

%72
%62
%0
%0

Triadic Colors of #4761fe

#4761fe #fe4761 #61fe47

Analogous Colors of #4761fe

#4761fe #8947fe #47bdfe

Monochromatic Colors of #4761fe

#4761fe

Complementary Color

#4761fe #fee447

#4761fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4761fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4761fe Color CSS Codes

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

#4761fe Text Font Color

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

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


#4761fe Background Color

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

This div background color is #4761fe


#4761fe Border Color

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

This div border color is #4761fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4761fe

Related Colors


Comments

No comments written yet.

Please login to write comment.