Color Hex Logo

#4d92dc Color Hex

#4D92DC
(77,146,220)
0 Favorites   0 Comments

Color spaces of #4d92dc

RGB 77146220
HSL0.590.670.58
HSV211°65°86°
CMYK 0.650.340.00   0.14
XYZ26.257727.302971.5962
Yxy27.30290.20980.2181
Hunter Lab52.2522-1.7417-44.6629
CIE-Lab59.25371.2746-44.1685

#4d92dc color RGB value is (77,146,220).

#4d92dc hex color red value is 77, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4d92dc hue: 0.59 , saturation: 0.67 and the lightness value of 4d92dc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010010 11011100
Octal 115 222 334
Decimal 77 146 220
Hex 4D 92 DC

RGB Percentages of Color #4d92dc

%17.38
%32.96
%49.66

CMYK Percentages of Color #4d92dc

%65
%34
%0
%14

Triadic Colors of #4d92dc

#4d92dc #dc4d92 #92dc4d

Analogous Colors of #4d92dc

#4d92dc #4f4ddc #4ddadc

Monochromatic Colors of #4d92dc

#4d92dc

Complementary Color

#4d92dc #dc974d

#4d92dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d92dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d92dc Color CSS Codes

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

#4d92dc Text Font Color

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

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


#4d92dc Background Color

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

This div background color is #4d92dc


#4d92dc Border Color

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

This div border color is #4d92dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,146,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 #4d92dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d92dc


Comments

No comments written yet.

Please login to write comment.