Color Hex Logo

#4a9cbe Color Hex

#4A9CBE
(74,156,190)
0 Favorites   0 Comments

Color spaces of #4a9cbe

RGB 74156190
HSL0.550.470.52
HSV198°61°75°
CMYK 0.610.180.00   0.25
XYZ24.006828.950553.0379
Yxy28.95050.22650.2731
Hunter Lab53.8057-14.5175-20.7800
CIE-Lab60.7379-14.7076-25.0573

#4a9cbe color RGB value is (74,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011100 10111110
Octal 112 234 276
Decimal 74 156 190
Hex 4A 9C BE

RGB Percentages of Color #4a9cbe

%17.62
%37.14
%45.24

CMYK Percentages of Color #4a9cbe

%61
%18
%0
%25

Triadic Colors of #4a9cbe

#4a9cbe #be4a9c #9cbe4a

Analogous Colors of #4a9cbe

#4a9cbe #4a62be #4abea6

Monochromatic Colors of #4a9cbe

#4a9cbe

Complementary Color

#4a9cbe #be6c4a

#4a9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a9cbe Color CSS Codes

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

#4a9cbe Text Font Color

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

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


#4a9cbe Background Color

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

This div background color is #4a9cbe


#4a9cbe Border Color

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

This div border color is #4a9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a9cbe


Comments

No comments written yet.

Please login to write comment.