Color Hex Logo

#476aab Color Hex

#476AAB
(71,106,171)
0 Favorites   0 Comments

Color spaces of #476aab

RGB 71106171
HSL0.610.410.47
HSV219°58°67°
CMYK 0.580.380.00   0.33
XYZ15.103314.587940.5478
Yxy14.58790.21500.2077
Hunter Lab38.19413.7455-36.2078
CIE-Lab45.06457.6111-38.6069

#476aab color RGB value is (71,106,171).

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

The process color (four color CMYK) of #476aab color hex is 0.58, 0.38, 0.00, 0.33. Web safe color of #476aab is #336699. Color #476aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 10101011
Octal 107 152 253
Decimal 71 106 171
Hex 47 6A AB

RGB Percentages of Color #476aab

%20.40
%30.46
%49.14

CMYK Percentages of Color #476aab

%58
%38
%0
%33

Triadic Colors of #476aab

#476aab #ab476a #6aab47

Analogous Colors of #476aab

#476aab #5647ab #479cab

Monochromatic Colors of #476aab

#476aab

Complementary Color

#476aab #ab8847

#476aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#476aab Color CSS Codes

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

#476aab Text Font Color

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

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


#476aab Background Color

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

This div background color is #476aab


#476aab Border Color

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

This div border color is #476aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476aab


Comments

No comments written yet.

Please login to write comment.