Color Hex Logo

#4596da Color Hex

#4596DA
(69,150,218)
0 Favorites   0 Comments

Color spaces of #4596da

RGB 69150218
HSL0.580.670.56
HSV207°68°85°
CMYK 0.680.310.00   0.15
XYZ26.015528.139970.3900
Yxy28.13990.20890.2259
Hunter Lab53.0471-5.2918-41.5410
CIE-Lab60.0149-3.0111-41.8738

#4596da color RGB value is (69,150,218).

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

The process color (four color CMYK) of #4596da color hex is 0.68, 0.31, 0.00, 0.15. Web safe color of #4596da is #3399cc. Color #4596da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010110 11011010
Octal 105 226 332
Decimal 69 150 218
Hex 45 96 DA

RGB Percentages of Color #4596da

%15.79
%34.32
%49.89

CMYK Percentages of Color #4596da

%68
%31
%0
%15

Triadic Colors of #4596da

#4596da #da4596 #96da45

Analogous Colors of #4596da

#4596da #454bda #45dad4

Monochromatic Colors of #4596da

#4596da

Complementary Color

#4596da #da8945

#4596da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4596da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4596da Color CSS Codes

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

#4596da Text Font Color

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

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


#4596da Background Color

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

This div background color is #4596da


#4596da Border Color

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

This div border color is #4596da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4596da


Comments

No comments written yet.

Please login to write comment.