Color Hex Logo

#474867 Color Hex

#474867
(71,72,103)
0 Favorites   0 Comments

Color spaces of #474867

RGB 7172103
HSL0.660.180.34
HSV238°31°40°
CMYK 0.310.300.00   0.60
XYZ7.36416.953613.7860
Yxy6.95360.26200.2474
Hunter Lab26.36973.7017-12.5379
CIE-Lab31.70107.5478-18.1851

#474867 color RGB value is (71,72,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 01100111
Octal 107 110 147
Decimal 71 72 103
Hex 47 48 67

RGB Percentages of Color #474867

%28.86
%29.27
%41.87

CMYK Percentages of Color #474867

%31
%30
%0
%60

Triadic Colors of #474867

#474867 #674748 #486747

Analogous Colors of #474867

#474867 #564767 #475867

Monochromatic Colors of #474867

#474867

Complementary Color

#474867 #676647

#474867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474867 Color CSS Codes

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

#474867 Text Font Color

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

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


#474867 Background Color

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

This div background color is #474867


#474867 Border Color

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

This div border color is #474867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474867


Comments

No comments written yet.

Please login to write comment.