Color Hex Logo

#466fcb Color Hex

#466FCB
(70,111,203)
0 Favorites   0 Comments

Color spaces of #466fcb

RGB 70111203
HSL0.620.560.54
HSV222°66°80°
CMYK 0.660.450.00   0.20
XYZ18.989716.982858.7770
Yxy16.98280.20040.1792
Hunter Lab41.210210.1351-55.7166
CIE-Lab48.238415.4113-52.0910

#466fcb color RGB value is (70,111,203).

#466fcb hex color red value is 70, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #466fcb hue: 0.62 , saturation: 0.56 and the lightness value of 466fcb is 0.54.

The process color (four color CMYK) of #466fcb color hex is 0.66, 0.45, 0.00, 0.20. Web safe color of #466fcb is #3366cc. Color #466fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11001011
Octal 106 157 313
Decimal 70 111 203
Hex 46 6F CB

RGB Percentages of Color #466fcb

%18.23
%28.91
%52.86

CMYK Percentages of Color #466fcb

%66
%45
%0
%20

Triadic Colors of #466fcb

#466fcb #cb466f #6fcb46

Analogous Colors of #466fcb

#466fcb #5f46cb #46b2cb

Monochromatic Colors of #466fcb

#466fcb

Complementary Color

#466fcb #cba246

#466fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fcb Color CSS Codes

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

#466fcb Text Font Color

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

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


#466fcb Background Color

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

This div background color is #466fcb


#466fcb Border Color

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

This div border color is #466fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fcb


Comments

No comments written yet.

Please login to write comment.