Color Hex Logo

#4c9bbd Color Hex

#4C9BBD
(76,155,189)
0 Favorites   0 Comments

Color spaces of #4c9bbd

RGB 76155189
HSL0.550.460.52
HSV198°60°74°
CMYK 0.600.180.00   0.26
XYZ23.887128.653352.4158
Yxy28.65330.22760.2730
Hunter Lab53.5288-14.0201-20.5871
CIE-Lab60.4744-14.0980-24.8939

#4c9bbd color RGB value is (76,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011011 10111101
Octal 114 233 275
Decimal 76 155 189
Hex 4C 9B BD

RGB Percentages of Color #4c9bbd

%18.10
%36.90
%45.00

CMYK Percentages of Color #4c9bbd

%60
%18
%0
%26

Triadic Colors of #4c9bbd

#4c9bbd #bd4c9b #9bbd4c

Analogous Colors of #4c9bbd

#4c9bbd #4c62bd #4cbda7

Monochromatic Colors of #4c9bbd

#4c9bbd

Complementary Color

#4c9bbd #bd6e4c

#4c9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9bbd Color CSS Codes

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

#4c9bbd Text Font Color

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

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


#4c9bbd Background Color

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

This div background color is #4c9bbd


#4c9bbd Border Color

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

This div border color is #4c9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9bbd


Comments

No comments written yet.

Please login to write comment.