Color Hex Logo

#4c9bbe Color Hex

#4C9BBE
(76,155,190)
0 Favorites   0 Comments

Color spaces of #4c9bbe

RGB 76155190
HSL0.550.470.52
HSV198°60°75°
CMYK 0.600.180.00   0.25
XYZ23.996128.696952.9895
Yxy28.69690.22710.2715
Hunter Lab53.5695-13.7887-21.1494
CIE-Lab60.5132-13.7859-25.3968

#4c9bbe color RGB value is (76,155,190).

#4c9bbe hex color red value is 76, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4c9bbe hue: 0.55 , saturation: 0.47 and the lightness value of 4c9bbe is 0.52.

The process color (four color CMYK) of #4c9bbe color hex is 0.60, 0.18, 0.00, 0.25. Web safe color of #4c9bbe is #3399cc. Color #4c9bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011011 10111110
Octal 114 233 276
Decimal 76 155 190
Hex 4C 9B BE

RGB Percentages of Color #4c9bbe

%18.05
%36.82
%45.13

CMYK Percentages of Color #4c9bbe

%60
%18
%0
%25

Triadic Colors of #4c9bbe

#4c9bbe #be4c9b #9bbe4c

Analogous Colors of #4c9bbe

#4c9bbe #4c62be #4cbea8

Monochromatic Colors of #4c9bbe

#4c9bbe

Complementary Color

#4c9bbe #be6f4c

#4c9bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9bbe Color CSS Codes

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

#4c9bbe Text Font Color

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

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


#4c9bbe Background Color

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

This div background color is #4c9bbe


#4c9bbe Border Color

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

This div border color is #4c9bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9bbe


Comments

No comments written yet.

Please login to write comment.