Color Hex Logo

#4a9cbd Color Hex

#4A9CBD
(74,156,189)
0 Favorites   0 Comments

Color spaces of #4a9cbd

RGB 74156189
HSL0.550.470.52
HSV197°61°74°
CMYK 0.610.170.00   0.26
XYZ23.897828.906952.4642
Yxy28.90690.22700.2746
Hunter Lab53.7651-14.7484-20.2198
CIE-Lab60.6994-15.0205-24.5543

#4a9cbd color RGB value is (74,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011100 10111101
Octal 112 234 275
Decimal 74 156 189
Hex 4A 9C BD

RGB Percentages of Color #4a9cbd

%17.66
%37.23
%45.11

CMYK Percentages of Color #4a9cbd

%61
%17
%0
%26

Triadic Colors of #4a9cbd

#4a9cbd #bd4a9c #9cbd4a

Analogous Colors of #4a9cbd

#4a9cbd #4a62bd #4abda5

Monochromatic Colors of #4a9cbd

#4a9cbd

Complementary Color

#4a9cbd #bd6b4a

#4a9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a9cbd Color CSS Codes

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

#4a9cbd Text Font Color

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

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


#4a9cbd Background Color

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

This div background color is #4a9cbd


#4a9cbd Border Color

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

This div border color is #4a9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a9cbd


Comments

No comments written yet.

Please login to write comment.