Color Hex Logo

#4a7acc Color Hex

#4A7ACC
(74,122,204)
0 Favorites   0 Comments

Color spaces of #4a7acc

RGB 74122204
HSL0.610.560.55
HSV218°64°80°
CMYK 0.640.400.00   0.20
XYZ20.682719.734559.8458
Yxy19.73450.20630.1968
Hunter Lab44.42355.3648-48.7769
CIE-Lab51.53579.6391-47.3870

#4a7acc color RGB value is (74,122,204).

#4a7acc hex color red value is 74, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4a7acc hue: 0.61 , saturation: 0.56 and the lightness value of 4a7acc is 0.55.

The process color (four color CMYK) of #4a7acc color hex is 0.64, 0.40, 0.00, 0.20. Web safe color of #4a7acc is #3366cc. Color #4a7acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111010 11001100
Octal 112 172 314
Decimal 74 122 204
Hex 4A 7A CC

RGB Percentages of Color #4a7acc

%18.50
%30.50
%51.00

CMYK Percentages of Color #4a7acc

%64
%40
%0
%20

Triadic Colors of #4a7acc

#4a7acc #cc4a7a #7acc4a

Analogous Colors of #4a7acc

#4a7acc #5b4acc #4abbcc

Monochromatic Colors of #4a7acc

#4a7acc

Complementary Color

#4a7acc #cc9c4a

#4a7acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7acc Color CSS Codes

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

#4a7acc Text Font Color

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

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


#4a7acc Background Color

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

This div background color is #4a7acc


#4a7acc Border Color

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

This div border color is #4a7acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7acc


Comments

No comments written yet.

Please login to write comment.