Color Hex Logo

#4579cd Color Hex

#4579CD
(69,121,205)
0 Favorites   0 Comments

Color spaces of #4579cd

RGB 69121205
HSL0.600.580.54
HSV217°66°80°
CMYK 0.660.410.00   0.20
XYZ20.311119.347760.4216
Yxy19.34770.20290.1933
Hunter Lab43.98605.4491-50.6538
CIE-Lab51.09159.7415-48.6766

#4579cd color RGB value is (69,121,205).

#4579cd hex color red value is 69, green value is 121 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4579cd hue: 0.60 , saturation: 0.58 and the lightness value of 4579cd is 0.54.

The process color (four color CMYK) of #4579cd color hex is 0.66, 0.41, 0.00, 0.20. Web safe color of #4579cd is #3366cc. Color #4579cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111001 11001101
Octal 105 171 315
Decimal 69 121 205
Hex 45 79 CD

RGB Percentages of Color #4579cd

%17.47
%30.63
%51.90

CMYK Percentages of Color #4579cd

%66
%41
%0
%20

Triadic Colors of #4579cd

#4579cd #cd4579 #79cd45

Analogous Colors of #4579cd

#4579cd #5545cd #45bdcd

Monochromatic Colors of #4579cd

#4579cd

Complementary Color

#4579cd #cd9945

#4579cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4579cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4579cd Color CSS Codes

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

#4579cd Text Font Color

<p style="color:#4579cd">Text here</p>

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


#4579cd Background Color

<div style="background-color:#4579cd">
Div content here</div>

This div background color is #4579cd


#4579cd Border Color

<div style="border:3px solid #4579cd">
Div here</div>

This div border color is #4579cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,121,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4579cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4579cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4579cd;
  box-shadow:         1px 1px 3px 2px #4579cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4579cd


Comments

No comments written yet.

Please login to write comment.