Color Hex Logo

#474965 Color Hex

#474965
(71,73,101)
0 Favorites   0 Comments

Color spaces of #474965

RGB 7173101
HSL0.660.170.34
HSV236°30°40°
CMYK 0.300.280.00   0.60
XYZ7.33007.044313.2853
Yxy7.04430.26500.2547
Hunter Lab26.54112.8504-11.0992
CIE-Lab31.90756.3282-16.5982

#474965 color RGB value is (71,73,101).

#474965 hex color red value is 71, green value is 73 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #474965 hue: 0.66 , saturation: 0.17 and the lightness value of 474965 is 0.34.

The process color (four color CMYK) of #474965 color hex is 0.30, 0.28, 0.00, 0.60. Web safe color of #474965 is #333366. Color #474965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01100101
Octal 107 111 145
Decimal 71 73 101
Hex 47 49 65

RGB Percentages of Color #474965

%28.98
%29.80
%41.22

CMYK Percentages of Color #474965

%30
%28
%0
%60

Triadic Colors of #474965

#474965 #654749 #496547

Analogous Colors of #474965

#474965 #544765 #475865

Monochromatic Colors of #474965

#474965

Complementary Color

#474965 #656347

#474965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474965 Color CSS Codes

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

#474965 Text Font Color

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

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


#474965 Background Color

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

This div background color is #474965


#474965 Border Color

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

This div border color is #474965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474965


Comments

No comments written yet.

Please login to write comment.