Color Hex Logo

#4776b4 Color Hex

#4776B4
(71,118,180)
1 Favorites   1 Comments

Color spaces of #4776b4

RGB 71118180
HSL0.590.430.49
HSV214°61°71°
CMYK 0.610.340.00   0.29
XYZ17.315217.591745.6630
Yxy17.59170.21490.2183
Hunter Lab41.94250.2912-35.1896
CIE-Lab48.99713.2835-37.6394

#4776b4 color RGB value is (71,118,180).

#4776b4 hex color red value is 71, green value is 118 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #4776b4 hue: 0.59 , saturation: 0.43 and the lightness value of 4776b4 is 0.49.

The process color (four color CMYK) of #4776b4 color hex is 0.61, 0.34, 0.00, 0.29. Web safe color of #4776b4 is #3366cc. Color #4776b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110110 10110100
Octal 107 166 264
Decimal 71 118 180
Hex 47 76 B4

RGB Percentages of Color #4776b4

%19.24
%31.98
%48.78

CMYK Percentages of Color #4776b4

%61
%34
%0
%29

Triadic Colors of #4776b4

#4776b4 #b44776 #76b447

Analogous Colors of #4776b4

#4776b4 #4f47b4 #47adb4

Monochromatic Colors of #4776b4

#4776b4

Complementary Color

#4776b4 #b48547

#4776b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4776b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4776b4 Color CSS Codes

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

#4776b4 Text Font Color

<p style="color:#4776b4">Text here</p>

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


#4776b4 Background Color

<div style="background-color:#4776b4">
Div content here</div>

This div background color is #4776b4


#4776b4 Border Color

<div style="border:3px solid #4776b4">
Div here</div>

This div border color is #4776b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,118,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4776b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4776b4;
  -webkit-box-shadow: 1px 1px 3px 2px #4776b4;
  box-shadow:         1px 1px 3px 2px #4776b4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4776b4

#4776b4 Color Palettes


Comments

13 Mar 2019, 18:23 DrakonchikUA

It's blue with smog.

Please login to write comment.