Color Hex Logo

#4a76ce Color Hex

#4A76CE
(74,118,206)
0 Favorites   0 Comments

Color spaces of #4a76ce

RGB 74118206
HSL0.610.570.55
HSV220°64°81°
CMYK 0.640.430.00   0.19
XYZ20.443118.868960.9571
Yxy18.86890.20390.1882
Hunter Lab43.43837.9892-52.7949
CIE-Lab50.533512.7932-50.1229

#4a76ce color RGB value is (74,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110110 11001110
Octal 112 166 316
Decimal 74 118 206
Hex 4A 76 CE

RGB Percentages of Color #4a76ce

%18.59
%29.65
%51.76

CMYK Percentages of Color #4a76ce

%64
%43
%0
%19

Triadic Colors of #4a76ce

#4a76ce #ce4a76 #76ce4a

Analogous Colors of #4a76ce

#4a76ce #604ace #4ab8ce

Monochromatic Colors of #4a76ce

#4a76ce

Complementary Color

#4a76ce #cea24a

#4a76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a76ce Color CSS Codes

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

#4a76ce Text Font Color

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

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


#4a76ce Background Color

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

This div background color is #4a76ce


#4a76ce Border Color

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

This div border color is #4a76ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a76ce


Comments

No comments written yet.

Please login to write comment.