Color Hex Logo

#474aae Color Hex

#474AAE
(71,74,174)
0 Favorites   0 Comments

Color spaces of #474aae

RGB 7174174
HSL0.660.420.48
HSV238°59°68°
CMYK 0.590.570.00   0.32
XYZ12.68739.293141.1695
Yxy9.29310.20090.1472
Hunter Lab30.484620.9414-58.7321
CIE-Lab36.542629.0563-54.0316

#474aae color RGB value is (71,74,174).

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

The process color (four color CMYK) of #474aae color hex is 0.59, 0.57, 0.00, 0.32. Web safe color of #474aae is #333399. Color #474aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 10101110
Octal 107 112 256
Decimal 71 74 174
Hex 47 4A AE

RGB Percentages of Color #474aae

%22.26
%23.20
%54.55

CMYK Percentages of Color #474aae

%59
%57
%0
%32

Triadic Colors of #474aae

#474aae #ae474a #4aae47

Analogous Colors of #474aae

#474aae #7847ae #477eae

Monochromatic Colors of #474aae

#474aae

Complementary Color

#474aae #aeab47

#474aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#474aae Color CSS Codes

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

#474aae Text Font Color

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

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


#474aae Background Color

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

This div background color is #474aae


#474aae Border Color

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

This div border color is #474aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474aae


Comments

No comments written yet.

Please login to write comment.