Color Hex Logo

#464abc Color Hex

#464ABC
(70,74,188)
0 Favorites   0 Comments

Color spaces of #464abc

RGB 7074188
HSL0.660.470.51
HSV238°63°74°
CMYK 0.630.610.00   0.26
XYZ14.05179.830548.7338
Yxy9.83050.19350.1354
Hunter Lab31.353625.1292-70.2085
CIE-Lab37.536533.6223-60.6823

#464abc color RGB value is (70,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 10111100
Octal 106 112 274
Decimal 70 74 188
Hex 46 4A BC

RGB Percentages of Color #464abc

%21.08
%22.29
%56.63

CMYK Percentages of Color #464abc

%63
%61
%0
%26

Triadic Colors of #464abc

#464abc #bc464a #4abc46

Analogous Colors of #464abc

#464abc #7d46bc #4685bc

Monochromatic Colors of #464abc

#464abc

Complementary Color

#464abc #bcb846

#464abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#464abc Color CSS Codes

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

#464abc Text Font Color

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

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


#464abc Background Color

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

This div background color is #464abc


#464abc Border Color

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

This div border color is #464abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,74,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 #464abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464abc


Comments

No comments written yet.

Please login to write comment.