Color Hex Logo

#4a8abf Color Hex

#4A8ABF
(74,138,191)
0 Favorites   0 Comments

Color spaces of #4a8abf

RGB 74138191
HSL0.580.480.52
HSV207°61°75°
CMYK 0.610.280.00   0.25
XYZ21.316523.394452.6823
Yxy23.39440.21890.2402
Hunter Lab48.3678-5.9756-30.7214
CIE-Lab55.4763-4.3051-33.7766

#4a8abf color RGB value is (74,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001010 10111111
Octal 112 212 277
Decimal 74 138 191
Hex 4A 8A BF

RGB Percentages of Color #4a8abf

%18.36
%34.24
%47.39

CMYK Percentages of Color #4a8abf

%61
%28
%0
%25

Triadic Colors of #4a8abf

#4a8abf #bf4a8a #8abf4a

Analogous Colors of #4a8abf

#4a8abf #4a50bf #4abfba

Monochromatic Colors of #4a8abf

#4a8abf

Complementary Color

#4a8abf #bf7f4a

#4a8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8abf Color CSS Codes

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

#4a8abf Text Font Color

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

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


#4a8abf Background Color

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

This div background color is #4a8abf


#4a8abf Border Color

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

This div border color is #4a8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8abf


Comments

No comments written yet.

Please login to write comment.