Color Hex Logo

#474ebf Color Hex

#474EBF
(71,78,191)
0 Favorites   0 Comments

Color spaces of #474ebf

RGB 7178191
HSL0.660.480.51
HSV237°63°75°
CMYK 0.630.590.00   0.25
XYZ14.726910.550050.5504
Yxy10.55000.19420.1391
Hunter Lab32.480824.0912-69.5376
CIE-Lab38.812032.2930-60.3610

#474ebf color RGB value is (71,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001110 10111111
Octal 107 116 277
Decimal 71 78 191
Hex 47 4E BF

RGB Percentages of Color #474ebf

%20.88
%22.94
%56.18

CMYK Percentages of Color #474ebf

%63
%59
%0
%25

Triadic Colors of #474ebf

#474ebf #bf474e #4ebf47

Analogous Colors of #474ebf

#474ebf #7c47bf #478abf

Monochromatic Colors of #474ebf

#474ebf

Complementary Color

#474ebf #bfb847

#474ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#474ebf Color CSS Codes

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

#474ebf Text Font Color

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

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


#474ebf Background Color

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

This div background color is #474ebf


#474ebf Border Color

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

This div border color is #474ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,78,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 #474ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474ebf


Comments

No comments written yet.

Please login to write comment.