Color Hex Logo

#4762ae Color Hex

#4762AE
(71,98,174)
0 Favorites   0 Comments

Color spaces of #4762ae

RGB 7198174
HSL0.620.420.48
HSV224°59°68°
CMYK 0.590.440.00   0.32
XYZ14.606213.131041.8091
Yxy13.13100.21000.1888
Hunter Lab36.23678.5350-43.0417
CIE-Lab42.960013.6780-43.7122

#4762ae color RGB value is (71,98,174).

#4762ae hex color red value is 71, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4762ae hue: 0.62 , saturation: 0.42 and the lightness value of 4762ae is 0.48.

The process color (four color CMYK) of #4762ae color hex is 0.59, 0.44, 0.00, 0.32. Web safe color of #4762ae is #336699. Color #4762ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 10101110
Octal 107 142 256
Decimal 71 98 174
Hex 47 62 AE

RGB Percentages of Color #4762ae

%20.70
%28.57
%50.73

CMYK Percentages of Color #4762ae

%59
%44
%0
%32

Triadic Colors of #4762ae

#4762ae #ae4762 #62ae47

Analogous Colors of #4762ae

#4762ae #6047ae #4796ae

Monochromatic Colors of #4762ae

#4762ae

Complementary Color

#4762ae #ae9347

#4762ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4762ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4762ae Color CSS Codes

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

#4762ae Text Font Color

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

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


#4762ae Background Color

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

This div background color is #4762ae


#4762ae Border Color

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

This div border color is #4762ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4762ae


Comments

No comments written yet.

Please login to write comment.