Color Hex Logo

#474fbd Color Hex

#474FBD
(71,79,189)
0 Favorites   0 Comments

Color spaces of #474fbd

RGB 7179189
HSL0.660.470.51
HSV236°62°74°
CMYK 0.620.580.00   0.26
XYZ14.579810.605749.4228
Yxy10.60570.19540.1422
Hunter Lab32.566422.9223-67.1821
CIE-Lab38.908330.9808-59.0348

#474fbd color RGB value is (71,79,189).

#474fbd hex color red value is 71, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #474fbd hue: 0.66 , saturation: 0.47 and the lightness value of 474fbd is 0.51.

The process color (four color CMYK) of #474fbd color hex is 0.62, 0.58, 0.00, 0.26. Web safe color of #474fbd is #3366cc. Color #474fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 10111101
Octal 107 117 275
Decimal 71 79 189
Hex 47 4F BD

RGB Percentages of Color #474fbd

%20.94
%23.30
%55.75

CMYK Percentages of Color #474fbd

%62
%58
%0
%26

Triadic Colors of #474fbd

#474fbd #bd474f #4fbd47

Analogous Colors of #474fbd

#474fbd #7a47bd #478abd

Monochromatic Colors of #474fbd

#474fbd

Complementary Color

#474fbd #bdb547

#474fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474fbd Color CSS Codes

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

#474fbd Text Font Color

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

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


#474fbd Background Color

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

This div background color is #474fbd


#474fbd Border Color

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

This div border color is #474fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474fbd


Comments

No comments written yet.

Please login to write comment.