Color Hex Logo

#4a64b7 Color Hex

#4A64B7
(74,100,183)
0 Favorites   0 Comments

Color spaces of #4a64b7

RGB 74100183
HSL0.630.430.50
HSV226°60°72°
CMYK 0.600.450.00   0.28
XYZ15.928513.989146.6604
Yxy13.98910.20800.1827
Hunter Lab37.402010.5648-47.7851
CIE-Lab44.217316.1080-46.9625

#4a64b7 color RGB value is (74,100,183).

#4a64b7 hex color red value is 74, green value is 100 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #4a64b7 hue: 0.63 , saturation: 0.43 and the lightness value of 4a64b7 is 0.50.

The process color (four color CMYK) of #4a64b7 color hex is 0.60, 0.45, 0.00, 0.28. Web safe color of #4a64b7 is #3366cc. Color #4a64b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100100 10110111
Octal 112 144 267
Decimal 74 100 183
Hex 4A 64 B7

RGB Percentages of Color #4a64b7

%20.73
%28.01
%51.26

CMYK Percentages of Color #4a64b7

%60
%45
%0
%28

Triadic Colors of #4a64b7

#4a64b7 #b74a64 #64b74a

Analogous Colors of #4a64b7

#4a64b7 #674ab7 #4a9bb7

Monochromatic Colors of #4a64b7

#4a64b7

Complementary Color

#4a64b7 #b79d4a

#4a64b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a64b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a64b7 Color CSS Codes

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

#4a64b7 Text Font Color

<p style="color:#4a64b7">Text here</p>

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


#4a64b7 Background Color

<div style="background-color:#4a64b7">
Div content here</div>

This div background color is #4a64b7


#4a64b7 Border Color

<div style="border:3px solid #4a64b7">
Div here</div>

This div border color is #4a64b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,100,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a64b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a64b7;
  -webkit-box-shadow: 1px 1px 3px 2px #4a64b7;
  box-shadow:         1px 1px 3px 2px #4a64b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a64b7


Comments

No comments written yet.

Please login to write comment.