Color Hex Logo

#466978 Color Hex

#466978
(70,105,120)
0 Favorites   0 Comments

Color spaces of #466978

RGB 70105120
HSL0.550.260.37
HSV198°42°47°
CMYK 0.420.130.00   0.53
XYZ10.967512.761319.6544
Yxy12.76130.25280.2942
Hunter Lab35.7230-7.7129-7.6147
CIE-Lab42.4014-8.3080-12.3387

#466978 color RGB value is (70,105,120).

#466978 hex color red value is 70, green value is 105 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #466978 hue: 0.55 , saturation: 0.26 and the lightness value of 466978 is 0.37.

The process color (four color CMYK) of #466978 color hex is 0.42, 0.13, 0.00, 0.53. Web safe color of #466978 is #336666. Color #466978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 01111000
Octal 106 151 170
Decimal 70 105 120
Hex 46 69 78

RGB Percentages of Color #466978

%23.73
%35.59
%40.68

CMYK Percentages of Color #466978

%42
%13
%0
%53

Triadic Colors of #466978

#466978 #784669 #697846

Analogous Colors of #466978

#466978 #465078 #46786e

Monochromatic Colors of #466978

#466978

Complementary Color

#466978 #785546

#466978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466978 Color CSS Codes

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

#466978 Text Font Color

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

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


#466978 Background Color

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

This div background color is #466978


#466978 Border Color

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

This div border color is #466978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466978


Comments

No comments written yet.

Please login to write comment.