Color Hex Logo

#475dbe Color Hex

#475DBE
(71,93,190)
0 Favorites   0 Comments

Color spaces of #475dbe

RGB 7193190
HSL0.640.480.51
HSV229°63°75°
CMYK 0.630.510.00   0.25
XYZ15.807112.886050.3693
Yxy12.88600.19990.1630
Hunter Lab35.897115.7817-58.0653
CIE-Lab42.591022.4159-53.6603

#475dbe color RGB value is (71,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10111110
Octal 107 135 276
Decimal 71 93 190
Hex 47 5D BE

RGB Percentages of Color #475dbe

%20.06
%26.27
%53.67

CMYK Percentages of Color #475dbe

%63
%51
%0
%25

Triadic Colors of #475dbe

#475dbe #be475d #5dbe47

Analogous Colors of #475dbe

#475dbe #6d47be #4799be

Monochromatic Colors of #475dbe

#475dbe

Complementary Color

#475dbe #bea847

#475dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dbe Color CSS Codes

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

#475dbe Text Font Color

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

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


#475dbe Background Color

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

This div background color is #475dbe


#475dbe Border Color

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

This div border color is #475dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dbe


Comments

No comments written yet.

Please login to write comment.