Color Hex Logo

#4599dc Color Hex

#4599DC
(69,153,220)
0 Favorites   0 Comments

Color spaces of #4599dc

RGB 69153220
HSL0.570.680.57
HSV207°69°86°
CMYK 0.690.300.00   0.14
XYZ26.763729.215071.9386
Yxy29.21500.20920.2284
Hunter Lab54.0509-6.2035-41.0759
CIE-Lab60.9709-4.0489-41.4845

#4599dc color RGB value is (69,153,220).

#4599dc hex color red value is 69, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4599dc hue: 0.57 , saturation: 0.68 and the lightness value of 4599dc is 0.57.

The process color (four color CMYK) of #4599dc color hex is 0.69, 0.30, 0.00, 0.14. Web safe color of #4599dc is #3399cc. Color #4599dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011001 11011100
Octal 105 231 334
Decimal 69 153 220
Hex 45 99 DC

RGB Percentages of Color #4599dc

%15.61
%34.62
%49.77

CMYK Percentages of Color #4599dc

%69
%30
%0
%14

Triadic Colors of #4599dc

#4599dc #dc4599 #99dc45

Analogous Colors of #4599dc

#4599dc #454ddc #45dcd4

Monochromatic Colors of #4599dc

#4599dc

Complementary Color

#4599dc #dc8845

#4599dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4599dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4599dc Color CSS Codes

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

#4599dc Text Font Color

<p style="color:#4599dc">Text here</p>

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


#4599dc Background Color

<div style="background-color:#4599dc">
Div content here</div>

This div background color is #4599dc


#4599dc Border Color

<div style="border:3px solid #4599dc">
Div here</div>

This div border color is #4599dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4599dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4599dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4599dc;
  box-shadow:         1px 1px 3px 2px #4599dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4599dc


Comments

No comments written yet.

Please login to write comment.