Color Hex Logo

#4a8bcc Color Hex

#4A8BCC
(74,139,204)
0 Favorites   0 Comments

Color spaces of #4a8bcc

RGB 74139204
HSL0.580.560.55
HSV210°64°80°
CMYK 0.640.320.00   0.20
XYZ22.955724.280760.6035
Yxy24.28070.21290.2252
Hunter Lab49.2755-3.0752-38.4275
CIE-Lab56.3677-0.5523-39.7444

#4a8bcc color RGB value is (74,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001011 11001100
Octal 112 213 314
Decimal 74 139 204
Hex 4A 8B CC

RGB Percentages of Color #4a8bcc

%17.75
%33.33
%48.92

CMYK Percentages of Color #4a8bcc

%64
%32
%0
%20

Triadic Colors of #4a8bcc

#4a8bcc #cc4a8b #8bcc4a

Analogous Colors of #4a8bcc

#4a8bcc #4a4acc #4acccc

Monochromatic Colors of #4a8bcc

#4a8bcc

Complementary Color

#4a8bcc #cc8b4a

#4a8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8bcc Color CSS Codes

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

#4a8bcc Text Font Color

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

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


#4a8bcc Background Color

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

This div background color is #4a8bcc


#4a8bcc Border Color

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

This div border color is #4a8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8bcc


Comments

No comments written yet.

Please login to write comment.