Color Hex Logo

#474e81 Color Hex

#474E81
(71,78,129)
0 Favorites   0 Comments

Color spaces of #474e81

RGB 7178129
HSL0.650.290.39
HSV233°45°51°
CMYK 0.450.400.00   0.49
XYZ9.28548.373421.8957
Yxy8.37340.23470.2117
Hunter Lab28.93686.6386-24.6073
CIE-Lab34.748711.5361-29.6757

#474e81 color RGB value is (71,78,129).

#474e81 hex color red value is 71, green value is 78 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #474e81 hue: 0.65 , saturation: 0.29 and the lightness value of 474e81 is 0.39.

The process color (four color CMYK) of #474e81 color hex is 0.45, 0.40, 0.00, 0.49. Web safe color of #474e81 is #336699. Color #474e81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001110 10000001
Octal 107 116 201
Decimal 71 78 129
Hex 47 4E 81

RGB Percentages of Color #474e81

%25.54
%28.06
%46.40

CMYK Percentages of Color #474e81

%45
%40
%0
%49

Triadic Colors of #474e81

#474e81 #81474e #4e8147

Analogous Colors of #474e81

#474e81 #5d4781 #476b81

Monochromatic Colors of #474e81

#474e81

Complementary Color

#474e81 #817a47

#474e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474e81 Color CSS Codes

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

#474e81 Text Font Color

<p style="color:#474e81">Text here</p>

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


#474e81 Background Color

<div style="background-color:#474e81">
Div content here</div>

This div background color is #474e81


#474e81 Border Color

<div style="border:3px solid #474e81">
Div here</div>

This div border color is #474e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474e81


Comments

No comments written yet.

Please login to write comment.