Color Hex Logo

#474cb5 Color Hex

#474CB5
(71,76,181)
0 Favorites   0 Comments

Color spaces of #474cb5

RGB 7176181
HSL0.660.440.49
HSV237°61°71°
CMYK 0.610.580.00   0.29
XYZ13.52359.844744.9035
Yxy9.84470.19810.1442
Hunter Lab31.376322.0269-62.8883
CIE-Lab37.562330.1561-56.5200

#474cb5 color RGB value is (71,76,181).

#474cb5 hex color red value is 71, green value is 76 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #474cb5 hue: 0.66 , saturation: 0.44 and the lightness value of 474cb5 is 0.49.

The process color (four color CMYK) of #474cb5 color hex is 0.61, 0.58, 0.00, 0.29. Web safe color of #474cb5 is #3333cc. Color #474cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 10110101
Octal 107 114 265
Decimal 71 76 181
Hex 47 4C B5

RGB Percentages of Color #474cb5

%21.65
%23.17
%55.18

CMYK Percentages of Color #474cb5

%61
%58
%0
%29

Triadic Colors of #474cb5

#474cb5 #b5474c #4cb547

Analogous Colors of #474cb5

#474cb5 #7947b5 #4783b5

Monochromatic Colors of #474cb5

#474cb5

Complementary Color

#474cb5 #b5b047

#474cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cb5 Color CSS Codes

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

#474cb5 Text Font Color

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

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


#474cb5 Background Color

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

This div background color is #474cb5


#474cb5 Border Color

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

This div border color is #474cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cb5


Comments

No comments written yet.

Please login to write comment.