Color Hex Logo

#466280 Color Hex

#466280
(70,98,128)
0 Favorites   0 Comments

Color spaces of #466280

RGB 7098128
HSL0.590.290.39
HSV211°45°50°
CMYK 0.450.230.00   0.50
XYZ10.789811.596022.0916
Yxy11.59600.24260.2607
Hunter Lab34.0529-3.0341-14.6270
CIE-Lab40.5667-1.7218-19.9932

#466280 color RGB value is (70,98,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 10000000
Octal 106 142 200
Decimal 70 98 128
Hex 46 62 80

RGB Percentages of Color #466280

%23.65
%33.11
%43.24

CMYK Percentages of Color #466280

%45
%23
%0
%50

Triadic Colors of #466280

#466280 #804662 #628046

Analogous Colors of #466280

#466280 #474680 #467f80

Monochromatic Colors of #466280

#466280

Complementary Color

#466280 #806446

#466280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466280 Color CSS Codes

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

#466280 Text Font Color

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

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


#466280 Background Color

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

This div background color is #466280


#466280 Border Color

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

This div border color is #466280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,98,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 #466280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466280


Comments

No comments written yet.

Please login to write comment.