Color Hex Logo

#4590be Color Hex

#4590BE
(69,144,190)
0 Favorites   0 Comments

Color spaces of #4590be

RGB 69144190
HSL0.560.480.51
HSV203°64°75°
CMYK 0.640.240.00   0.25
XYZ21.721824.929452.3822
Yxy24.92940.21930.2517
Hunter Lab49.9294-9.7198-27.2522
CIE-Lab57.0066-8.9879-30.8394

#4590be color RGB value is (69,144,190).

#4590be hex color red value is 69, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4590be hue: 0.56 , saturation: 0.48 and the lightness value of 4590be is 0.51.

The process color (four color CMYK) of #4590be color hex is 0.64, 0.24, 0.00, 0.25. Web safe color of #4590be is #3399cc. Color #4590be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010000 10111110
Octal 105 220 276
Decimal 69 144 190
Hex 45 90 BE

RGB Percentages of Color #4590be

%17.12
%35.73
%47.15

CMYK Percentages of Color #4590be

%64
%24
%0
%25

Triadic Colors of #4590be

#4590be #be4590 #90be45

Analogous Colors of #4590be

#4590be #4553be #45beb0

Monochromatic Colors of #4590be

#4590be

Complementary Color

#4590be #be7345

#4590be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4590be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4590be Color CSS Codes

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

#4590be Text Font Color

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

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


#4590be Background Color

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

This div background color is #4590be


#4590be Border Color

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

This div border color is #4590be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4590be


Comments

No comments written yet.

Please login to write comment.