Color Hex Logo

#467780 Color Hex

#467780
(70,119,128)
0 Favorites   0 Comments

Color spaces of #467780

RGB 70119128
HSL0.530.290.39
HSV189°45°50°
CMYK 0.450.070.00   0.50
XYZ13.018916.054322.8347
Yxy16.05430.25080.3093
Hunter Lab40.0678-12.1202-5.7420
CIE-Lab47.0456-14.0084-10.1258

#467780 color RGB value is (70,119,128).

#467780 hex color red value is 70, green value is 119 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #467780 hue: 0.53 , saturation: 0.29 and the lightness value of 467780 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110111 10000000
Octal 106 167 200
Decimal 70 119 128
Hex 46 77 80

RGB Percentages of Color #467780

%22.08
%37.54
%40.38

CMYK Percentages of Color #467780

%45
%7
%0
%50

Triadic Colors of #467780

#467780 #804677 #778046

Analogous Colors of #467780

#467780 #465a80 #46806c

Monochromatic Colors of #467780

#467780

Complementary Color

#467780 #804f46

#467780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467780 Color CSS Codes

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

#467780 Text Font Color

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

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


#467780 Background Color

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

This div background color is #467780


#467780 Border Color

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

This div border color is #467780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467780


Comments

No comments written yet.

Please login to write comment.