Color Hex Logo

#475fbf Color Hex

#475FBF
(71,95,191)
0 Favorites   0 Comments

Color spaces of #475fbf

RGB 7195191
HSL0.630.480.51
HSV228°63°75°
CMYK 0.630.500.00   0.25
XYZ16.094713.285651.0063
Yxy13.28560.20020.1653
Hunter Lab36.449415.0324-57.4542
CIE-Lab43.190521.4895-53.2760

#475fbf color RGB value is (71,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 10111111
Octal 107 137 277
Decimal 71 95 191
Hex 47 5F BF

RGB Percentages of Color #475fbf

%19.89
%26.61
%53.50

CMYK Percentages of Color #475fbf

%63
%50
%0
%25

Triadic Colors of #475fbf

#475fbf #bf475f #5fbf47

Analogous Colors of #475fbf

#475fbf #6b47bf #479bbf

Monochromatic Colors of #475fbf

#475fbf

Complementary Color

#475fbf #bfa747

#475fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fbf Color CSS Codes

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

#475fbf Text Font Color

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

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


#475fbf Background Color

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

This div background color is #475fbf


#475fbf Border Color

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

This div border color is #475fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fbf


Comments

No comments written yet.

Please login to write comment.