Color Hex Logo

#475869 Color Hex

#475869
(71,88,105)
0 Favorites   0 Comments

Color spaces of #475869

RGB 7188105
HSL0.580.190.35
HSV210°32°41°
CMYK 0.320.160.00   0.59
XYZ8.63819.339014.7119
Yxy9.33900.26430.2857
Hunter Lab30.5598-3.0244-7.1512
CIE-Lab36.6290-2.0488-11.8885

#475869 color RGB value is (71,88,105).

#475869 hex color red value is 71, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #475869 hue: 0.58 , saturation: 0.19 and the lightness value of 475869 is 0.35.

The process color (four color CMYK) of #475869 color hex is 0.32, 0.16, 0.00, 0.59. Web safe color of #475869 is #336666. Color #475869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 01101001
Octal 107 130 151
Decimal 71 88 105
Hex 47 58 69

RGB Percentages of Color #475869

%26.89
%33.33
%39.77

CMYK Percentages of Color #475869

%32
%16
%0
%59

Triadic Colors of #475869

#475869 #694758 #586947

Analogous Colors of #475869

#475869 #474769 #476969

Monochromatic Colors of #475869

#475869

Complementary Color

#475869 #695847

#475869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475869 Color CSS Codes

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

#475869 Text Font Color

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

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


#475869 Background Color

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

This div background color is #475869


#475869 Border Color

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

This div border color is #475869


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,88,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475869; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475869;
  -webkit-box-shadow: 1px 1px 3px 2px #475869;
  box-shadow:         1px 1px 3px 2px #475869; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475869

#475869 Color Palettes


Comments

No comments written yet.

Please login to write comment.