Color Hex Logo

#466274 Color Hex

#466274
(70,98,116)
0 Favorites   0 Comments

Color spaces of #466274

RGB 7098116
HSL0.570.250.36
HSV203°40°45°
CMYK 0.400.160.00   0.55
XYZ10.045911.298418.1743
Yxy11.29840.25420.2859
Hunter Lab33.6131-5.4749-8.5284
CIE-Lab40.0786-5.3147-13.4319

#466274 color RGB value is (70,98,116).

#466274 hex color red value is 70, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #466274 hue: 0.57 , saturation: 0.25 and the lightness value of 466274 is 0.36.

The process color (four color CMYK) of #466274 color hex is 0.40, 0.16, 0.00, 0.55. Web safe color of #466274 is #336666. Color #466274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 01110100
Octal 106 142 164
Decimal 70 98 116
Hex 46 62 74

RGB Percentages of Color #466274

%24.65
%34.51
%40.85

CMYK Percentages of Color #466274

%40
%16
%0
%55

Triadic Colors of #466274

#466274 #744662 #627446

Analogous Colors of #466274

#466274 #464b74 #46746f

Monochromatic Colors of #466274

#466274

Complementary Color

#466274 #745846

#466274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466274 Color CSS Codes

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

#466274 Text Font Color

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

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


#466274 Background Color

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

This div background color is #466274


#466274 Border Color

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

This div border color is #466274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466274


Comments

No comments written yet.

Please login to write comment.