Color Hex Logo

#466abc Color Hex

#466ABC
(70,106,188)
0 Favorites   0 Comments

Color spaces of #466abc

RGB 70106188
HSL0.620.470.51
HSV222°63°74°
CMYK 0.630.440.00   0.26
XYZ16.756915.241049.6356
Yxy15.24100.20530.1867
Hunter Lab39.03978.2975-48.0543
CIE-Lab45.962513.2838-47.0925

#466abc color RGB value is (70,106,188).

#466abc hex color red value is 70, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #466abc hue: 0.62 , saturation: 0.47 and the lightness value of 466abc is 0.51.

The process color (four color CMYK) of #466abc color hex is 0.63, 0.44, 0.00, 0.26. Web safe color of #466abc is #3366cc. Color #466abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 10111100
Octal 106 152 274
Decimal 70 106 188
Hex 46 6A BC

RGB Percentages of Color #466abc

%19.23
%29.12
%51.65

CMYK Percentages of Color #466abc

%63
%44
%0
%26

Triadic Colors of #466abc

#466abc #bc466a #6abc46

Analogous Colors of #466abc

#466abc #5d46bc #46a5bc

Monochromatic Colors of #466abc

#466abc

Complementary Color

#466abc #bc9846

#466abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#466abc Color CSS Codes

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

#466abc Text Font Color

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

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


#466abc Background Color

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

This div background color is #466abc


#466abc Border Color

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

This div border color is #466abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466abc


Comments

No comments written yet.

Please login to write comment.