Color Hex Logo

#474fbc Color Hex

#474FBC
(71,79,188)
0 Favorites   0 Comments

Color spaces of #474fbc

RGB 7179188
HSL0.660.470.51
HSV236°62°74°
CMYK 0.620.580.00   0.26
XYZ14.471610.562448.8530
Yxy10.56240.19590.1430
Hunter Lab32.499822.6081-66.3734
CIE-Lab38.833430.6396-58.5708

#474fbc color RGB value is (71,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 10111100
Octal 107 117 274
Decimal 71 79 188
Hex 47 4F BC

RGB Percentages of Color #474fbc

%21.01
%23.37
%55.62

CMYK Percentages of Color #474fbc

%62
%58
%0
%26

Triadic Colors of #474fbc

#474fbc #bc474f #4fbc47

Analogous Colors of #474fbc

#474fbc #7a47bc #478abc

Monochromatic Colors of #474fbc

#474fbc

Complementary Color

#474fbc #bcb447

#474fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#474fbc Color CSS Codes

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

#474fbc Text Font Color

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

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


#474fbc Background Color

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

This div background color is #474fbc


#474fbc Border Color

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

This div border color is #474fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474fbc


Comments

No comments written yet.

Please login to write comment.