Color Hex Logo

#4067aa Color Hex

#4067AA
(64,103,170)
0 Favorites   0 Comments

Color spaces of #4067aa

RGB 64103170
HSL0.610.450.46
HSV218°62°67°
CMYK 0.620.390.00   0.33
XYZ14.220313.692839.9237
Yxy13.69280.20960.2018
Hunter Lab37.00383.8397-38.0658
CIE-Lab43.78917.7245-40.0639

#4067aa color RGB value is (64,103,170).

#4067aa hex color red value is 64, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4067aa hue: 0.61 , saturation: 0.45 and the lightness value of 4067aa is 0.46.

The process color (four color CMYK) of #4067aa color hex is 0.62, 0.39, 0.00, 0.33. Web safe color of #4067aa is #336699. Color #4067aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100111 10101010
Octal 100 147 252
Decimal 64 103 170
Hex 40 67 AA

RGB Percentages of Color #4067aa

%18.99
%30.56
%50.45

CMYK Percentages of Color #4067aa

%62
%39
%0
%33

Triadic Colors of #4067aa

#4067aa #aa4067 #67aa40

Analogous Colors of #4067aa

#4067aa #4e40aa #409caa

Monochromatic Colors of #4067aa

#4067aa

Complementary Color

#4067aa #aa8340

#4067aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4067aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4067aa Color CSS Codes

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

#4067aa Text Font Color

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

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


#4067aa Background Color

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

This div background color is #4067aa


#4067aa Border Color

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

This div border color is #4067aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,103,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 #4067aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4067aa


Comments

No comments written yet.

Please login to write comment.