Color Hex Logo

#4762ff Color Hex

#4762FF
(71,98,255)
0 Favorites   0 Comments

Color spaces of #4762ff

RGB 7198255
HSL0.641.000.64
HSV231°72°100°
CMYK 0.720.620.00   0.00
XYZ25.016217.295096.6275
Yxy17.29500.18010.1245
Hunter Lab41.587334.5963-108.6485
CIE-Lab48.629641.8525-80.7653

#4762ff color RGB value is (71,98,255).

#4762ff hex color red value is 71, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4762ff hue: 0.64 , saturation: 1.00 and the lightness value of 4762ff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 11111111
Octal 107 142 377
Decimal 71 98 255
Hex 47 62 FF

RGB Percentages of Color #4762ff

%16.75
%23.11
%60.14

CMYK Percentages of Color #4762ff

%72
%62
%0
%0

Triadic Colors of #4762ff

#4762ff #ff4762 #62ff47

Analogous Colors of #4762ff

#4762ff #8847ff #47beff

Monochromatic Colors of #4762ff

#4762ff

Complementary Color

#4762ff #ffe447

#4762ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4762ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4762ff Color CSS Codes

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

#4762ff Text Font Color

<p style="color:#4762ff">Text here</p>

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


#4762ff Background Color

<div style="background-color:#4762ff">
Div content here</div>

This div background color is #4762ff


#4762ff Border Color

<div style="border:3px solid #4762ff">
Div here</div>

This div border color is #4762ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,98,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4762ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4762ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4762ff;
  box-shadow:         1px 1px 3px 2px #4762ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4762ff


Comments

No comments written yet.

Please login to write comment.