Color Hex Logo

#474cbf Color Hex

#474CBF
(71,76,191)
0 Favorites   0 Comments

Color spaces of #474cbf

RGB 7176191
HSL0.660.480.51
HSV238°63°75°
CMYK 0.630.600.00   0.25
XYZ14.586910.270150.5037
Yxy10.27010.19360.1363
Hunter Lab32.047025.1660-71.0038
CIE-Lab38.322933.5474-61.1565

#474cbf color RGB value is (71,76,191).

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

The process color (four color CMYK) of #474cbf color hex is 0.63, 0.60, 0.00, 0.25. Web safe color of #474cbf is #3333cc. Color #474cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 10111111
Octal 107 114 277
Decimal 71 76 191
Hex 47 4C BF

RGB Percentages of Color #474cbf

%21.01
%22.49
%56.51

CMYK Percentages of Color #474cbf

%63
%60
%0
%25

Triadic Colors of #474cbf

#474cbf #bf474c #4cbf47

Analogous Colors of #474cbf

#474cbf #7e47bf #4788bf

Monochromatic Colors of #474cbf

#474cbf

Complementary Color

#474cbf #bfba47

#474cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cbf Color CSS Codes

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

#474cbf Text Font Color

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

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


#474cbf Background Color

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

This div background color is #474cbf


#474cbf Border Color

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

This div border color is #474cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cbf


Comments

No comments written yet.

Please login to write comment.