Color Hex Logo

#4277ae Color Hex

#4277AE
(66,119,174)
0 Favorites   0 Comments

Color spaces of #4277ae

RGB 66119174
HSL0.580.450.47
HSV211°62°68°
CMYK 0.620.320.00   0.32
XYZ16.483617.407942.5357
Yxy17.40790.21570.2278
Hunter Lab41.7228-2.4941-31.2393
CIE-Lab48.7699-0.3496-34.5323

#4277ae color RGB value is (66,119,174).

#4277ae hex color red value is 66, green value is 119 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4277ae hue: 0.58 , saturation: 0.45 and the lightness value of 4277ae is 0.47.

The process color (four color CMYK) of #4277ae color hex is 0.62, 0.32, 0.00, 0.32. Web safe color of #4277ae is #336699. Color #4277ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 10101110
Octal 102 167 256
Decimal 66 119 174
Hex 42 77 AE

RGB Percentages of Color #4277ae

%18.38
%33.15
%48.47

CMYK Percentages of Color #4277ae

%62
%32
%0
%32

Triadic Colors of #4277ae

#4277ae #ae4277 #77ae42

Analogous Colors of #4277ae

#4277ae #4342ae #42adae

Monochromatic Colors of #4277ae

#4277ae

Complementary Color

#4277ae #ae7942

#4277ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4277ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4277ae Color CSS Codes

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

#4277ae Text Font Color

<p style="color:#4277ae">Text here</p>

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


#4277ae Background Color

<div style="background-color:#4277ae">
Div content here</div>

This div background color is #4277ae


#4277ae Border Color

<div style="border:3px solid #4277ae">
Div here</div>

This div border color is #4277ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,119,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4277ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4277ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4277ae;
  box-shadow:         1px 1px 3px 2px #4277ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,119,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4277ae


Comments

No comments written yet.

Please login to write comment.