Color Hex Logo

#476daf Color Hex

#476DAF
(71,109,175)
0 Favorites   0 Comments

Color spaces of #476daf

RGB 71109175
HSL0.610.420.48
HSV218°59°69°
CMYK 0.590.380.00   0.31
XYZ15.805015.372042.6915
Yxy15.37200.21400.2081
Hunter Lab39.20713.3436-37.1141
CIE-Lab46.13967.1081-39.2458

#476daf color RGB value is (71,109,175).

#476daf hex color red value is 71, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #476daf hue: 0.61 , saturation: 0.42 and the lightness value of 476daf is 0.48.

The process color (four color CMYK) of #476daf color hex is 0.59, 0.38, 0.00, 0.31. Web safe color of #476daf is #336699. Color #476daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 10101111
Octal 107 155 257
Decimal 71 109 175
Hex 47 6D AF

RGB Percentages of Color #476daf

%20.00
%30.70
%49.30

CMYK Percentages of Color #476daf

%59
%38
%0
%31

Triadic Colors of #476daf

#476daf #af476d #6daf47

Analogous Colors of #476daf

#476daf #5547af #47a1af

Monochromatic Colors of #476daf

#476daf

Complementary Color

#476daf #af8947

#476daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#476daf Color CSS Codes

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

#476daf Text Font Color

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

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


#476daf Background Color

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

This div background color is #476daf


#476daf Border Color

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

This div border color is #476daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476daf


Comments

No comments written yet.

Please login to write comment.