Color Hex Logo

#4c58bd Color Hex

#4C58BD
(76,88,189)
0 Favorites   0 Comments

Color spaces of #4c58bd

RGB 7688189
HSL0.650.460.52
HSV234°60°74°
CMYK 0.600.530.00   0.26
XYZ15.655512.190149.6719
Yxy12.19010.20200.1573
Hunter Lab34.914318.9389-59.9107
CIE-Lab41.516726.1647-54.7953

#4c58bd color RGB value is (76,88,189).

#4c58bd hex color red value is 76, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4c58bd hue: 0.65 , saturation: 0.46 and the lightness value of 4c58bd is 0.52.

The process color (four color CMYK) of #4c58bd color hex is 0.60, 0.53, 0.00, 0.26. Web safe color of #4c58bd is #3366cc. Color #4c58bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01011000 10111101
Octal 114 130 275
Decimal 76 88 189
Hex 4C 58 BD

RGB Percentages of Color #4c58bd

%21.53
%24.93
%53.54

CMYK Percentages of Color #4c58bd

%60
%53
%0
%26

Triadic Colors of #4c58bd

#4c58bd #bd4c58 #58bd4c

Analogous Colors of #4c58bd

#4c58bd #794cbd #4c91bd

Monochromatic Colors of #4c58bd

#4c58bd

Complementary Color

#4c58bd #bdb14c

#4c58bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c58bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c58bd Color CSS Codes

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

#4c58bd Text Font Color

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

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


#4c58bd Background Color

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

This div background color is #4c58bd


#4c58bd Border Color

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

This div border color is #4c58bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c58bd


Comments

No comments written yet.

Please login to write comment.