Color Hex Logo

#4379aa Color Hex

#4379AA
(67,121,170)
0 Favorites   0 Comments

Color spaces of #4379aa

RGB 67121170
HSL0.580.430.46
HSV209°61°67°
CMYK 0.610.290.00   0.33
XYZ16.407817.770340.5954
Yxy17.77030.21940.2377
Hunter Lab42.1548-4.2939-27.5883
CIE-Lab49.2163-2.7018-31.5050

#4379aa color RGB value is (67,121,170).

#4379aa hex color red value is 67, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4379aa hue: 0.58 , saturation: 0.43 and the lightness value of 4379aa is 0.46.

The process color (four color CMYK) of #4379aa color hex is 0.61, 0.29, 0.00, 0.33. Web safe color of #4379aa is #336699. Color #4379aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01111001 10101010
Octal 103 171 252
Decimal 67 121 170
Hex 43 79 AA

RGB Percentages of Color #4379aa

%18.72
%33.80
%47.49

CMYK Percentages of Color #4379aa

%61
%29
%0
%33

Triadic Colors of #4379aa

#4379aa #aa4379 #79aa43

Analogous Colors of #4379aa

#4379aa #4346aa #43aaa8

Monochromatic Colors of #4379aa

#4379aa

Complementary Color

#4379aa #aa7443

#4379aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4379aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4379aa Color CSS Codes

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

#4379aa Text Font Color

<p style="color:#4379aa">Text here</p>

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


#4379aa Background Color

<div style="background-color:#4379aa">
Div content here</div>

This div background color is #4379aa


#4379aa Border Color

<div style="border:3px solid #4379aa">
Div here</div>

This div border color is #4379aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,121,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4379aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4379aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4379aa;
  box-shadow:         1px 1px 3px 2px #4379aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,121,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4379aa


Comments

No comments written yet.

Please login to write comment.