Color Hex Logo

#4074af Color Hex

#4074AF
(64,116,175)
0 Favorites   0 Comments

Color spaces of #4074af

RGB 64116175
HSL0.590.460.47
HSV212°63°69°
CMYK 0.630.340.00   0.31
XYZ16.097616.675942.9278
Yxy16.67590.21260.2203
Hunter Lab40.8361-1.0986-33.7416
CIE-Lab47.84901.4260-36.5680

#4074af color RGB value is (64,116,175).

#4074af hex color red value is 64, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4074af hue: 0.59 , saturation: 0.46 and the lightness value of 4074af is 0.47.

The process color (four color CMYK) of #4074af color hex is 0.63, 0.34, 0.00, 0.31. Web safe color of #4074af is #336699. Color #4074af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110100 10101111
Octal 100 164 257
Decimal 64 116 175
Hex 40 74 AF

RGB Percentages of Color #4074af

%18.03
%32.68
%49.30

CMYK Percentages of Color #4074af

%63
%34
%0
%31

Triadic Colors of #4074af

#4074af #af4074 #74af40

Analogous Colors of #4074af

#4074af #4340af #40acaf

Monochromatic Colors of #4074af

#4074af

Complementary Color

#4074af #af7b40

#4074af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4074af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4074af Color CSS Codes

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

#4074af Text Font Color

<p style="color:#4074af">Text here</p>

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


#4074af Background Color

<div style="background-color:#4074af">
Div content here</div>

This div background color is #4074af


#4074af Border Color

<div style="border:3px solid #4074af">
Div here</div>

This div border color is #4074af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,116,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4074af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4074af;
  -webkit-box-shadow: 1px 1px 3px 2px #4074af;
  box-shadow:         1px 1px 3px 2px #4074af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,116,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4074af


Comments

No comments written yet.

Please login to write comment.