Color Hex Logo

#475b8d Color Hex

#475B8D
(71,91,141)
0 Favorites   0 Comments

Color spaces of #475b8d

RGB 7191141
HSL0.620.330.42
HSV223°50°55°
CMYK 0.500.350.00   0.45
XYZ11.147310.744926.6857
Yxy10.74490.22950.2212
Hunter Lab32.77943.3385-25.3224
CIE-Lab39.14757.0404-30.0793

#475b8d color RGB value is (71,91,141).

#475b8d hex color red value is 71, green value is 91 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #475b8d hue: 0.62 , saturation: 0.33 and the lightness value of 475b8d is 0.42.

The process color (four color CMYK) of #475b8d color hex is 0.50, 0.35, 0.00, 0.45. Web safe color of #475b8d is #336699. Color #475b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 10001101
Octal 107 133 215
Decimal 71 91 141
Hex 47 5B 8D

RGB Percentages of Color #475b8d

%23.43
%30.03
%46.53

CMYK Percentages of Color #475b8d

%50
%35
%0
%45

Triadic Colors of #475b8d

#475b8d #8d475b #5b8d47

Analogous Colors of #475b8d

#475b8d #56478d #477e8d

Monochromatic Colors of #475b8d

#475b8d

Complementary Color

#475b8d #8d7947

#475b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#475b8d Color CSS Codes

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

#475b8d Text Font Color

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

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


#475b8d Background Color

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

This div background color is #475b8d


#475b8d Border Color

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

This div border color is #475b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475b8d


Comments

No comments written yet.

Please login to write comment.