Color Hex Logo

#4a9ebf Color Hex

#4A9EBF
(74,158,191)
0 Favorites   0 Comments

Color spaces of #4a9ebf

RGB 74158191
HSL0.550.480.52
HSV197°61°75°
CMYK 0.610.170.00   0.25
XYZ24.454929.671253.7284
Yxy29.67120.22670.2751
Hunter Lab54.4713-15.1871-20.3515
CIE-Lab61.3695-15.4754-24.6483

#4a9ebf color RGB value is (74,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011110 10111111
Octal 112 236 277
Decimal 74 158 191
Hex 4A 9E BF

RGB Percentages of Color #4a9ebf

%17.49
%37.35
%45.15

CMYK Percentages of Color #4a9ebf

%61
%17
%0
%25

Triadic Colors of #4a9ebf

#4a9ebf #bf4a9e #9ebf4a

Analogous Colors of #4a9ebf

#4a9ebf #4a63bf #4abfa6

Monochromatic Colors of #4a9ebf

#4a9ebf

Complementary Color

#4a9ebf #bf6b4a

#4a9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a9ebf Color CSS Codes

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

#4a9ebf Text Font Color

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

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


#4a9ebf Background Color

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

This div background color is #4a9ebf


#4a9ebf Border Color

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

This div border color is #4a9ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,158,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a9ebf

#4a9ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.