Color Hex Logo

#4d5bcc Color Hex

#4D5BCC
(77,91,204)
0 Favorites   0 Comments

Color spaces of #4d5bcc

RGB 7791204
HSL0.650.550.55
HSV233°62°80°
CMYK 0.620.550.00   0.20
XYZ17.700713.419658.7840
Yxy13.41960.19690.1493
Hunter Lab36.632822.1426-69.4987
CIE-Lab43.388829.5453-60.4587

#4d5bcc color RGB value is (77,91,204).

#4d5bcc hex color red value is 77, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4d5bcc hue: 0.65 , saturation: 0.55 and the lightness value of 4d5bcc is 0.55.

The process color (four color CMYK) of #4d5bcc color hex is 0.62, 0.55, 0.00, 0.20. Web safe color of #4d5bcc is #6666cc. Color #4d5bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011011 11001100
Octal 115 133 314
Decimal 77 91 204
Hex 4D 5B CC

RGB Percentages of Color #4d5bcc

%20.70
%24.46
%54.84

CMYK Percentages of Color #4d5bcc

%62
%55
%0
%20

Triadic Colors of #4d5bcc

#4d5bcc #cc4d5b #5bcc4d

Analogous Colors of #4d5bcc

#4d5bcc #7f4dcc #4d9bcc

Monochromatic Colors of #4d5bcc

#4d5bcc

Complementary Color

#4d5bcc #ccbe4d

#4d5bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5bcc Color CSS Codes

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

#4d5bcc Text Font Color

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

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


#4d5bcc Background Color

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

This div background color is #4d5bcc


#4d5bcc Border Color

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

This div border color is #4d5bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5bcc


Comments

No comments written yet.

Please login to write comment.