Color Hex Logo

#466281 Color Hex

#466281
(70,98,129)
0 Favorites   0 Comments

Color spaces of #466281

RGB 7098129
HSL0.590.300.39
HSV212°46°51°
CMYK 0.460.240.00   0.49
XYZ10.855911.622422.4401
Yxy11.62240.24170.2587
Hunter Lab34.0916-2.8201-15.1622
CIE-Lab40.6096-1.4133-20.5340

#466281 color RGB value is (70,98,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 10000001
Octal 106 142 201
Decimal 70 98 129
Hex 46 62 81

RGB Percentages of Color #466281

%23.57
%33.00
%43.43

CMYK Percentages of Color #466281

%46
%24
%0
%49

Triadic Colors of #466281

#466281 #814662 #628146

Analogous Colors of #466281

#466281 #474681 #468081

Monochromatic Colors of #466281

#466281

Complementary Color

#466281 #816546

#466281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466281 Color CSS Codes

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

#466281 Text Font Color

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

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


#466281 Background Color

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

This div background color is #466281


#466281 Border Color

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

This div border color is #466281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466281


Comments

No comments written yet.

Please login to write comment.