Color Hex Logo

#466182 Color Hex

#466182
(70,97,130)
0 Favorites   0 Comments

Color spaces of #466182

RGB 7097130
HSL0.590.300.39
HSV213°46°51°
CMYK 0.460.250.00   0.49
XYZ10.829711.463222.7609
Yxy11.46320.24040.2544
Hunter Lab33.8573-2.1549-16.1581
CIE-Lab40.3499-0.4894-21.5420

#466182 color RGB value is (70,97,130).

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

The process color (four color CMYK) of #466182 color hex is 0.46, 0.25, 0.00, 0.49. Web safe color of #466182 is #336699. Color #466182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 10000010
Octal 106 141 202
Decimal 70 97 130
Hex 46 61 82

RGB Percentages of Color #466182

%23.57
%32.66
%43.77

CMYK Percentages of Color #466182

%46
%25
%0
%49

Triadic Colors of #466182

#466182 #824661 #618246

Analogous Colors of #466182

#466182 #494682 #467f82

Monochromatic Colors of #466182

#466182

Complementary Color

#466182 #826746

#466182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466182 Color CSS Codes

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

#466182 Text Font Color

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

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


#466182 Background Color

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

This div background color is #466182


#466182 Border Color

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

This div border color is #466182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466182


Comments

No comments written yet.

Please login to write comment.