Color Hex Logo

#474aab Color Hex

#474AAB
(71,74,171)
0 Favorites   0 Comments

Color spaces of #474aab

RGB 7174171
HSL0.660.410.47
HSV238°58°67°
CMYK 0.580.570.00   0.33
XYZ12.39809.177439.6461
Yxy9.17740.20250.1499
Hunter Lab30.294220.0368-56.3870
CIE-Lab36.323628.0429-52.6028

#474aab color RGB value is (71,74,171).

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

The process color (four color CMYK) of #474aab color hex is 0.58, 0.57, 0.00, 0.33. Web safe color of #474aab is #333399. Color #474aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 10101011
Octal 107 112 253
Decimal 71 74 171
Hex 47 4A AB

RGB Percentages of Color #474aab

%22.47
%23.42
%54.11

CMYK Percentages of Color #474aab

%58
%57
%0
%33

Triadic Colors of #474aab

#474aab #ab474a #4aab47

Analogous Colors of #474aab

#474aab #7647ab #477cab

Monochromatic Colors of #474aab

#474aab

Complementary Color

#474aab #aba847

#474aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#474aab Color CSS Codes

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

#474aab Text Font Color

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

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


#474aab Background Color

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

This div background color is #474aab


#474aab Border Color

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

This div border color is #474aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474aab


Comments

No comments written yet.

Please login to write comment.