Color Hex Logo

#475fbe Color Hex

#475FBE
(71,95,190)
0 Favorites   0 Comments

Color spaces of #475fbe

RGB 7195190
HSL0.630.480.51
HSV228°63°75°
CMYK 0.630.500.00   0.25
XYZ15.985013.241750.4286
Yxy13.24170.20070.1662
Hunter Lab36.389114.7304-56.6925
CIE-Lab43.125221.1409-52.7999

#475fbe color RGB value is (71,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 10111110
Octal 107 137 276
Decimal 71 95 190
Hex 47 5F BE

RGB Percentages of Color #475fbe

%19.94
%26.69
%53.37

CMYK Percentages of Color #475fbe

%63
%50
%0
%25

Triadic Colors of #475fbe

#475fbe #be475f #5fbe47

Analogous Colors of #475fbe

#475fbe #6b47be #479bbe

Monochromatic Colors of #475fbe

#475fbe

Complementary Color

#475fbe #bea647

#475fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fbe Color CSS Codes

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

#475fbe Text Font Color

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

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


#475fbe Background Color

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

This div background color is #475fbe


#475fbe Border Color

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

This div border color is #475fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fbe


Comments

No comments written yet.

Please login to write comment.