Color Hex Logo

#474670 Color Hex

#474670
(71,70,112)
0 Favorites   0 Comments

Color spaces of #474670

RGB 7170112
HSL0.670.230.36
HSV241°38°44°
CMYK 0.370.380.00   0.56
XYZ7.71336.889816.2526
Yxy6.88980.25000.2233
Hunter Lab26.24846.5188-18.3375
CIE-Lab31.554711.4959-24.1015

#474670 color RGB value is (71,70,112).

#474670 hex color red value is 71, green value is 70 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #474670 hue: 0.67 , saturation: 0.23 and the lightness value of 474670 is 0.36.

The process color (four color CMYK) of #474670 color hex is 0.37, 0.38, 0.00, 0.56. Web safe color of #474670 is #333366. Color #474670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 01110000
Octal 107 106 160
Decimal 71 70 112
Hex 47 46 70

RGB Percentages of Color #474670

%28.06
%27.67
%44.27

CMYK Percentages of Color #474670

%37
%38
%0
%56

Triadic Colors of #474670

#474670 #704746 #467047

Analogous Colors of #474670

#474670 #5c4670 #465a70

Monochromatic Colors of #474670

#474670

Complementary Color

#474670 #6f7046

#474670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474670 Color CSS Codes

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

#474670 Text Font Color

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

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


#474670 Background Color

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

This div background color is #474670


#474670 Border Color

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

This div border color is #474670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474670


Comments

No comments written yet.

Please login to write comment.