Color Hex Logo

#466baf Color Hex

#466BAF
(70,107,175)
0 Favorites   0 Comments

Color spaces of #466baf

RGB 70107175
HSL0.610.430.48
HSV219°60°69°
CMYK 0.600.390.00   0.31
XYZ15.521314.912642.6178
Yxy14.91260.21250.2041
Hunter Lab38.61684.1652-38.4011
CIE-Lab45.51438.1483-40.2396

#466baf color RGB value is (70,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 10101111
Octal 106 153 257
Decimal 70 107 175
Hex 46 6B AF

RGB Percentages of Color #466baf

%19.89
%30.40
%49.72

CMYK Percentages of Color #466baf

%60
%39
%0
%31

Triadic Colors of #466baf

#466baf #af466b #6baf46

Analogous Colors of #466baf

#466baf #5646af #46a0af

Monochromatic Colors of #466baf

#466baf

Complementary Color

#466baf #af8a46

#466baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#466baf Color CSS Codes

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

#466baf Text Font Color

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

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


#466baf Background Color

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

This div background color is #466baf


#466baf Border Color

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

This div border color is #466baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466baf


Comments

No comments written yet.

Please login to write comment.