Color Hex Logo

#464ac8 Color Hex

#464AC8
(70,74,200)
0 Favorites   0 Comments

Color spaces of #464ac8

RGB 7074200
HSL0.660.540.53
HSV238°65°78°
CMYK 0.650.630.00   0.22
XYZ15.399910.369855.8335
Yxy10.36980.18870.1271
Hunter Lab32.202229.0094-80.2580
CIE-Lab38.498137.6759-66.1194

#464ac8 color RGB value is (70,74,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11001000
Octal 106 112 310
Decimal 70 74 200
Hex 46 4A C8

RGB Percentages of Color #464ac8

%20.35
%21.51
%58.14

CMYK Percentages of Color #464ac8

%65
%63
%0
%22

Triadic Colors of #464ac8

#464ac8 #c8464a #4ac846

Analogous Colors of #464ac8

#464ac8 #8346c8 #468bc8

Monochromatic Colors of #464ac8

#464ac8

Complementary Color

#464ac8 #c8c446

#464ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464ac8 Color CSS Codes

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

#464ac8 Text Font Color

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

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


#464ac8 Background Color

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

This div background color is #464ac8


#464ac8 Border Color

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

This div border color is #464ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464ac8


Comments

No comments written yet.

Please login to write comment.