Color Hex Logo

#4a9dcc Color Hex

#4A9DCC
(74,157,204)
0 Favorites   0 Comments

Color spaces of #4a9dcc

RGB 74157204
HSL0.560.560.55
HSV202°64°80°
CMYK 0.640.230.00   0.20
XYZ25.780129.929461.5449
Yxy29.92940.21990.2553
Hunter Lab54.7078-11.6235-28.4044
CIE-Lab61.5933-10.7964-31.5824

#4a9dcc color RGB value is (74,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011101 11001100
Octal 112 235 314
Decimal 74 157 204
Hex 4A 9D CC

RGB Percentages of Color #4a9dcc

%17.01
%36.09
%46.90

CMYK Percentages of Color #4a9dcc

%64
%23
%0
%20

Triadic Colors of #4a9dcc

#4a9dcc #cc4a9d #9dcc4a

Analogous Colors of #4a9dcc

#4a9dcc #4a5ccc #4accba

Monochromatic Colors of #4a9dcc

#4a9dcc

Complementary Color

#4a9dcc #cc794a

#4a9dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a9dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a9dcc Color CSS Codes

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

#4a9dcc Text Font Color

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

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


#4a9dcc Background Color

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

This div background color is #4a9dcc


#4a9dcc Border Color

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

This div border color is #4a9dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a9dcc


Comments

No comments written yet.

Please login to write comment.