Color Hex Logo

#4781ae Color Hex

#4781AE
(71,129,174)
0 Favorites   0 Comments

Color spaces of #4781ae

RGB 71129174
HSL0.570.420.48
HSV206°59°68°
CMYK 0.590.260.00   0.32
XYZ18.088820.096142.9700
Yxy20.09610.22290.2476
Hunter Lab44.8287-6.4237-25.4517
CIE-Lab51.9457-5.2661-29.5528

#4781ae color RGB value is (71,129,174).

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

The process color (four color CMYK) of #4781ae color hex is 0.59, 0.26, 0.00, 0.32. Web safe color of #4781ae is #339999. Color #4781ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000001 10101110
Octal 107 201 256
Decimal 71 129 174
Hex 47 81 AE

RGB Percentages of Color #4781ae

%18.98
%34.49
%46.52

CMYK Percentages of Color #4781ae

%59
%26
%0
%32

Triadic Colors of #4781ae

#4781ae #ae4781 #81ae47

Analogous Colors of #4781ae

#4781ae #474dae #47aea8

Monochromatic Colors of #4781ae

#4781ae

Complementary Color

#4781ae #ae7447

#4781ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4781ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4781ae Color CSS Codes

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

#4781ae Text Font Color

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

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


#4781ae Background Color

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

This div background color is #4781ae


#4781ae Border Color

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

This div border color is #4781ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,129,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 #4781ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4781ae


Comments

No comments written yet.

Please login to write comment.