Color Hex Logo

#4091cc Color Hex

#4091CC
(64,145,204)
0 Favorites   0 Comments

Color spaces of #4091cc

RGB 64145204
HSL0.570.580.53
HSV205°69°80°
CMYK 0.690.290.00   0.20
XYZ23.138825.700460.8679
Yxy25.70040.21090.2343
Hunter Lab50.6956-7.2451-35.7000
CIE-Lab57.7516-5.6914-37.5974

#4091cc color RGB value is (64,145,204).

#4091cc hex color red value is 64, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4091cc hue: 0.57 , saturation: 0.58 and the lightness value of 4091cc is 0.53.

The process color (four color CMYK) of #4091cc color hex is 0.69, 0.29, 0.00, 0.20. Web safe color of #4091cc is #3399cc. Color #4091cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010001 11001100
Octal 100 221 314
Decimal 64 145 204
Hex 40 91 CC

RGB Percentages of Color #4091cc

%15.50
%35.11
%49.39

CMYK Percentages of Color #4091cc

%69
%29
%0
%20

Triadic Colors of #4091cc

#4091cc #cc4091 #91cc40

Analogous Colors of #4091cc

#4091cc #404bcc #40ccc1

Monochromatic Colors of #4091cc

#4091cc

Complementary Color

#4091cc #cc7b40

#4091cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4091cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4091cc Color CSS Codes

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

#4091cc Text Font Color

<p style="color:#4091cc">Text here</p>

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


#4091cc Background Color

<div style="background-color:#4091cc">
Div content here</div>

This div background color is #4091cc


#4091cc Border Color

<div style="border:3px solid #4091cc">
Div here</div>

This div border color is #4091cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,145,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4091cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4091cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4091cc;
  box-shadow:         1px 1px 3px 2px #4091cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4091cc


Comments

No comments written yet.

Please login to write comment.