Color Hex Logo

#476da5 Color Hex

#476DA5
(71,109,165)
0 Favorites   0 Comments

Color spaces of #476da5

RGB 71109165
HSL0.600.400.46
HSV216°57°65°
CMYK 0.570.340.00   0.35
XYZ14.858714.993537.7082
Yxy14.99350.21990.2219
Hunter Lab38.72140.7338-30.6335
CIE-Lab45.62533.7240-34.1995

#476da5 color RGB value is (71,109,165).

#476da5 hex color red value is 71, green value is 109 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #476da5 hue: 0.60 , saturation: 0.40 and the lightness value of 476da5 is 0.46.

The process color (four color CMYK) of #476da5 color hex is 0.57, 0.34, 0.00, 0.35. Web safe color of #476da5 is #336699. Color #476da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 10100101
Octal 107 155 245
Decimal 71 109 165
Hex 47 6D A5

RGB Percentages of Color #476da5

%20.58
%31.59
%47.83

CMYK Percentages of Color #476da5

%57
%34
%0
%35

Triadic Colors of #476da5

#476da5 #a5476d #6da547

Analogous Colors of #476da5

#476da5 #5047a5 #479ca5

Monochromatic Colors of #476da5

#476da5

Complementary Color

#476da5 #a57f47

#476da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476da5 Color CSS Codes

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

#476da5 Text Font Color

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

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


#476da5 Background Color

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

This div background color is #476da5


#476da5 Border Color

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

This div border color is #476da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476da5


Comments

No comments written yet.

Please login to write comment.