Color Hex Logo

#4590cc Color Hex

#4590CC
(69,144,204)
0 Favorites   0 Comments

Color spaces of #4590cc

RGB 69144204
HSL0.570.570.54
HSV207°66°80°
CMYK 0.660.290.00   0.20
XYZ23.326625.571460.8331
Yxy25.57140.21260.2330
Hunter Lab50.5682-6.1540-35.9277
CIE-Lab57.6280-4.3163-37.7791

#4590cc color RGB value is (69,144,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010000 11001100
Octal 105 220 314
Decimal 69 144 204
Hex 45 90 CC

RGB Percentages of Color #4590cc

%16.55
%34.53
%48.92

CMYK Percentages of Color #4590cc

%66
%29
%0
%20

Triadic Colors of #4590cc

#4590cc #cc4590 #90cc45

Analogous Colors of #4590cc

#4590cc #454dcc #45ccc5

Monochromatic Colors of #4590cc

#4590cc

Complementary Color

#4590cc #cc8145

#4590cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4590cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4590cc Color CSS Codes

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

#4590cc Text Font Color

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

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


#4590cc Background Color

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

This div background color is #4590cc


#4590cc Border Color

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

This div border color is #4590cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4590cc


Comments

No comments written yet.

Please login to write comment.