Color Hex Logo

#4c5285 Color Hex

#4C5285
(76,82,133)
0 Favorites   0 Comments

Color spaces of #4c5285

RGB 7682133
HSL0.650.270.41
HSV234°43°52°
CMYK 0.430.380.00   0.48
XYZ10.23149.264523.4393
Yxy9.26450.23830.2158
Hunter Lab30.43766.7357-24.3515
CIE-Lab36.488611.6054-29.3671

#4c5285 color RGB value is (76,82,133).

#4c5285 hex color red value is 76, green value is 82 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4c5285 hue: 0.65 , saturation: 0.27 and the lightness value of 4c5285 is 0.41.

The process color (four color CMYK) of #4c5285 color hex is 0.43, 0.38, 0.00, 0.48. Web safe color of #4c5285 is #336699. Color #4c5285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010010 10000101
Octal 114 122 205
Decimal 76 82 133
Hex 4C 52 85

RGB Percentages of Color #4c5285

%26.12
%28.18
%45.70

CMYK Percentages of Color #4c5285

%43
%38
%0
%48

Triadic Colors of #4c5285

#4c5285 #854c52 #52854c

Analogous Colors of #4c5285

#4c5285 #634c85 #4c6f85

Monochromatic Colors of #4c5285

#4c5285

Complementary Color

#4c5285 #857f4c

#4c5285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5285 Color CSS Codes

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

#4c5285 Text Font Color

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

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


#4c5285 Background Color

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

This div background color is #4c5285


#4c5285 Border Color

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

This div border color is #4c5285


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,82,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c5285; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c5285;
  -webkit-box-shadow: 1px 1px 3px 2px #4c5285;
  box-shadow:         1px 1px 3px 2px #4c5285; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,82,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5285


Comments

No comments written yet.

Please login to write comment.