Color Hex Logo

#4596be Color Hex

#4596BE
(69,150,190)
0 Favorites   0 Comments

Color spaces of #4596be

RGB 69150190
HSL0.560.480.51
HSV200°64°75°
CMYK 0.640.210.00   0.25
XYZ22.654926.795652.6932
Yxy26.79560.22180.2623
Hunter Lab51.7645-12.4667-24.1186
CIE-Lab58.7847-12.3361-28.0833

#4596be color RGB value is (69,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010110 10111110
Octal 105 226 276
Decimal 69 150 190
Hex 45 96 BE

RGB Percentages of Color #4596be

%16.87
%36.67
%46.45

CMYK Percentages of Color #4596be

%64
%21
%0
%25

Triadic Colors of #4596be

#4596be #be4596 #96be45

Analogous Colors of #4596be

#4596be #455abe #45beaa

Monochromatic Colors of #4596be

#4596be

Complementary Color

#4596be #be6d45

#4596be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4596be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4596be Color CSS Codes

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

#4596be Text Font Color

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

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


#4596be Background Color

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

This div background color is #4596be


#4596be Border Color

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

This div border color is #4596be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4596be


Comments

No comments written yet.

Please login to write comment.