Color Hex Logo

#4591cc Color Hex

#4591CC
(69,145,204)
0 Favorites   0 Comments

Color spaces of #4591cc

RGB 69145204
HSL0.570.570.54
HSV206°66°80°
CMYK 0.660.290.00   0.20
XYZ23.478725.875660.8838
Yxy25.87560.21300.2347
Hunter Lab50.8681-6.6305-35.3563
CIE-Lab57.9188-4.8909-37.3235

#4591cc color RGB value is (69,145,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010001 11001100
Octal 105 221 314
Decimal 69 145 204
Hex 45 91 CC

RGB Percentages of Color #4591cc

%16.51
%34.69
%48.80

CMYK Percentages of Color #4591cc

%66
%29
%0
%20

Triadic Colors of #4591cc

#4591cc #cc4591 #91cc45

Analogous Colors of #4591cc

#4591cc #454dcc #45ccc4

Monochromatic Colors of #4591cc

#4591cc

Complementary Color

#4591cc #cc8045

#4591cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4591cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4591cc Color CSS Codes

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

#4591cc Text Font Color

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

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


#4591cc Background Color

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

This div background color is #4591cc


#4591cc Border Color

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

This div border color is #4591cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,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 #4591cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4591cc


Comments

No comments written yet.

Please login to write comment.