Color Hex Logo

#466bae Color Hex

#466BAE
(70,107,174)
0 Favorites   0 Comments

Color spaces of #466bae

RGB 70107174
HSL0.610.430.48
HSV219°60°68°
CMYK 0.600.390.00   0.32
XYZ15.423514.873542.1024
Yxy14.87350.21300.2054
Hunter Lab38.56623.8954-37.7301
CIE-Lab45.46047.8050-39.7402

#466bae color RGB value is (70,107,174).

#466bae hex color red value is 70, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #466bae hue: 0.61 , saturation: 0.43 and the lightness value of 466bae is 0.48.

The process color (four color CMYK) of #466bae color hex is 0.60, 0.39, 0.00, 0.32. Web safe color of #466bae is #336699. Color #466bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 10101110
Octal 106 153 256
Decimal 70 107 174
Hex 46 6B AE

RGB Percentages of Color #466bae

%19.94
%30.48
%49.57

CMYK Percentages of Color #466bae

%60
%39
%0
%32

Triadic Colors of #466bae

#466bae #ae466b #6bae46

Analogous Colors of #466bae

#466bae #5546ae #469fae

Monochromatic Colors of #466bae

#466bae

Complementary Color

#466bae #ae8946

#466bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bae Color CSS Codes

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

#466bae Text Font Color

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

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


#466bae Background Color

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

This div background color is #466bae


#466bae Border Color

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

This div border color is #466bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,107,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466bae;
  -webkit-box-shadow: 1px 1px 3px 2px #466bae;
  box-shadow:         1px 1px 3px 2px #466bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bae


Comments

No comments written yet.

Please login to write comment.