Color Hex Logo

#4d95db Color Hex

#4D95DB
(77,149,219)
0 Favorites   0 Comments

Color spaces of #4d95db

RGB 77149219
HSL0.580.660.58
HSV210°65°86°
CMYK 0.650.320.00   0.14
XYZ26.594228.187171.0568
Yxy28.18710.21130.2240
Hunter Lab53.0915-3.4973-42.1887
CIE-Lab60.0574-0.8047-42.3449

#4d95db color RGB value is (77,149,219).

#4d95db hex color red value is 77, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4d95db hue: 0.58 , saturation: 0.66 and the lightness value of 4d95db is 0.58.

The process color (four color CMYK) of #4d95db color hex is 0.65, 0.32, 0.00, 0.14. Web safe color of #4d95db is #6699cc. Color #4d95db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010101 11011011
Octal 115 225 333
Decimal 77 149 219
Hex 4D 95 DB

RGB Percentages of Color #4d95db

%17.30
%33.48
%49.21

CMYK Percentages of Color #4d95db

%65
%32
%0
%14

Triadic Colors of #4d95db

#4d95db #db4d95 #95db4d

Analogous Colors of #4d95db

#4d95db #4d4edb #4ddbda

Monochromatic Colors of #4d95db

#4d95db

Complementary Color

#4d95db #db934d

#4d95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d95db Color CSS Codes

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

#4d95db Text Font Color

<p style="color:#4d95db">Text here</p>

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


#4d95db Background Color

<div style="background-color:#4d95db">
Div content here</div>

This div background color is #4d95db


#4d95db Border Color

<div style="border:3px solid #4d95db">
Div here</div>

This div border color is #4d95db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,149,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d95db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d95db;
  -webkit-box-shadow: 1px 1px 3px 2px #4d95db;
  box-shadow:         1px 1px 3px 2px #4d95db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,149,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d95db


Comments

No comments written yet.

Please login to write comment.