Color Hex Logo

#466bed Color Hex

#466BED
(70,107,237)
0 Favorites   0 Comments

Color spaces of #466bed

RGB 70107237
HSL0.630.820.60
HSV227°70°93°
CMYK 0.700.550.00   0.07
XYZ23.069517.931982.3661
Yxy17.93190.18700.1454
Hunter Lab42.346123.1385-85.6810
CIE-Lab49.413429.9370-69.4509

#466bed color RGB value is (70,107,237).

#466bed hex color red value is 70, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #466bed hue: 0.63 , saturation: 0.82 and the lightness value of 466bed is 0.60.

The process color (four color CMYK) of #466bed color hex is 0.70, 0.55, 0.00, 0.07. Web safe color of #466bed is #3366ff. Color #466bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11101101
Octal 106 153 355
Decimal 70 107 237
Hex 46 6B ED

RGB Percentages of Color #466bed

%16.91
%25.85
%57.25

CMYK Percentages of Color #466bed

%70
%55
%0
%7

Triadic Colors of #466bed

#466bed #ed466b #6bed46

Analogous Colors of #466bed

#466bed #7546ed #46bfed

Monochromatic Colors of #466bed

#466bed

Complementary Color

#466bed #edc846

#466bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bed Color CSS Codes

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

#466bed Text Font Color

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

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


#466bed Background Color

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

This div background color is #466bed


#466bed Border Color

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

This div border color is #466bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bed


Comments

No comments written yet.

Please login to write comment.