Color Hex Logo

#475ebc Color Hex

#475EBC
(71,94,188)
0 Favorites   0 Comments

Color spaces of #475ebc

RGB 7194188
HSL0.630.470.51
HSV228°62°74°
CMYK 0.620.500.00   0.26
XYZ15.678312.975849.2552
Yxy12.97580.20120.1666
Hunter Lab36.021914.6525-55.8558
CIE-Lab42.726821.0818-52.2772

#475ebc color RGB value is (71,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 10111100
Octal 107 136 274
Decimal 71 94 188
Hex 47 5E BC

RGB Percentages of Color #475ebc

%20.11
%26.63
%53.26

CMYK Percentages of Color #475ebc

%62
%50
%0
%26

Triadic Colors of #475ebc

#475ebc #bc475e #5ebc47

Analogous Colors of #475ebc

#475ebc #6b47bc #4799bc

Monochromatic Colors of #475ebc

#475ebc

Complementary Color

#475ebc #bca547

#475ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#475ebc Color CSS Codes

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

#475ebc Text Font Color

<p style="color:#475ebc">Text here</p>

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


#475ebc Background Color

<div style="background-color:#475ebc">
Div content here</div>

This div background color is #475ebc


#475ebc Border Color

<div style="border:3px solid #475ebc">
Div here</div>

This div border color is #475ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475ebc


Comments

No comments written yet.

Please login to write comment.