Color Hex Logo

#4a7ecc Color Hex

#4A7ECC
(74,126,204)
0 Favorites   0 Comments

Color spaces of #4a7ecc

RGB 74126204
HSL0.600.560.55
HSV216°64°80°
CMYK 0.640.380.00   0.20
XYZ21.184020.737260.0129
Yxy20.73720.20780.2034
Hunter Lab45.53813.3452-46.2593
CIE-Lab52.66077.2004-45.5998

#4a7ecc color RGB value is (74,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111110 11001100
Octal 112 176 314
Decimal 74 126 204
Hex 4A 7E CC

RGB Percentages of Color #4a7ecc

%18.32
%31.19
%50.50

CMYK Percentages of Color #4a7ecc

%64
%38
%0
%20

Triadic Colors of #4a7ecc

#4a7ecc #cc4a7e #7ecc4a

Analogous Colors of #4a7ecc

#4a7ecc #574acc #4abfcc

Monochromatic Colors of #4a7ecc

#4a7ecc

Complementary Color

#4a7ecc #cc984a

#4a7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7ecc Color CSS Codes

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

#4a7ecc Text Font Color

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

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


#4a7ecc Background Color

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

This div background color is #4a7ecc


#4a7ecc Border Color

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

This div border color is #4a7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7ecc


Comments

No comments written yet.

Please login to write comment.