Color Hex Logo

#4591dc Color Hex

#4591DC
(69,145,220)
0 Favorites   0 Comments

Color spaces of #4591dc

RGB 69145220
HSL0.580.680.57
HSV210°69°86°
CMYK 0.690.340.00   0.14
XYZ25.497926.683371.5167
Yxy26.68330.20610.2157
Hunter Lab51.6559-2.2883-45.9269
CIE-Lab58.68000.5753-45.0931

#4591dc color RGB value is (69,145,220).

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

The process color (four color CMYK) of #4591dc color hex is 0.69, 0.34, 0.00, 0.14. Web safe color of #4591dc is #3399cc. Color #4591dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010001 11011100
Octal 105 221 334
Decimal 69 145 220
Hex 45 91 DC

RGB Percentages of Color #4591dc

%15.90
%33.41
%50.69

CMYK Percentages of Color #4591dc

%69
%34
%0
%14

Triadic Colors of #4591dc

#4591dc #dc4591 #91dc45

Analogous Colors of #4591dc

#4591dc #4546dc #45dcdc

Monochromatic Colors of #4591dc

#4591dc

Complementary Color

#4591dc #dc9045

#4591dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4591dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4591dc Color CSS Codes

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

#4591dc Text Font Color

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

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


#4591dc Background Color

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

This div background color is #4591dc


#4591dc Border Color

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

This div border color is #4591dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4591dc


Comments

No comments written yet.

Please login to write comment.