Color Hex Logo

#4a8bcb Color Hex

#4A8BCB
(74,139,203)
0 Favorites   0 Comments

Color spaces of #4a8bcb

RGB 74139203
HSL0.580.550.54
HSV210°64°80°
CMYK 0.640.320.00   0.20
XYZ22.836224.232959.9737
Yxy24.23290.21330.2264
Hunter Lab49.2269-3.3416-37.7748
CIE-Lab56.3202-0.8888-39.2545

#4a8bcb color RGB value is (74,139,203).

#4a8bcb hex color red value is 74, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4a8bcb hue: 0.58 , saturation: 0.55 and the lightness value of 4a8bcb is 0.54.

The process color (four color CMYK) of #4a8bcb color hex is 0.64, 0.32, 0.00, 0.20. Web safe color of #4a8bcb is #3399cc. Color #4a8bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001011 11001011
Octal 112 213 313
Decimal 74 139 203
Hex 4A 8B CB

RGB Percentages of Color #4a8bcb

%17.79
%33.41
%48.80

CMYK Percentages of Color #4a8bcb

%64
%32
%0
%20

Triadic Colors of #4a8bcb

#4a8bcb #cb4a8b #8bcb4a

Analogous Colors of #4a8bcb

#4a8bcb #4a4acb #4acbcb

Monochromatic Colors of #4a8bcb

#4a8bcb

Complementary Color

#4a8bcb #cb8a4a

#4a8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8bcb Color CSS Codes

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

#4a8bcb Text Font Color

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

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


#4a8bcb Background Color

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

This div background color is #4a8bcb


#4a8bcb Border Color

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

This div border color is #4a8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8bcb


Comments

No comments written yet.

Please login to write comment.